smriti/frontend
Himanshu Dongre 73f26e721c Add structured tasks with intent hints for autonomous work selection
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.
2026-04-13 22:27:32 +05:30
..
public Initial public release 2026-03-22 13:48:50 +05:30
src Add structured tasks with intent hints for autonomous work selection 2026-04-13 22:27:32 +05:30
.gitignore Initial public release 2026-03-22 13:48:50 +05:30
Dockerfile Initial public release 2026-03-22 13:48:50 +05:30
eslint.config.js Initial public release 2026-03-22 13:48:50 +05:30
index.html Initial public release 2026-03-22 13:48:50 +05:30
package-lock.json Initial public release 2026-03-22 13:48:50 +05:30
package.json Initial public release 2026-03-22 13:48:50 +05:30
tsconfig.app.json Initial public release 2026-03-22 13:48:50 +05:30
tsconfig.json Initial public release 2026-03-22 13:48:50 +05:30
tsconfig.node.json Initial public release 2026-03-22 13:48:50 +05:30
vite.config.ts Initial public release 2026-03-22 13:48:50 +05:30