Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/os-skills/os-skills.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Source0: %{name}-%{version}.tar.gz

BuildArch: noarch

# Virtual provide for ANOLISA component identity resolution.
# Without this, `anolisa install os-skills --backend rpm` fails with
# INVALID_ARGUMENT when the repo-side components-v2.toml is unavailable
# (404) and no package_map entry exists - the resolver falls through to
# RPM Provides but finds no anolisa-component(os-skills) capability.
Provides: anolisa-component(os-skills)

%description
A collection of agentic OS skills for Copilot Shell, providing capabilities
including AI tool installation, Alibaba Cloud ECS management, DevOps
Expand Down
Loading