Thank you for your interest in improving better-model.
The decision matrix in templates/BETTER-MODEL.md is the core of this project. If you have new benchmark data, published studies, or documented failure cases that should inform the matrix, please open an issue or pull request with:
- The claim — what should change in the matrix
- The evidence — link to benchmark results, published study, or reproducible example
- The impact — which tier/task/rule is affected
Anecdotal reports are welcome as supporting evidence but are not sufficient on their own to change the matrix.
# Clone the repository
git clone https://github.com/talkstream/better-model.git
cd better-model
# Run tests
node --test 'test/*.test.js'
# Test the CLI locally
node bin/better-model.js --help- Zero dependencies — only Node.js built-ins
- Evidence-based — every matrix entry needs published data
- Idempotent —
initandresetare safe to run multiple times - Minimal footprint — one
.mdtemplate + routing block + optional agents
Tests use the Node.js built-in test runner (node:test). No external test framework required.
node --test 'test/*.test.js'Be kind. Be constructive. Back claims with evidence.