fix(docs): sync packaged skill capability counts#461
Merged
Conversation
Signed-off-by: asahikiko <1225133002@qq.com>
warren618
added a commit
that referenced
this pull request
Jul 10, 2026
- manifest guard test: ignore __pycache__ when counting zoo modules - analyze_image: state the vision-capable-model requirement in the tool description; point the example path at the new uploads media root - turnover_aware: drop the mathematically inert risk_free knob (additive constant on the simplex), fix the max-Sharpe docstring mislabel, document realized_turnover as class-API-only - skills: surface turnover_aware in asset-allocation + strategy-generate so the agent can actually propose it
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.
Goal
Synchronize the packaged
agent/SKILL.mdcapability counts with the current source tree and prevent the published manifest from drifting again.Changes
Scope
Only packaged skill metadata/documentation and its regression test are changed. Runtime behavior, trading logic, broker integrations, network access, credentials, and deployment configuration are out of scope.
Test plan
python -m pytest agent/tests/test_distribution_skill_manifest.py -q— 6 passedpython -m ruff check agent/tests/test_distribution_skill_manifest.py— passedgit diff --check— passedRisk and rollback
Low risk: documentation plus a read-only test. Revert this commit to roll back.