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
|
||||
10
.mulch/mulch.config.yaml
Normal file
10
.mulch/mulch.config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '1'
|
||||
domains: []
|
||||
governance:
|
||||
max_entries: 100
|
||||
warn_entries: 150
|
||||
hard_limit: 200
|
||||
classification_defaults:
|
||||
shelf_life:
|
||||
tactical: 14
|
||||
observational: 30
|
||||
Reference in New Issue
Block a user