feat: v0.18.0 ClaudeCode workflow integration - #31
Merged
Conversation
- devkit_project_brief: Markdown-formatted project overview for LLM injection
- Aggregates repo metadata, architecture, recent commits, hot files,
known limits, and active contexts with memories
- Soft token truncation (~max_tokens * 4 chars)
- devkit_impact_analysis: pre-refactoring blast radius analysis
- Callers/callees with configurable depth (1-3 levels)
- Related symbols (conceptual links)
- Test heuristic detection (test_* callers/callees)
- Oplog history mentioning the symbol
- Tools count: 60 → 62
- RFC: docs/RFC/claudecode-workflow-integration.md
…pper - devkit_session_export: Markdown/JSON export of context + memories + links - devkit_session_import: bulk memory import from [type] prefixed text - scripts/devbase-claude.ps1: Windows launcher that auto-injects project brief into .claude/CLAUDE.md before starting ClaudeCode - Auto-detects repo_id from current directory - Optional post-session git-diff capture - Tools count: 62 → 64 - RFC P2/P3 sections updated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.18.0 以 ClaudeCode 为核心用例,实现 devbase 与 AI 编程助手工作流的深度集成。
New MCP Tools (+4, 64 total)
devkit_project_brief— Markdown 项目简报生成(LLM 注入优化,软 token 截断)devkit_impact_analysis— 修改前影响范围分析(callers/callees/related/tests/history)devkit_session_export— Markdown/JSON 导出 session(便于与 ClaudeCode 共享)devkit_session_import— 批量导入[type]前缀记忆文本ClaudeCode Wrapper
scripts/devbase-claude.ps1— Windows 启动器.claude/CLAUDE.mdRFC
docs/RFC/claudecode-workflow-integration.mdTesting
cargo test --lib: 446 passed / 0 failed / 3 ignored