Complete architecture document set with multi-model review remediation: - Frozen interface contracts, runtime semantics, DB schemas - Event/tool/error/provider registries - Scheduler and main agent state machines - C4 module/code views, solution architecture, baseline V1 - Multi-model review reports and joint assessment - Phase-gate remediation complete (P0/P1/P2/UX resolved) - Implementation plan with T-000A through T-045 - Reference folders kept as placeholders only
20 lines
643 B
YAML
Executable File
20 lines
643 B
YAML
Executable File
name: 🚀 Feature Request
|
|
description: Suggest an idea, feature, or enhancement
|
|
title: "[FEATURE]:"
|
|
|
|
body:
|
|
- type: checkboxes
|
|
id: verified
|
|
attributes:
|
|
label: Feature hasn't been suggested before.
|
|
options:
|
|
- label: I have verified this feature I'm about to request hasn't been suggested before.
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the enhancement you want to request
|
|
description: What do you want to change or add? What are the benefits of implementing this? Try to be detailed so we can understand your request better :)
|
|
validations:
|
|
required: true
|