-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathproject.config.yaml
More file actions
36 lines (32 loc) · 1.28 KB
/
Copy pathproject.config.yaml
File metadata and controls
36 lines (32 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
project:
name: "heimdall"
license: "AGPL-3.0-or-later"
authors:
- "Kinn Coelho Juliao <kinncj@gmail.com>"
created_at: "2026-06-25T14:29:47-04:00"
sdlc:
mode: standard # standard | spike | quick
require_adr_for:
- new_dependency
- cross_boundary_change
- data_model_change
- auth_change
- mcp_adoption
- visual_identity_change
qa:
bdd: behave # cucumber | behave | pytest-bdd (stories ship behave *_steps.py)
coverage_threshold: 80
design:
target: tui # web | tui (these stories are terminal/Go-TUI)
ui_library: null # mantine | tailwind | shadcn | null
token_format: dtcg # W3C DTCG
github:
project_number: 124
project_node_id: "PVT_kwHOAAR2vs4BcZgS"
status_field_id: "PVTSSF_lAHOAAR2vs4BcZgSzhXCpSM"
# Versioning & tracking (mandatory — see "Version & Issue Tracking" in CLAUDE.md /
# AGENTS.md). Every change gets a GitHub issue labelled per the gh-labels-milestones
# convention (type:bug | type:feature | type:docs | type:refactor | type:chore),
# assigned to a major/minor milestone (vX.Y.0 — patches attach to their minor,
# never get their own), and added to this board with a Status. Label taxonomy and
# milestone granularity live in the gh-labels-milestones skill, not here.