wildcat-harness
v0.2.0
Published
Portable project harness for AI-agent-led software projects.
Downloads
150
Maintainers
Readme
Wildcat Crossroads Harness
Wildcat Crossroads Harness is a portable project harness for AI-agent-led software work.
It creates the operating system around a repo: agent contracts, workflow rules, tracker setup, docs taxonomy, testing and eval guidance, production intake, observability, secrets policy, release discipline, Obsidian mirrors, and self-improvement loops.
It does not try to build the app for you. It builds the harness that helps agents and humans build real software progressively, safely, and with less drift.
Install
Run it without installing:
npx wildcat-harness wildcat --helpOr install globally:
npm install -g wildcat-harness
wildcat --helpRequires Node.js >= 22.
Status
Early (v0.1.0): the TypeScript CLI and the core value loop — init, update,
doctor, links, plus tracker, Obsidian, e2e, evals, and sandbox commands — are
implemented, and the harness dogfoods its own repository. Brownfield adoption
analysis is post-v1.
The canonical design lives at:
CLI
wildcat setup profile
wildcat init
wildcat setup
wildcat setup github-project
wildcat setup obsidian
wildcat doctor
wildcat update
wildcat index
wildcat librarian
wildcat e2e
wildcat evals
wildcat sandboxCore Idea
Safety rails, not train tracks.
Wildcat should be deterministic where repeatability matters, advisory where project context matters, and explicit about which parts are active, stubbed, advisory, or disabled.
First Implementation Path
- Finish the canonical design spec.
- Add TypeScript CLI skeleton with strict schemas.
- Implement
wildcat setup profile. - Implement greenfield
wildcat init. - Harden the foundation (update-safe locks, managed regions, thin adapter projections) and dogfood on real repos.
- Add
wildcat update,doctor, andlinks— the core value loop. - Add GitHub Project setup (lite) and Obsidian cockpit support.
- Add e2e, evals, sandbox, and librarian loops.
- Post-v1: brownfield analysis and adoption plans.
Harness
This repository is managed with Wildcat Crossroads Harness — it dogfoods its own tool. Start here:
- AGENTS.md — canonical agent contract.
- WORKFLOW.md — how work moves through this repo.
- docs/harness/index.md — harness cockpit and reading gate.
- docs/adoption-checklist.md — how the harness was adopted by hand (brownfield).
License
MIT © Jeremy Hoenig
