AI-Ascension
Repositories

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-corebeside the ascent · domain

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 failureDOC002 README.md: a local Markdown link target does not exist (the link escapes the repository; passes locally in the aggregate). Pre-existing.

confirmed pure validate; golden vectors ×64 unverified any host or game compatibility
sts2-game-modtier 1 · game-process adapter

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).

confirmed queue, dispatcher, ABI check, admission guard unverified game launched, loader, listener
sts2-gatewaytier 2 · control plane · proof lives here

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 failureDOC002 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).

confirmed lease + epoch fencing, fixed routes, limits, fail-closed unverified listener, supervisor, game connection
sts2-mcp-servertier 3 · MCP adapter

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).

confirmed one call → one request; rejects malformed before gateway unverified live MCP transport, deployment
sts2-harnesstier 4 · flagship · experiment coordinator

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).

confirmed ports, retry/idempotency, record/replay, lineage unverified provider execution, replay fidelity vs a game
sts2-protocolbeside the ascent · metadata

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).

confirmed schema + golden fixtures + conformance unverified any transport or runtime behavior
.githuborganization profile

.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.iothis site

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.

CI notes

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.