mirror of
https://github.com/himanshudongre/smriti.git
synced 2026-08-28 05:14:59 +00:00
Tasks in checkpoints evolve from flat strings to objects with optional intent_hint (implement/review/investigate/docs/test), blocked_by (dependency label), and status (open/done). Agents reading the state brief can now self-select complementary work by matching task intents against active claim intent_types — no founder routing needed. Backward-compatible: old string tasks normalize at render time. No schema migration. JSONB handles both shapes. Skill pack v1.7 teaches the autonomous selection reflex. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||