skillhub/docs
vsxd 8b0ffc28c4 docs: add Phase 2 design spec - namespace + skill core
- Database migration: 5 new tables (skill, skill_version, skill_file, skill_tag, skill_search_document)
- Object storage: SPI + LocalFile/S3 dual implementation
- Namespace management: CRUD + member management
- Skill publish: upload → validate → store → persist → publish
- Skill query/download/tags: visibility control, tag management
- Search: PostgreSQL full-text with tsvector + GIN
- Async events: Spring Events + dedicated thread pool
- Rate limiting: Redis sliding window + annotation-driven
- Frontend: modern product-style pages with shadcn/ui
- Testing strategy: unit/integration/API/E2E layers
2026-03-12 00:28:09 +08:00
..
superpowers docs: add Phase 2 design spec - namespace + skill core 2026-03-12 00:28:09 +08:00
00-product-direction.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
01-system-architecture.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
02-domain-model.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
03-authentication-design.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
04-search-architecture.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
05-business-flows.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
06-api-design.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
07-skill-protocol.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
08-frontend-architecture.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
09-deployment.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
10-delivery-roadmap.md feat: project ini and docs updates 2026-03-11 22:47:05 +08:00