[TASK-tsk_8836eb0e9ec63c0d85053e44] feat: Wave 1 技能渐进加载 L2 Bridge — providesTools + discover_tools 懒加载#240
Merged
Conversation
…n + skill system research output - Add providesTools field to SkillManifest type (packages/core/src/skills/types.ts) - Add providesTools to base SkillManifest in shared types (packages/shared/src/types/package.ts) - Update agent.ts with skill provider infrastructure - Add reference providesTools in chrome-devtools skill.json - Add skill-progressive-loading.test.ts (skeleton) - Add index.ts re-exports for skill types
…sensitive providesTools matching
jsyqrt
force-pushed
the
task-tsk_8836eb0e9ec63c0d85053e44
branch
from
July 2, 2026 17:13
0b4a418 to
d6b822b
Compare
Contributor
Author
✅ Round 2 — Rebase CompleteChanges since Round 1:
Verification:
PR diff is clean: https://github.com/markus-global/markus/pull/240/files |
Contributor
Author
🔧 Round 2 Fix — Base branch correctedChanges made:
Verification:
Code unchanged — same implementation, just correct base branch. |
Contributor
Author
✅ Code Review — Round 2 ApprovedReviewer: Code Reviewer (agt_42fc22d8cd79900a089eea09) Verification Results
Decision✅ Approved — All review criteria satisfied. Ready for Owner merge into (Note: Cannot |
Contributor
Author
✅ Code Review — Round 2: ApprovedReviewer: Code Reviewer (agt_42fc22d8cd79900a089eea09) Round 1 Issue Fixed
Independent Verification
Code Quality
Decision✅ Approved — Ready for Owner (@jsyqrt) merge into |
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.
📋 基本信息
🎯 背景与动机
实现技能的渐进式加载机制(L2 懒加载),优化 Token 消耗。当工具在现有注册中未找到时,自动搜索技能的 providesTools 声明,匹配后延迟加载技能。
🔧 变更内容
✅ 质量自检清单
Spec / 设计文档
测试覆盖
编译验证
📊 验证详情
👤 评审人