Find a file
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
deploy Fix phase1 auth flow gaps 2026-03-12 00:26:33 +08:00
docs docs: add Phase 2 design spec - namespace + skill core 2026-03-12 00:28:09 +08:00
server Fix phase1 auth flow gaps 2026-03-12 00:26:33 +08:00
web feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
.gitignore chore: ignore local git worktrees 2026-03-11 23:16:57 +08:00
docker-compose.yml feat: complete Chunk 1 - backend skeleton and infrastructure 2026-03-11 23:35:47 +08:00
LICENSE Initial commit 2026-03-11 20:17:06 +08:00
Makefile feat(web): add frontend scaffold with React 19 and TanStack Router 2026-03-12 00:00:26 +08:00