feat(skill,agent): add .piebox/skills and align AGENTS.local.md loading#2220
Closed
liuhaoyooc wants to merge 1 commit into
Closed
feat(skill,agent): add .piebox/skills and align AGENTS.local.md loading#2220liuhaoyooc wants to merge 1 commit into
liuhaoyooc wants to merge 1 commit into
Conversation
Author
|
Closing, will not merge. |
Contributor
There was a problem hiding this comment.
🟡 Docstring not updated to reflect .piebox/skills priority in find_project_skills_dirs
The PR added .piebox/skills as the highest-priority project brand directory in _get_project_brand_skills_dir_candidates (src/kimi_cli/skill/__init__.py:93) and correctly updated that function's docstring. However, the caller find_project_skills_dirs still says (priority order: kimi > claude > codex) at line 165, omitting the newly added piebox. This is an incomplete transformation that leaves the documented behavior inconsistent with the actual behavior.
(Refers to line 165)
Was this helpful? React with 👍 or 👎 to provide feedback.
This was referenced May 11, 2026
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.
.piebox/skillsskill scanning pathAGENTS.local.mdloading