-
Notifications
You must be signed in to change notification settings - Fork 1
Home
cadela-dev edited this page May 29, 2026
·
2 revisions
Welcome to the Project Atlas wiki!
Welcome to the Project Atlas wiki.
This project is a Claude Code clean-room documentation workflow for turning a source tree into behavior-focused mirror docs, batch reports, verification reports, and optional rebuild planning.
For setup and the full copy/paste workflow, use the main repo README:
- Put the source tree you want documented into
src/. - Run
prompts/01_index_fresh_project.md. - Run
prompts/02_continue_cycle.mdrepeatedly, one batch at a time. - Use
prompts/03_repair_batch_consistency.mdonly if a batch breaks. - Run
prompts/04_final_verify_project.mdwhen all batches are done. - Optionally run
prompts/05_create_rebuild_plan.mdafter final verification passes.
- Do not publish private source code.
- Do not publish purchased source code.
- Do not publish generated mirror docs from private projects.
- Preserve exact mirror paths:
src/path/file.ext→docs/_file_docs/src/path/file.ext.md - Final verification is required before trusting completion.
Good wiki topics:
- examples using fake/sample projects
- batching strategy notes
- troubleshooting common Claude Code behavior
- explanation of mirror docs
- explanation of final verification
- clean-room rebuild planning examples
The wiki should not contain private source code, real reversed source, secrets, or generated docs from private projects.