Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ workflows, and agents resolve together and `uv run loom` hits this checkout.
│ ├── deep-research/ # /deep-research TOPIC — single-question autonomous research
│ ├── hyper-research/ # /hyper-research DOC — parallel multi-question meta-research
│ ├── map-codebase/ # /map-codebase PATH — explained architecture map of a repo
│ └── loom-expedition/ # /loom-expedition GRAPH — standalone emergent-theory expedition
│ ├── loom-expedition/ # /loom-expedition GRAPH — standalone emergent-theory expedition
│ └── create-loom-gauntlet/ # /create-loom-gauntlet TASK — builder-vs-critic orchestration
│ # prompt; brownfield (mapped repo) or greenfield (new product)
├── workflows/
│ ├── deep-research.js # deterministic orchestration: orient → quality-gated loop → finalize
│ ├── hyper-research.js # comprehend → extract questions → parallel deep-research → synthesize
Expand Down
Loading
Loading