Lightweight Chronos calendar workspace by HRZAY@FocusLab,whose page:github.com/HR2AY
This release keeps the working calendar, SQLite database package, and skills. It removes the V2 MCP/dashboard/service-manager/mobile control surface from the shipping architecture.
npm install
npm run build
npm run dev:webOpen:
http://localhost:3000/calendar
API:
GET /api/events
GET /api/events?date=YYYY-MM-DD
GET /api/events?from=YYYY-MM-DD&to=YYYY-MM-DD
POST /api/events
DELETE /api/events?id=<eventId>
Agents should read:
PROJECT.md
skills/chronos-soul/SKILLS.md
Then route to:
skills/chronos-soul/SKILLS.mdfor reads, field explanations, and simple direct writes.skills/chronos-soul/references/chronos-write-draft.mdfor complex draft preview and approved writes.