chore: initialize overstory and ecosystem tools

This commit is contained in:
2026-04-04 12:37:31 -04:00
parent 5d74fc8e69
commit 8ae81b977d
20 changed files with 2072 additions and 0 deletions

21
.mulch/README.md Normal file
View 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
View 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