chore: initialize overstory and ecosystem tools
This commit is contained in:
21
.mulch/README.md
Normal file
21
.mulch/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# .mulch/
|
||||
|
||||
This directory is managed by [mulch](https://github.com/jayminwest/mulch) — a structured expertise layer for coding agents.
|
||||
|
||||
## Key Commands
|
||||
|
||||
- `mulch init` — Initialize a .mulch directory
|
||||
- `mulch add` — Add a new domain
|
||||
- `mulch record` — Record an expertise record
|
||||
- `mulch edit` — Edit an existing record
|
||||
- `mulch query` — Query expertise records
|
||||
- `mulch prime [domain]` — Output a priming prompt (optionally scoped to one domain)
|
||||
- `mulch search` — Search records across domains
|
||||
- `mulch status` — Show domain statistics
|
||||
- `mulch validate` — Validate all records against the schema
|
||||
- `mulch prune` — Remove expired records
|
||||
|
||||
## Structure
|
||||
|
||||
- `mulch.config.yaml` — Configuration file
|
||||
- `expertise/` — JSONL files, one per domain
|
||||
Reference in New Issue
Block a user