Six checks
- Open Judge Tour.
- Select Run full demo.
- Inspect Problem, Context, and Verify.
- Confirm one proposal is approved and one is rejected.
- Confirm the export is approved-only.
- Reset the demo and confirm the pending baseline returns.
JUDGE TESTING
Start with the real browser workflow. The Windows path, MCP smoke, repository gates, and deterministic scale fixture are documented below.
Expected browser test: under 3 minutesFASTEST PATH
The browser demo uses only the bundled Atlas Parcel synthetic fixture and the existing Titan services.
LOCAL PATH
Titan’s hackathon build is certified only on Windows 10/11 x64. macOS and Linux are not claimed as certified release platforms.
Current product: Titan Unavailable · build Unavailable. Runtime: Node.js 20+; verified with v24.16.0.
cd titan-backend
npm ci
npm.cmd run typecheck
npm.cmd run build
npm.cmd startOpen http://127.0.0.1:3000/build-week-demo.
Build Titan, open the repository in Codex, and connect the local Titan MCP server from your Codex configuration. The local STDIO command is:
node titan-backend/dist/mcp/server.jsConfirm the bounded public fixture exposes Unavailable public Atlas tools. This is the canonical public demo catalog, not Titan's global Unavailable-tool workspace catalog.
cd titan-backend
npm.cmd run mcp:smokeREPOSITORY VERIFICATION
These commands cover install integrity, TypeScript, the full backend, build output, tracked-source secrets, Atlas Core, MCP, and Atlas Expanded.
cd titan-backend
npm ci
npm.cmd run typecheck
npm.cmd test
npm.cmd run build
npm.cmd run check:secrets
npm.cmd run mcp:smoke
cd ..\demo\sample-project
npm.cmd test
cd ..\..
node demo\expanded-scale\generate.mjs --verify
node --test demo\expanded-scale\generate.test.mjs
git diff --checkKNOWN LIMITATIONS
The public experience is deliberately synthetic and restricted. It is not a hosted multi-tenant Titan workspace.
The submission does not claim a certified macOS or Linux build.
No arbitrary Vault upload, filesystem path, provider configuration, or command is accepted.
The browser demonstrates Titan services; the full MCP loop requires an authenticated Codex session and local STDIO setup.
Titan does not automatically move or rewrite a real Vault in this submission.
The Build Week path uses local FTS5 plus available graph and metadata signals.
New outcomes are proposals until a person approves or rejects them.
START HERE
Judge Tour explains the value; Technical Inspector exposes every source, score, rule, and artifact.