Conversation
Collaborator
|
补充验证: 我继续检查了 A 模块中 Graph auto-construction 的实现情况。当前 本地已运行相关测试:
目前测试均通过,warning 主要是 |
Collaborator
|
补充更新: 本次为 A 模块增加 Repository 层轻量版本历史 diff 能力。 本地已验证:
该功能仅为 Repository 层轻量字段 diff,不涉及 Governance 层 breaking change 检测。 |
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
本 PR 提交 A 任务 Skill Repository Layer 的阶段性成果,分支为
repo-dev -> main。这次重点不是新增前端页面,而是稳定 SkillOS 的底层 Skill 仓库能力:Wiki/Repository、Search、Graph,以及后续 PostgreSQL / Neo4j 持久化适配边界。
已完成内容
implementation.sub_skill_ids自动生成composes_with边。provenance.parent_skill_ids自动生成evolved_from边。docs/modules/01-skill-repository.md。接口边界
docs/interfaces.md。docs/architecture.md。验证
本地结果均通过。当前 warning 主要是项目既有的
datetime.utcnow()和pythonjsonlogger弃用提示,不影响本次功能。后续依赖
请求 review 重点