Skip to content

feat(skills): add runtime skill activation#62

Open
narutoZed wants to merge 1 commit intoHKUDS:mainfrom
narutoZed:feature/upgrade_skills
Open

feat(skills): add runtime skill activation#62
narutoZed wants to merge 1 commit intoHKUDS:mainfrom
narutoZed:feature/upgrade_skills

Conversation

@narutoZed
Copy link
Copy Markdown

Summary

  • add metadata-driven skill parsing and alias-aware registry support for bundled, user, and plugin skills
  • support slash-command skill activation and enforce model-only skill access in the skill tool
  • apply active skill model, prompt, and tool constraints within the same query loop and add regression coverage

Test plan

  • uv run pytest -q tests/test_tools/test_core_tools.py tests/test_engine/test_query_engine.py tests/test_commands/test_registry.py tests/test_skills/test_loader.py
  • uv run ruff check src/openharness/skills/runtime.py src/openharness/tools/skill_tool.py src/openharness/prompts/context.py src/openharness/engine/query.py src/openharness/engine/query_engine.py src/openharness/ui/runtime.py src/openharness/commands/registry.py tests/test_tools/test_core_tools.py tests/test_engine/test_query_engine.py tests/test_commands/test_registry.py tests/test_skills/test_loader.py

🤖 Generated with Claude Code

Introduce metadata-driven skill loading, alias-aware registration, slash-command activation, and same-turn skill runtime enforcement. This keeps model-only access boundaries intact while applying skill model, prompt, and tool constraints immediately after activation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant