chore: initial hub repo structure

This commit is contained in:
asepharyana
2026-07-09 22:08:26 +07:00
commit b31fe9d188
83 changed files with 7969 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Architecture Decision Records
This directory contains Architecture Decision Records (ADRs).
Each ADR documents an architectural decision, its context, and its consequences.
## How to use
```bash
coder-workflow adr new "<decision title>"
coder-workflow adr list
coder-workflow adr status <id> --status accepted
coder-workflow adr graph
```
## Status Definitions
| Status | Meaning |
| ---------- | --------------------------- |
| Proposed | Under discussion |
| Accepted | Agreed upon and implemented |
| Deprecated | No longer recommended |
| Superseded | Replaced by a newer ADR |