- 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>
90 lines
2.2 KiB
Markdown
90 lines
2.2 KiB
Markdown
## Description
|
|
|
|
<!-- Provide a clear and concise description of your changes -->
|
|
|
|
## Type of Change
|
|
|
|
<!-- Check all that apply -->
|
|
|
|
- [ ] 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
|
|
|
|
<!-- Link to related issues using #issue_number -->
|
|
|
|
Fixes #
|
|
Relates to #
|
|
|
|
## Framework Component Impact
|
|
|
|
<!-- Check all components affected by this change -->
|
|
|
|
- [ ] ContextPressureMonitor
|
|
- [ ] InstructionPersistenceClassifier
|
|
- [ ] CrossReferenceValidator
|
|
- [ ] BoundaryEnforcer
|
|
- [ ] MetacognitiveVerifier
|
|
- [ ] PluralisticDeliberationOrchestrator
|
|
- [ ] Web UI
|
|
- [ ] API
|
|
- [ ] Documentation
|
|
- [ ] Infrastructure
|
|
- [ ] None
|
|
|
|
## Testing
|
|
|
|
<!-- Describe the testing you've done -->
|
|
|
|
### Test Coverage
|
|
|
|
- [ ] Unit tests added/updated
|
|
- [ ] Integration tests added/updated
|
|
- [ ] Manual testing performed
|
|
- [ ] No tests needed (explain why)
|
|
|
|
### Testing Details
|
|
|
|
<!-- Describe how you tested your changes -->
|
|
|
|
```
|
|
Describe testing steps here
|
|
```
|
|
|
|
## Values Alignment
|
|
|
|
<!-- Confirm this PR aligns with Tractatus values -->
|
|
|
|
- [ ] Respects human agency and autonomy
|
|
- [ ] Promotes transparency
|
|
- [ ] Considers diverse perspectives
|
|
- [ ] Enhances safety
|
|
- [ ] Maintains architectural integrity
|
|
|
|
## Documentation
|
|
|
|
<!-- Check all that apply -->
|
|
|
|
- [ ] Documentation updated (docs/, README, etc.)
|
|
- [ ] Inline code comments added/updated
|
|
- [ ] No documentation needed
|
|
|
|
## Checklist
|
|
|
|
<!-- Ensure all requirements are met before submitting -->
|
|
|
|
- [ ] 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
|
|
|
|
## Additional Context
|
|
|
|
<!-- Add any other context, screenshots, or information about the PR here -->
|