# WAMI Issues Tracker
This directory tracks feature requests, enhancements, and major work items for the WAMI project.
## Active Issues
### Open Issues
| [#001](ISSUE_001_CONDITION_KEYS.md) | Implement Policy Condition Keys | High | Feature Enhancement | 🔴 Open |
### Closed Issues
*No closed issues yet*
## Issue Statistics
- **Total Issues**: 1
- **Open**: 1 (100%)
- **Closed**: 0 (0%)
- **In Progress**: 0
## Quick Links
- [Issue #001: Policy Condition Keys](ISSUE_001_CONDITION_KEYS.md) - Add comprehensive condition support to policy evaluation
## Issue Template
When creating a new issue, include:
1. **Summary**: Brief description of the feature/fix
2. **Current State**: What exists today
3. **Problem Statement**: What problem does this solve
4. **Proposed Solution**: How to implement it
5. **Implementation Plan**: Phased approach with tasks
6. **Examples**: Code examples showing usage
7. **Testing Strategy**: How to validate the implementation
8. **Success Criteria**: Definition of done
9. **Dependencies**: What this depends on or blocks
10. **Risks & Mitigations**: Potential issues and solutions
## Priority Levels
- 🔴 **Critical**: Blocking or security issue
- 🟠**High**: Important feature or significant improvement
- 🟡 **Medium**: Nice to have enhancement
- 🟢 **Low**: Minor improvement or future consideration
## Issue Types
- **Feature**: New functionality
- **Enhancement**: Improvement to existing functionality
- **Bug**: Something isn't working
- **Documentation**: Documentation improvement
- **Performance**: Performance optimization
- **Security**: Security improvement
- **Refactor**: Code restructuring
## Related Documentation
- [Implementation Details](../CONDITION_KEYS_IMPLEMENTATION.md) - Detailed implementation specs
- [API Reference](../API_REFERENCE.md) - API documentation
- [Architecture](../ARCHITECTURE.md) - System architecture