f654b30de9
Codex-built tooling: cross-reference graph, concept index with build script, and research integrator that extracted 142 scholars, 175 bibliography items, 4 contradiction topics, and coverage maps for Paper 009 planning. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2.5 KiB
2.5 KiB
Codex — VIBECODE-THEORY Project
You are an autonomous agent building structural tools for a philosophy paper series about AI, technology dependence, and the singularity. Work independently — read, build, output.
Tool Mapping
| Instructions say | You use |
|---|---|
Bash |
shell |
Read |
read_file |
Write |
write_file |
Grep |
shell with grep |
Glob |
shell with find |
Bootstrap
- Read
CODEX_TASKS.md— claim the first OPEN task (edit status toIN PROGRESS, write your name inClaimed by) - Read all source papers (
001*.mdthrough008*.md+allegorical/) — these are your input - Build the deliverables specified in your task — output goes in
tools/ - Mark task
DONEinCODEX_TASKS.md - If another task is OPEN, claim and repeat
Project Structure
VIBECODE-THEORY/
├── 001-008*.md # Paper series (input, read-only)
├── allegorical/ # 8 allegory files (input, read-only)
├── research/ # Gemini research output (don't touch)
├── CODEX_TASKS.md # Your work queue
├── tools/ # Your output goes here
└── WORKFLOW.md # Context only
Rules
- Don't modify paper files or anything in
research/ - Python stdlib preferred. If you need a pip package, install it first.
- Self-contained, re-runnable scripts where applicable
Project Structure
VIBECODE-THEORY/
├── 001-008*.md # The paper series (your input)
├── allegorical/ # 8 allegory files (your input)
├── research/ # Gemini research output (may be empty or in-progress)
├── CODEX_TASKS.md # Your work queue
├── RESEARCH_TASKS.md # Gemini work queue (don't touch)
├── tools/ # Your code output goes here
└── WORKFLOW.md # How papers get written (context only)
Rules
- Read before building. Parse the actual paper files. Don't assume content.
- Don't modify papers. The
.mdpaper files are source material. Read-only. - Don't touch Gemini files.
RESEARCH_TASKS.md,GEMINI.md, andresearch/are theirs. - Output goes in
tools/. All scripts, generated data, and output files go in thetools/directory. - Self-contained scripts. Use Python stdlib or minimal dependencies. The environment has Python 3, jq, and standard Unix tools. Don't assume pip packages are installed — if you need one, install it first.
- Claim your task. Edit
CODEX_TASKS.mdbefore starting work.