- Update issue templates (bug report, feature request, documentation, research question) - Add PR template with values alignment checklist - Add CI workflow with tests and CSP compliance checks - Configure issue template defaults 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2.2 KiB
2.2 KiB
Description
Type of Change
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Research contribution
- Refactoring (no functional changes)
Related Issues
Fixes # Relates to #
Framework Component Impact
- ContextPressureMonitor
- InstructionPersistenceClassifier
- CrossReferenceValidator
- BoundaryEnforcer
- MetacognitiveVerifier
- PluralisticDeliberationOrchestrator
- Web UI
- API
- Documentation
- Infrastructure
- None
Testing
Test Coverage
- Unit tests added/updated
- Integration tests added/updated
- Manual testing performed
- No tests needed (explain why)
Testing Details
Describe testing steps here
Values Alignment
- Respects human agency and autonomy
- Promotes transparency
- Considers diverse perspectives
- Enhances safety
- Maintains architectural integrity
Documentation
- Documentation updated (docs/, README, etc.)
- Inline code comments added/updated
- No documentation needed
Checklist
- My code follows the project's style guidelines
- I have performed a self-review of my code
- I have commented my code, particularly in hard-to-understand areas
- My changes generate no new warnings
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Any dependent changes have been merged and published