Feature/integration test and updates#40
Conversation
- Updated architecture documentation to remove SPEC.md references and include direct links to relevant sections. - Enhanced `normalize-issues` cookbook with detailed sections on detection, compatibility checking, and troubleshooting. - Improved GitHub Actions and local usage recipes with structured sections and additional resources. - Created a new `contracts.md` file detailing CLI interfaces, input/output contracts, audit envelopes, and performance budgets. - Added a `requirements.txt` file for package dependencies.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (35)
WalkthroughThe PR changes the ChangesIssues Dict Schema Change
Make-Based QA Automation
Docs Restructuring: contracts.md Replaces SPEC.md
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Introduced a Makefile for streamlined QA checks across all packages. - Updated Python version requirements to >=3.14 in multiple package configurations. - Modified integration and test workflows to install packages with [dev] dependencies. - Added QA automation section to the developer guide.
Overview
This PR consolidates and refactors the living-doc-toolkit codebase to improve maintainability, align test fixtures across versions, and streamline documentation. The changes include removal of role-specific agent customizations in favor of a unified codebase, restructuring of test fixtures, and significant documentation improvements.
Changes
Removed
.github/agents/): Removed 5 role-specific agent files (DevOps Engineer, SDET, Reviewer, Senior Developer, Specification Master) to consolidate Copilot customization intocopilot-instructions.mdSPEC.mdandTASKS.mdin favor of living documentation and issue-driven task managementAdded
doc-issues.jsonas a golden reference file for integration testingdocs/contracts.mdsection defining contracts and interfaces for all servicesUpdated
Code Quality
test_parser.pyandtest_service.pyImpact
Positive:
Considerations:
Testing
All changes have been validated:
Merge Strategy
This PR should be merged to
masterand can be deployed as part of the next release cycle. No breaking changes to public APIs; agent definitions were internal tooling only.Release Notes:
Summary by CodeRabbit
New Features
Breaking Changes
Documentation
Chores