Eight repositories, one map.
Six product repositories, the organization's community files, and this site. Descriptions are the approved text used everywhere; commits are the pinned heads of main; CI results are as observed on 2026-09-02, failures included.
sts2-game-core
Host-independent Rust domain core: typed game-state values, pure validation, and policy rules with no I/O.
pinned 6c46a5536e0e9f825af428db8b4811dcb2a4f26d
CI: continuous integration success · repository policy failure — DOC002 README.md: a local Markdown link target does not exist (the link escapes the repository; passes locally in the aggregate). Pre-existing.
sts2-game-mod
Game-process adapter: a bounded main-thread work queue, versioned ABI check, and HTTP request admission limits.
pinned aa465f38cda19e246b022374be05acadb4c66d21
CI: continuous integration failure · repository policy failure — workflow file issue: both workflow files contain escaped \${{ … }} expressions at concurrency.group/cancel-in-progress; no jobs ran. Pre-existing. Tests pass locally (tests/composition.rs, 3 passed).
sts2-gateway
In-memory control plane for game-host instances: lifecycle, one lease per instance with epoch fencing, and fixed routes.
pinned e7bce21d0cbd48a02c25d6463a3376ea1c94e253
CI: continuous integration success · repository policy failure — DOC002 README.md: a local Markdown link target does not exist (the link escapes the repository). Pre-existing. Tests pass locally (tests/control_plane.rs, 8 passed).
sts2-mcp-server
Thin MCP tool adapter that maps approved calls to the authenticated gateway API without bypassing it.
pinned 5faed9761866f89b922f01d3d389f3db55b9cf5e
CI: continuous integration success · repository policy success. Tests pass locally (tests/seam.rs, 7 passed).
sts2-harness
Experiment coordinator for AI runs: episodes, a pluggable model-provider interface, replay of recorded records, and artifact lineage.
pinned b485150f4728b7fa1c2b10a9d14e7b6ea2124d0e
CI: continuous integration success · repository policy success. Tests pass locally (tests/foundation.rs, 4 passed).
sts2-protocol
Shared metadata contracts (identity, versions, error envelopes) in language-neutral schemas with golden test vectors.
pinned f3ef7ca3037133cfc0cc571a12af2be1cba3df8f
CI: continuous integration success · repository policy success. Tests pass locally (tests/protocol_conformance.rs, 5 passed).
.github
Contributor guide, issue forms, security policy, and shared standards for the AI-Ascension organization.
pinned: not yet published at the time this page was written; the head of main will be recorded once the repository exists on GitHub.
CI: no workflow. Status: proposed until the repository is created.
AI-Ascension.github.io
Public site for AI-Ascension: what is tested today, what is only proposed, and a browser replay of one gateway contract test.
pinned: not yet published at the time this page was written; hand-authored HTML, CSS, and vanilla JavaScript with no build step.
CI: a GitHub Pages deploy workflow with pinned action SHAs; no tests beyond the recipe's own checks. Status: proposed until deployed.
About the failures
Three repositories fail a check on main as of 2026-09-02. All three causes are pre-existing and sit in files outside this presence work: two are README links that point outside the repository (game-core, gateway), and one is an escaped expression in both workflow files (game-mod) that prevents any job from running. The workspace tests for every repository pass locally with cargo test --workspace --all-targets --all-features --locked --offline and the policy tool reports zero errors locally. Traction (stars, forks, users) is unknown and is not reported here.