feat(wave3): @mosaic/prdy TypeScript PRD wizard (#7)

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #7.
This commit is contained in:
2026-03-07 02:21:54 +00:00
committed by jason.woltje
parent 7f7109fc09
commit 95eed0739d
11 changed files with 690 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
export {
createPrd,
loadPrd,
savePrd,
listPrds,
} from './prd.js';
export { runPrdWizard } from './wizard.js';
export { buildPrdyCli, runPrdyCli } from './cli.js';
export {
BUILTIN_PRD_TEMPLATES,
resolveTemplate,
} from './templates.js';
export type {
PrdStatus,
PrdTemplate,
PrdTemplateSection,
PrdSection,
PrdDocument,
CreatePrdOptions,
} from './types.js';