Skip to the content.

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:

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:

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.