Thanks for your interest in codekeel.
Bug reports and feature ideas are welcome — please open an issue. Include what you expected, what happened, and enough detail to reproduce a bug.
This project isn't accepting external code contributions at this time. If you'd like to fix something, open an issue describing it first rather than a PR — unrequested PRs will likely be closed unmerged.
If you want to explore the code or verify a bug before filing an issue:
npm install
npm run dev # run the CLI against your own local logs
npm test # unit tests
npm run typecheckThe CLI's Anthropic-backed features (live semantic verification, admissibility/contradiction checks, conversation mining, FEATURES.md derivation) only activate when ANTHROPIC_API_KEY is set in your environment — everything else works without it.
Be respectful. Disagree about code, not about people.