Plugin for Claude Code to create a semi-inverted AI development workflow that relies on deterministic workflow enforcement and uses AI only where we generate outputs or make judgement calls that require stochastic behavior.
- Lean 91%
- Rust 8.6%
- Shell 0.3%
- factory-statusline.sh: read from eventcore-fs (.claude-factory/eventstore/events/*.jsonl) instead of the stale v1 JSON store; v1 only captured events 1-273 and was never updated after we consolidated on eventcore-fs as the single event store - cfk-engine guardrail: short-circuit check_guardrail when path_is_protected is false, skipping the event-store open; breaks the deadlock where the MCP server's exclusive lock on the event store prevented guardrail-check from running for unprotected paths such as writing .claude-factory/LEASE_BYPASS itself - remove .claude-factory/events/v1/: 273 stale JSON files from the legacy v1 event store, superseded when we consolidated on eventcore-fs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .claude-factory | ||
| .claude-plugin | ||
| .githooks | ||
| docs | ||
| examples/toy-product | ||
| kernel | ||
| model | ||
| plugins | ||
| scripts | ||
| .gitignore | ||
| ARCHITECTURE.md | ||
| emc.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| ROADMAP.md | ||
| rust-toolchain.toml | ||