Forked from OpenCode v1.17.4 with multi-agent system: - 5 agents: aircoding, scheduler, worker, architect, reviewer - Deterministic DAG scheduling engine (coordinator_tick) - Tool whitelists as hard enforcement - AirCoding validation plugin - V1 requirements: C4 docs, ADR, AGENTS.md, debug-log.md - Design documents in docs/
20 lines
643 B
YAML
20 lines
643 B
YAML
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
|