Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.04 KB

File metadata and controls

28 lines (17 loc) · 1.04 KB

Contributing to codekeel

Thanks for your interest in codekeel.

Issues

Bug reports and feature ideas are welcome — please open an issue. Include what you expected, what happened, and enough detail to reproduce a bug.

Pull requests

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.

Running it locally

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 typecheck

The 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.

Code of conduct

Be respectful. Disagree about code, not about people.