Tagline: OS-layer local-first PaaS — a seamless developer continuum from onboarding through cloud-native test and rollout.
sourceos-continuum is the SourceOS OS-layer Platform-as-a-Service control plane. It owns the
developer continuum: onboard a workstation, develop against a local sovereign forge, run and
cloud-native-test workloads on a local cluster (kind/k3s), then roll them out — the same workload,
without seams, from n=1 local up to a composable cluster.
It rehomes the Porter local-PaaS control-plane work as a first-class SourceOS OS integration, and
treats SourceOS-Linux/sourceos-devtools (sourceosctl) as its first-class operator surface.
- Local PaaS control plane (porter-shim) over kind/k3s.
- PR-driven GitOps: deploy, ephemeral preview/test environments, promotion, rollback.
- Onboard → develop → test → rollout lifecycle orchestration (see
docs/LIFECYCLE.md). - CapD interface contracts for agentic deploy/rollout workflows.
- Evidence bundles (signed images, provenance) per action.
- Source-control authority — that is Gitea Sovereign.
- Workspace manifest + binding — that is SocioProphet/sociosphere (the source→workspace controller).
- Runtime tuning + release (RuntimeAssets, SBOM, signing) — that is SocioProphet/lattice-forge.
- Cluster scale-up primitives — pinned via SocioProphet/hyperswarm-agent-composable-cluster-scaleup.
- Model weights, datasets, training runs.
Gitea Sovereign ──▶ sociosphere ──▶ prophet-workspace
(local forge) (source→workspace) (the workspace)
Holmes labs ──▶ lattice-forge ──▶ sourceos-continuum ──▶ hyperswarm
(OOTB models) (prophet-platform (local PaaS deploy: (cluster
tunes → signed onboard→test→rollout) scale-up)
RuntimeAssets)
- Capability:
caps.infra.paas.continuum-local@0.1.0(seecapd/continuum.local-paas.capd.json) - Scales up to:
caps.infra.cluster-scaleup.hyperswarm@0.1.0 - Composes with:
caps.infra.paas.porter-local@0.1.0(rehomed control-plane primitives)
make validate— repo hygiene + CapD validity.make onboard/make test/make rollout— lifecycle entry points (scaffold).make dev-up/make dev-down/make shim-test— local PaaS control plane (delegates toMakefile.porter).
The Porter local-PaaS control plane is rehomed here as the owned implementation:
artifacts/porter-shim/— the control-plane shim (Go).artifacts/cloudshell-hardened-pack/— hardened Cloud Shell (spawner + culler).artifacts/genesys-cli-pack/,artifacts/lxc-dev-shim-pack/— operator + workspace tooling.charts/cloudshell/— Helm chart (Cloud Shell + oauth2-proxy + gateway + spawner/culler).local/,scripts/,templates/— local bring-up + operator scripts.Makefile.porter— control-plane targets (dev-up/dev-down/shim-test/push-all/sign-all).capd/porter.local-paas.capd.json— thecaps.infra.paas.porter-localdescriptor, composed by continuum. Compiled binaries (shim, culler, spawner) are gitignored — build locally.
- Integration target:
SocioProphet/prophet-platform - Workspace governance:
SocioProphet/sociosphere - Protocol contracts:
SocioProphet/tritrpc - Storage/graph standards:
SocioProphet/socioprophet-standards-storage - Ontology:
SocioProphet/ontogenesis
MIT (see LICENSE).