Uploaded files

This commit is contained in:
Dani
2026-01-22 20:22:46 -05:00
parent b8e7d5c2b9
commit ee75a89f24
29 changed files with 418 additions and 0 deletions

12
docs/CHECKLIST.md Normal file
View 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
View File

13
docs/PROJECT.md Normal file
View 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
View 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
View File

@@ -0,0 +1,10 @@
# Roadmap
## Phase 1: MVP
- [ ]
## Phase 2: Quality + UX
- [ ]
## Phase 3: Scale + polish
- [ ]

18
docs/STATE.md Normal file
View File

@@ -0,0 +1,18 @@
# State
## Current focus
-
## What works
-
## Whats broken
-
## Next 3 tasks
1.
2.
3.
## Recent decisions
- (date) decision -> why