ultraworkers-claw-code/rust/crates
Yeachan-Heo fdd06e814b feat(rust): surface workspace skill discovery in /skills
The TypeScript CLI exposes a skills browser backed by workspace/user skill
discovery, while the Rust port only had partial local loading and an
inconsistent slash-command view. This change adds a shared runtime skill
discovery path, teaches the Skill tool to resolve workspace `.codex/.claw`
skills plus legacy `/commands`, and makes `/skills` report the checked local
skill directories in the current workspace context.

Constraint: Keep scope limited to local/workspace skill discovery without inventing bundled or remote registries yet
Rejected: Add a bundled skill registry surface now | too broad for this parity increment
Rejected: Leave tool resolution and /skills discovery separate | misleading output and weaker parity with TS
Confidence: high
Scope-risk: moderate
Reversibility: clean
Directive: Extend the shared runtime skill discovery path before adding new skill sources so the tool surface and /skills stay aligned
Tested: cargo fmt --all; cargo test -p runtime skills:: -- --nocapture; cargo test -p commands skills -- --nocapture; cargo test -p tools skill_ -- --nocapture; cargo test -p claw-cli skills -- --nocapture; cargo test -p claw-cli init_help_mentions_direct_subcommand -- --nocapture
Not-tested: Full workspace-wide cargo test sweep
2026-04-01 23:34:38 +00:00
..
api fix: minor compatibility adjustments for server crate integration 2026-04-01 21:26:06 +09:00
claw-cli feat(rust): surface workspace skill discovery in /skills 2026-04-01 23:34:38 +00:00
commands feat(rust): surface workspace skill discovery in /skills 2026-04-01 23:34:38 +00:00
compat-harness feat: editor compatibility harness for upstream integration 2026-04-01 20:36:06 +09:00
lsp feat: LSP client integration with diagnostics, definitions, and references 2026-04-01 21:34:58 +09:00
plugins feat: plugin system with hooks pipeline and bundled plugins 2026-04-01 20:36:06 +09:00
runtime feat(rust): surface workspace skill discovery in /skills 2026-04-01 23:34:38 +00:00
server feat: HTTP/SSE server crate with axum (session management, event streaming) 2026-04-01 21:26:06 +09:00
tools feat(rust): surface workspace skill discovery in /skills 2026-04-01 23:34:38 +00:00