Commit graph

105 commits

Author SHA1 Message Date
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
350fcf3713
Add implementation plan to docs
Copied from planning phase - full specification for PTY wrapper,
WebSocket protocol, SQLite schema, and deployment setup.
2026-01-28 10:59:48 -05:00
9c6b5f6e59
Update CLAUDE.md with project-specific instructions
Added project description, contribution policy for bun-pty, and standard
workflow notes. Kept Bun API references for development guidance.
2026-01-28 10:59:39 -05:00
62a264c62a
Add npm scripts and justfile for development workflow
Scripts cover linting, type checking, testing, and dev server.
Justfile provides docker commands and unified check command.
2026-01-28 10:59:07 -05:00
0bc0c2fded
Configure biome to use 2 space indentation
Switching from tabs to spaces for consistency with most TypeScript projects.
2026-01-28 10:58:51 -05:00