Skip to content
cadela-dev edited this page May 29, 2026 · 2 revisions

Welcome to the Project Atlas wiki!

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.

Start Here

For setup and the full copy/paste workflow, use the main repo README:

README

Main Workflow

  1. Put the source tree you want documented into src/.
  2. Run prompts/01_index_fresh_project.md.
  3. Run prompts/02_continue_cycle.md repeatedly, one batch at a time.
  4. Use prompts/03_repair_batch_consistency.md only if a batch breaks.
  5. Run prompts/04_final_verify_project.md when all batches are done.
  6. Optionally run prompts/05_create_rebuild_plan.md after final verification passes.

Important Rules

  • 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.extdocs/_file_docs/src/path/file.ext.md
  • Final verification is required before trusting completion.

Useful Links

What belongs in the wiki?

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.

Clone this wiki locally