codeforjapan / codeforjapan/workflow-interviewer
D5. ギャップレポート Markdown/JSON 出力
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 30m
- Merged PRs (30d)
- 2
Description
親: #1
依存: #3 (A3), #9 (C1), #10 (C2)
## 目的
セッション完了時に、KB の `local/` 配置規約に沿って取り込める Markdown と、後工程連携用の JSON を出力する。
## 実装範囲
- `lib/server/export/markdown.ts`
- 出力パス想定: `local/processes/[slug]/[YYYYMMDD]-findings.md`
- 構成: YAML frontmatter(date / task_slug / source_session_id / status)+ 業務概要 + 抽出フロー(Mermaid化、可能ならば)+ ギャップ一覧(既知/新規)+ 例外・インシデント + ai_caution 注意リスト
- `lib/server/export/json.ts`: 拡張JSON(既存の最小JSONを置換 or 並行提供)
- フロント: 「完了して出力」ボタンで MD と JSON 両方を zip ダウンロード(or 個別ダウンロード)
## 完了条件
- DoD(1業務シードで職員デモ走行 → ギャップレポートが MD/JSON で出る)が満たされる
- 出力した MD を `docs/kb/local/processes/` 配下に置くと、CONTRIBUTING に沿った形になっている
## 関連
- KB の local 規約: `docs/kb/local/README.md`
- gap-notes テンプレ: `docs/kb/templates/gap-notes-template.md`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.