Skip to content

Commit 0d7fcad

Browse files
nizosclaude
andcommitted
docs: add Support section and update roadmap in README
Added a dedicated Support section with links to configuration docs, discussions, and issues. Updated roadmap to include MCP/shell command validation and OpenCode integration. Also clarified that Anthropic API is faster than local Claude. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 5813e45 commit 0d7fcad

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ TDD Guard ensures Claude Code follows Test-Driven Development principles. When y
2525
- **Minimal Implementation** - Prevents code beyond current test requirements
2626
- **Lint Integration** - Enforces refactoring using your linting rules
2727
- **Multi-Language Support** - TypeScript, JavaScript, Python, PHP, Go, and Rust
28-
- **Session Control** - Toggle on and off mid-session
2928
- **Customizable Rules** - Adjust validation rules to match your TDD style
30-
- **Flexible Validation** - Use local Claude or Anthropic API
29+
- **Flexible Validation** - Use local Claude or faster Anthropic API
30+
- **Session Control** - Toggle on and off mid-session
3131

3232
## Requirements
3333

@@ -247,7 +247,6 @@ See [Strengthening TDD Enforcement](docs/enforcement.md) to prevent agents from
247247

248248
- [ESLint integration](docs/linting.md) - Automated refactoring support
249249
- [AI Models](docs/ai-model.md) - Switch between Claude CLI and Anthropic API
250-
- [All Settings](docs/configuration.md) - Complete configuration reference
251250

252251
**Note:** If TDD Guard can't find Claude, see [Claude Binary Setup](docs/claude-binary.md).
253252

@@ -265,6 +264,8 @@ TDD Guard runs with your user permissions and has access to your file system. We
265264

266265
- Add support for more testing frameworks (Mocha, unittest, etc.)
267266
- Add support for additional programming languages (Ruby, Java, C#, etc.)
267+
- Validate file modifications made through MCPs and shell commands
268+
- Add integration for OpenCode and other vendor-agnostic AI coding tools
268269
- Encourage meaningful refactoring opportunities when tests are green
269270
- Add support for multiple concurrent sessions per project
270271

@@ -283,6 +284,12 @@ Contributions are welcome! Feel free to submit issues and pull requests.
283284
- PHP/PHPUnit support: [@wazum](https://github.com/wazum)
284285
- Rust/cargo support: [@104hp6u](https://github.com/104hp6u)
285286

287+
## Support
288+
289+
- [Configuration](docs/configuration.md) - Complete settings documentation
290+
- [Discussions](https://github.com/nizos/tdd-guard/discussions) - Ask questions and share ideas
291+
- [Issues](https://github.com/nizos/tdd-guard/issues) - Report bugs and request features
292+
286293
## License
287294

288295
[MIT](LICENSE)

0 commit comments

Comments
 (0)