Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
78 lines
2.1 KiB
YAML
78 lines
2.1 KiB
YAML
name: Feature Request
|
|
description: Propose a new feature for the CoM Virtual Enterprise
|
|
title: "[FEAT] "
|
|
labels: ["enhancement", "triage"]
|
|
assignees:
|
|
- Diablo_Rain
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Describe the feature you'd like to see. Map it to the enterprise architecture if possible.
|
|
- type: dropdown
|
|
id: category
|
|
attributes:
|
|
label: Category
|
|
description: What type of feature is this?
|
|
options:
|
|
- New Agent
|
|
- New Skill
|
|
- New MCP Server
|
|
- Workflow / Automation (n8n)
|
|
- Governance / Constitutional
|
|
- Security Enhancement
|
|
- Infrastructure / ARCANUM
|
|
- Documentation
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: pod
|
|
attributes:
|
|
label: Target Pod
|
|
description: Which pod would own this feature?
|
|
options:
|
|
- Command (CADevO)
|
|
- Dev-Security (Orion, Cipher, Aegis, Specter, Vanguard, Apex)
|
|
- Publishing (Scribe, Lexis, Stet)
|
|
- Game Design (Pixel, Nexus, Lore)
|
|
- Admin (Atlas, Sentinel, Ops)
|
|
- Advisory
|
|
- Cross-pod
|
|
- N/A
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What should this feature do?
|
|
placeholder: "Add a new /backup skill that creates encrypted snapshots of..."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: motivation
|
|
attributes:
|
|
label: Motivation
|
|
description: Why do we need this? What problem does it solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: What other approaches were considered?
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: Priority
|
|
options:
|
|
- "P0 — Critical (blocks development)"
|
|
- "P1 — High (needed this sprint)"
|
|
- "P2 — Medium (next sprint)"
|
|
- "P3 — Low (backlog)"
|
|
validations:
|
|
required: true
|