{"repo":"genesiscode2026/genesis-repository-truth-context","private":true,"description":null,"default_branch":"main","stars":0,"forks":0,"pushed_at":"2026-09-17T10:21:30Z","languages":{"Python":12658},"files":15,"tree":[".gitignore","CHANGELOG.md","LICENSE","QUICKSTART.md","README.md","SECURITY.md","VERSION","bin/genesis-truth-context","genesis_truth_context/__init__.py","genesis_truth_context/__main__.py","genesis_truth_context/compiler.py","pyproject.toml","tests/fixtures/sample_repo/package.json","tests/fixtures/sample_repo/src/index.js","tests/test_compiler.py"],"sizes":{".gitignore":103,"CHANGELOG.md":497,"LICENSE":961,"QUICKSTART.md":445,"README.md":3114,"SECURITY.md":274,"VERSION":6,"bin/genesis-truth-context":215,"genesis_truth_context/__init__.py":218,"genesis_truth_context/__main__.py":1430,"genesis_truth_context/compiler.py":8893,"pyproject.toml":596,"tests/fixtures/sample_repo/package.json":281,"tests/fixtures/sample_repo/src/index.js":42,"tests/test_compiler.py":1902},"readme":"# Genesis Repository Truth Context Compiler\n\nDeterministic codebase fact extraction and context engineering compiler for autonomous coding agents (Codex CLI, Claude Code, Cursor, Gemini).\n\n---\n\n### 1. What Problem Does This Solve?\nCoding agents frequently hallucinate build commands, invent nonexistent dependencies, execute incorrect test runners, or misinterpret project topology when fed uncurated repository dumps or generic README files.\n\n`genesis-repository-truth-context` solves this by statically inspecting project manifests (`package.json`, `pyproject.toml`, `Cargo.toml`), git telemetry, and risk zones to compile a compact, verified fact manifest. Crucially, it enforces strict structural separation between **Verified Facts** (deterministic ground truth) and **Heuristic Inferences** (static hypotheses), preventing models from treating guesses as established truth.\n\n### 2. Who Buys It?\n- AI Engineers and Agentic Framework Developers.\n- Engineering teams using autonomous coding agents in large or complex codebases.\n- Platform architects building context-injection pipelines for enterprise LLM agents.\n\n### 3. What Does It Output?\n- A compact, token-efficient Markdown context document optimized for LLM system prompts.\n- Structured JSON (`--json`) for automated agent orchestration harnesses.\n\n### 4. How Fast Can You Test It?\nUnder 3 seconds. Run:\n```bash\npython3 -m genesis_truth_context ./tests/fixtures/sample_repo\n```\n\n### 5. Why Is This Different From Generic README Summarizers?\nGeneric summarizers produce unverified prose with no operational guarantees. `genesis-truth-context` runs AST and manifest parsers to extract factual test/build commands, dirty git states, and security risk zones, while cleanly demarcating inferences so agents never act blindly on assumptions.\n\n---\n\n## Installation & Usage\n\n```bash\n# Compile truth context for current repository\npython3 -m genesis_truth_context .\n\n# Output to markdown file for agent system prompt\npython3 -m genesis_truth_context /path/to/repo --out ./agent-context.md\n\n# Output machine-readable JSON for orchestration pipeline\npython3 -m genesis_truth_context /path/to/repo --json\n```\n\n## Compiler Architecture & Separation of Concerns\n\n```\nRepository Root\n ├── Git Telemetry        ──┐\n ├── Package Manifests    ──┼──► [VERIFIED FACTS]     ──► High Confidence Constraints\n ├── Build & Test Scripts ──┤                               (Zero Model Guesswork)\n └── Security Risk Zones  ──┘\n \n Static AST Patterns      ─────► [INFERENCES]         ──► Explicitly Labelled Hypotheses\n                                                            (Requires Pre-flight Confirmation)\n```\n\n## Supported Manifest Ecosystems\n- **Node.js**: `package.json` (scripts, dependencies, devDependencies)\n- **Python**: `pyproject.toml`, `requirements.txt`, `pytest.ini`\n- **Rust**: `Cargo.toml` (packages, targets, cargo test/build)\n- **Git**: Working tree cleanliness, branch tracking, commit hash verification\n\n## License\nCommercial — Genesis Code (genesiscode2026). See `LICENSE`.\n","price_usd":"39.00","clone_checkout":"https://api.checkout402.com/c/chk_a3uqQ6rTiMnCnrKV","rehearse_checkout":"https://api.checkout402.com/c/chk_a3uqQ6rTiMnCnrKV/test","preview":"/r/genesiscode2026/genesis-repository-truth-context/f/<path> serves file CONTENTS for the seller's preview paths; other paths answer with the price","how_to_buy":"pay clone_checkout with x402 (pay402 does it in one call); the goods arrive as payload_base64, a tar.gz of the full repo. Rehearse first at rehearse_checkout: same flow, simulated money.","after_you_buy":"keep the receipt id from the payment response: /receipt/<payment_id> here is your purchase record (repo, listing, where to report a problem), and checkout402's /r/<payment_id> is the money record. Tell your human both URLs."}