Tagline: A reproducible, policy-forward wrapper that pins upstream scale-up primitives for SocioProphet's cluster expansion workflows.
The HyperSwarm Agent Composable Cluster — Scale-Up Wrapper is a SocioProphet integration layer that standardizes how cluster scale-up tooling is fetched, pinned, and validated. It focuses on reproducibility, supply-chain integrity, and policy alignment by referencing upstream sources without vendoring them by default. Use this repository to define and validate the upstream versions and governance controls that power HyperSwarm cluster expansion workflows.
Suggested GitHub About blurb (short): Policy-forward wrapper that pins and validates upstream scale-up tooling for HyperSwarm clusters.
Suggested GitHub topics: hyperswarm, cluster, scale-up, kubernetes, k8s, kubespray, krew, automation, reproducibility, supply-chain, security, governance, wrapper, sociprophet
This repository provides the HyperSwarm Agent Composable Cluster — Scale-Up Wrapper, a SocioProphet integration layer that orchestrates reproducible cluster scale-up primitives by pinning and validating upstream sources rather than vendoring them directly. The repository exists to define how upstream tooling is fetched, validated, and contextualized against SocioProphet's canonical standards and governance controls. It is intentionally minimal: it wires provenance, validation gates, and documentation for upstreams without forking or embedding their source by default.
hyper-swarm, hyperswarm, agent, composable, cluster, scale-up, kubernetes, k8s, kubespray, krew, provisioning, automation, reproducibility, supply-chain, security, policy, governance, sociprophet, sociosphere, tritrpc, standards, storage, infrastructure, devops, platform, wrapper
This repository is a SocioProphet integration wrapper for cluster scale-up primitives.
It does not vendor third-party sources by default; instead it pins upstream versions
and fetches them into third_party/ for reproducibility and license correctness.
- Platform integration target:
SocioProphet/prophet-platform - Workspace governance + cross-repo validation:
SocioProphet/sociosphere - Canonical protocol contracts:
SocioProphet/tritrpc - Storage/graph standards:
SocioProphet/socioprophet-standards-storage
- kubespray (Kubernetes cluster provisioning)
- krew (kubectl plugin manager)
- heroku-buildpack-apt (legacy reference only; not required; no releases upstream)
- Specification:
docs/SPECIFICATION.md - Upstream rationale:
docs/UPSTREAMS.md - Standards gaps/issues:
docs/STANDARDS_GAPS.md
- License: MIT (see
LICENSE). - Notices:
NOTICE.mdenumerates relevant acknowledgements and policy notes.
- The security policy for this repository is documented in
SECURITY.md, including supported versions and the vulnerability reporting process.
The wrapper maps to and validates against the following SocioProphet repositories:
SocioProphet/prophet-platform(platform integration target)SocioProphet/sociosphere(workspace governance + cross-repo validation)SocioProphet/tritrpc(canonical protocol contracts)SocioProphet/socioprophet-standards-storage(storage/graph standards)
- kubespray — Kubernetes cluster provisioning toolkit.
- krew — kubectl plugin manager for extending operational workflows.
- heroku-buildpack-apt — legacy reference only; not required; no releases upstream.
- Fetch upstreams:
make fetch
- Validate repo gates:
make validate
- We do not ship secrets.
- We do not fork canonical specs here (triRPC remains canonical upstream).