initial commit

This commit is contained in:
Jev Kuznetsov
2026-04-16 11:36:48 +02:00
commit 60710fab20
30 changed files with 1460 additions and 0 deletions
@@ -0,0 +1,23 @@
# Feature: <Name>
Status: draft
## Summary
One sentence: what this feature does and why it's needed.
## Acceptance Criteria
- AC-01: ...
## Test Plan
- T-01 (AC-01): given ... / when ... / then ...
## Assumptions
- [ASSUMPTION]: ...
## Notes
Optional: implementation hints, constraints, edge cases.