Skip to content

feat(wiki): auto-generated project wiki with architecture map, API inventory, decision log#921

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/wiki-auto-generate-817
Mar 24, 2026
Merged

feat(wiki): auto-generated project wiki with architecture map, API inventory, decision log#921
JeremyDev87 merged 1 commit intomasterfrom
feat/wiki-auto-generate-817

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add scripts/wiki/ with TDD-tested pure parsers for TypeScript import graph analysis, MCP tool definition extraction, and context.md decision parsing
  • Generate docs/codingbuddy/wiki/ with three auto-generated markdown files:
    • architecture.md — module dependency graph and file distribution
    • api-inventory.md — 19 MCP tools, 5 resources, 1 prompt inventoried
    • decision-log.md — aggregated from context.md PLAN/ACT/EVAL decisions
  • Add yarn wiki:generate and yarn test:wiki scripts
  • Update .gitignore to track wiki output while keeping context.md ignored

Test plan

  • 10 unit tests for parsers (parseImports, parseToolDefinitions, parseContextDecisions, buildModuleDependencyMap)
  • 4952 existing mcp-server tests pass — zero regressions
  • Rules validation (agent schema + markdownlint) passes
  • Wiki re-generable via yarn wiki:generate — idempotent output

Closes #817

…I inventory, and decision log

- Add scripts/wiki/ with TDD-tested parsers for import graph, tool definitions, and context decisions
- Generate docs/codingbuddy/wiki/ with architecture.md, api-inventory.md, decision-log.md
- Add yarn wiki:generate and test:wiki scripts to root package.json
- Update .gitignore to track wiki output while keeping context.md ignored

Closes #817
@JeremyDev87 JeremyDev87 added feat sub-issue 상위 이슈의 하위 작업 priority:should Should Have - 중요하지만 필수는 아님 labels Mar 24, 2026
@vercel
Copy link

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 24, 2026 3:38pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 24, 2026
@JeremyDev87 JeremyDev87 merged commit c503f14 into master Mar 24, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/wiki-auto-generate-817 branch March 24, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:should Should Have - 중요하지만 필수는 아님 sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: project wiki auto-update (architecture map, API inventory, decision log)

1 participant