Uploaded files
This commit is contained in:
12
docs/CHECKLIST.md
Normal file
12
docs/CHECKLIST.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Checklists
|
||||
|
||||
## Pre-merge
|
||||
- [ ] ruff check .
|
||||
- [ ] ruff format --check .
|
||||
- [ ] pytest
|
||||
- [ ] docs updated if requirements/decisions changed
|
||||
|
||||
## Release
|
||||
- [ ] version bump
|
||||
- [ ] changelog notes
|
||||
- [ ] basic smoke test
|
||||
0
docs/CONTEXTPACK.md
Normal file
0
docs/CONTEXTPACK.md
Normal file
13
docs/PROJECT.md
Normal file
13
docs/PROJECT.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Project
|
||||
|
||||
## One-liner
|
||||
What is this?
|
||||
|
||||
## Purpose
|
||||
Why does it exist?
|
||||
|
||||
## Users
|
||||
Who is it for?
|
||||
|
||||
## Non-goals
|
||||
What are we intentionally NOT doing?
|
||||
15
docs/REQUIREMENTS.md
Normal file
15
docs/REQUIREMENTS.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Requirements
|
||||
|
||||
## Must-have (v1)
|
||||
- [ ]
|
||||
|
||||
## Nice-to-have (v2)
|
||||
- [ ]
|
||||
|
||||
## Constraints
|
||||
- Platform:
|
||||
- Performance:
|
||||
- Privacy/security:
|
||||
|
||||
## Acceptance tests
|
||||
- [ ] Given ____, when ____, then ____
|
||||
10
docs/ROADMAP.md
Normal file
10
docs/ROADMAP.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Roadmap
|
||||
|
||||
## Phase 1: MVP
|
||||
- [ ]
|
||||
|
||||
## Phase 2: Quality + UX
|
||||
- [ ]
|
||||
|
||||
## Phase 3: Scale + polish
|
||||
- [ ]
|
||||
18
docs/STATE.md
Normal file
18
docs/STATE.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# State
|
||||
|
||||
## Current focus
|
||||
-
|
||||
|
||||
## What works
|
||||
-
|
||||
|
||||
## What’s broken
|
||||
-
|
||||
|
||||
## Next 3 tasks
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Recent decisions
|
||||
- (date) decision -> why
|
||||
Reference in New Issue
Block a user