mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-09-09 14:41:03 +00:00
Summary: - adds typed durable work product render contracts - adds SQLite work_products, work_product_versions, and work_product_search storage - adds create, list, refine, archive, restore, preview, and export APIs - wires work products into task-scoped APIs and keyword search - adds redacted preview/export behavior and SQLite regression coverage - documents the work product API and SQLite schema Verification: - CI: Build - CI: Lint & Type Check - CI: Security Audit - CI: Workspace Unit Tests - ./node_modules/.bin/prettier --check README.md docs/SQLITE-SCHEMA.md docs/features/work-products.md shared/src/types/work-product.types.ts shared/src/types/index.ts server/src/schemas/work-product-schemas.ts server/src/storage/sqlite/migrations.ts server/src/storage/sqlite/work-product-repository.ts server/src/services/work-product-service.ts server/src/routes/work-products.ts server/src/routes/v1/index.ts server/src/routes/search.ts server/src/services/search-service.ts server/src/__tests__/storage/sqlite-work-products.test.ts - pnpm --filter @veritas-kanban/server test -- sqlite-work-products - pnpm typecheck - pnpm lint:budget - pnpm --filter @veritas-kanban/server test - pnpm build - pnpm audit --prod --audit-level=high - git diff --check Part of #403. Part of #332. |
||
|---|---|---|
| .. | ||
| broadcasts.md | ||
| delegation.md | ||
| deliverables.md | ||
| orchestrator-delegation.md | ||
| polling.md | ||
| prd-driven-development.md | ||
| qmd-search.md | ||
| squad-chat.md | ||
| work-products.md | ||