feat: Major improvements for v1.1.0#14
Merged
victormartingil merged 3 commits intomainfrom Jan 28, 2026
Merged
Conversation
New Features: - Add `init` tool to generate .corbat.json configuration - Add profile inheritance with `extends` field - Add 6 new profile templates (Go, Rust, Next.js, Kotlin, C#/.NET, Flutter) - Add 3 example profiles (strict-enterprise, startup-fast, microservice-kafka) - Add task-type guardrails (feature, bugfix, refactor, test, security, etc.) Architecture: - Refactor tools into modular structure (src/tools/) - Add structured JSON logging (src/logger.ts) - Add typed error classes (src/errors.ts) - Add usage metrics collection (src/metrics.ts) Documentation: - Add CONTRIBUTING.md with development guidelines - Add API Reference (docs/api-reference.md) - Add JSON Schema for .corbat.json validation - Add setup, templates, and compatibility docs Testing: - Add 74 new tests (100 → 174 total) - Add unit tests for task classification (52 cases) - Add unit tests for schema validation (14 cases) - Add unit tests for profile inheritance (8 cases)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major release introducing new features, architecture improvements, expanded documentation, and significantly increased test coverage — fully backward compatible.
✨ New Features
inittool: Generates.corbat.jsonby analyzing project structureextendsfield to inherit from parent profilesstrict-enterprisestartup-fastmicroservice-kafka🧱 Architecture Improvements
src/tools/with separated handlers, schemas, and definitionsstderrviasrc/logger.tssrc/errors.tssrc/metrics.ts📚 Documentation
CONTRIBUTING.md— Development setup and contribution guidelinesdocs/api-reference.md— Complete API documentationschemas/corbat-config.json— JSON Schema for.corbat.jsonvalidationdocs/setup.mddocs/templates.mddocs/compatibility.md✅ Testing
Coverage & Volume
New Test Suites
None — fully backward compatible.
Checklist
npm run build)npm test)