Commit graph

11 commits

Author SHA1 Message Date
2dfe420555
Rename project from claude-remote to clarc
Updated all references across documentation, config files, and source code.
2026-01-30 08:32:34 -05:00
86951e5e94
Format code with biome 2026-01-28 17:08:59 -05:00
3d192cf8b5
Add DB_PATH env var for configurable database location 2026-01-28 17:05:30 -05:00
599f911964
Handle git WebSocket messages and persist to database 2026-01-28 14:56:53 -05:00
7bf04ed184
Add prompt_json column to migration for upgrade path 2026-01-28 13:59:02 -05:00
a93475f3ab
Handle state and stats WebSocket messages in server 2026-01-28 13:50:35 -05:00
a9e6392649
Fix SSE event type to include prompt_json field
The prompt SSE event now includes prompt_json to transmit structured
prompt data to the dashboard for rich prompt rendering.
2026-01-28 13:02:05 -05:00
cd7d1c0ea8
Add prompt_json column to store rich prompt data 2026-01-28 12:55:47 -05:00
76a81666a2
Fix prepared statements to prepare once at init 2026-01-28 11:18:44 -05:00
596b0fd013
Add SQLite database layer with tests 2026-01-28 11:15:36 -05:00
726190eaa6
Restructure project files into src and public directories
Moved index.ts to src/server.ts and created stub files for types, db, auth,
and cli modules. Added minimal placeholder for dashboard. Removed generated
README.md in favor of CLAUDE.md and docs/plan.md.
2026-01-28 11:00:19 -05:00