Code Issues Backlog
This directory contains modularized backlog items for architectural and security findings. Keeping issues separated improves context efficiency for both developers and AI coding agents.
Auto-Generated Issue Registries
Individual issue files (issue-*.md) created under this directory are automatically scanned, parsed, and registered in the project’s architectural maps. Instead of manually maintaining indexes here, consult the dynamically generated knowledge maps:
- Enforcer Module Knowledge Map — Maps design documents, source files, and open issues for the
:enforcermodule. - Profiler Module Knowledge Map — Maps design documents, source files, and open issues for the
:profilermodule.
Registering a New Issue
To log a new bug, architectural gap, kernel-level nuance, or security vulnerability, simply create a new markdown file under the appropriate subdirectory:
docs/internals/backlog/security/for security/vulnerability findingsdocs/internals/backlog/performance/for performance findingsdocs/internals/backlog/testing/for testing findingsdocs/internals/backlog/code_health/for other code/architectural health improvements
Ensure your file starts with YAML frontmatter containing title, severity, and status:
---
title: "Title of Issue"
severity: "HIGH/MEDIUM/LOW/CRITICAL/ENHANCEMENT"
status: "open"
---
# 🔴 [Severity: HIGH]: Title of Issue
**Context:** ...
**Needed:** ...
Once the file is saved, run ./gradlew check or ./gradlew build to verify the backlog issue formatting.