Commit Graph

3 Commits

Author SHA1 Message Date
Pedro Rodrigues
e6a0fbe2a2 fix format 2026-01-23 11:55:11 +00:00
Pedro Rodrigues
345b56070b refactor: complete unified build system foundation
- Renamed package from postgres-best-practices-build to skills-build
- Moved postgres build logic to src/postgres/
- Added shared types for skill configuration (SkillConfig, SkillType, Resource)
- Created skills-config.ts registry for managing multiple skills
- Added CLI interface (cli.ts) for validate/build commands
- Updated package.json scripts to use new CLI

Postgres build verified and working. Ready for supabase module implementation.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-23 01:56:09 +00:00
Pedro Rodrigues
5abdc63767 refactor: initial build system refactor for unified skills
- Renamed postgres-best-practices-build to skills-build
- Moved postgres files to src/postgres/ subdirectory
- Updated BUILD_DIR paths in postgres/config.ts
- Updated type imports to reference ../types.js
- Created IMPLEMENTATION_GUIDE.md with detailed step-by-step tasks

This is the foundation for a unified build system that will support
both postgres-best-practices (rule-based) and supabase (reference-based) skills.

Next steps documented in IMPLEMENTATION_GUIDE.md (Tasks 1-6).
2026-01-23 01:49:34 +00:00