2 Commits

Author SHA1 Message Date
William Valentin
9b2966304d feat: add AGENTS.md and Makefile with development guidelines
- Add AGENTS.md with build commands, code style guidelines, and conventional commits
- Add Makefile for common development tasks (build, dev, test, lint, etc.)
- Include git commit guidelines following Conventional Commits specification
- Provide comprehensive development workflow documentation
2025-10-31 17:45:47 -07:00
William Valentin
0625d457be Initial commit: Claude Session Manager with complete CLI toolset
- Add TypeScript project structure with Bun runtime
- Implement CLI commands for session, project, stats, and optimization
- Add SQLite database integration with prepared statements
- Include AGENTS.md for development guidelines
- Add Makefile for common development tasks
- Configure ESLint and TypeScript with strict mode
2025-10-31 17:38:48 -07:00