fix(skills): add freebsd to coding-agent platforms (codex, claude-code, opencode) #8

Merged
clawdie merged 1 commit from feat/skills-freebsd-coding-agents into main 2026-06-21 11:52:08 +02:00
Owner

Follows PR #5. The 3 coding-agent skills declared platforms: [linux, macos, windows] and omitted freebsd, so skill_matches_platform() rejected them on FreeBSD — despite codex being in our FreeBSD host baseline. claude-code/opencode are Node/Go tools that run on FreeBSD's node24/go.

Highest-value slice of the broader gap (~20 skills omit freebsd). The rest (research/mlops/python CLI) is a follow-up; genuinely OS-specific skills (apple/*, GPU-only mlops) correctly stay as-is.

Confidence: codex certain; claude-code/opencode highly likely (runtime-verify on FreeBSD).

🤖 Generated with Claude Code

Follows PR #5. The 3 coding-agent skills declared `platforms: [linux, macos, windows]` and omitted `freebsd`, so `skill_matches_platform()` rejected them on FreeBSD — despite **codex being in our FreeBSD host baseline**. claude-code/opencode are Node/Go tools that run on FreeBSD's node24/go. Highest-value slice of the broader gap (~20 skills omit freebsd). The rest (research/mlops/python CLI) is a follow-up; genuinely OS-specific skills (`apple/*`, GPU-only mlops) correctly stay as-is. Confidence: codex certain; claude-code/opencode highly likely (runtime-verify on FreeBSD). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
clawdie added 1 commit 2026-06-21 11:45:41 +02:00
fix(skills): add freebsd to coding-agent platforms (codex, claude-code, opencode)
Some checks failed
Typecheck / typecheck (apps/desktop) (pull_request) Has been cancelled
Typecheck / typecheck (apps/shared) (pull_request) Has been cancelled
Contributor Attribution Check / check-attribution (pull_request) Has been cancelled
History Check / check-common-ancestor (pull_request) Has been cancelled
Nix / nix (macos-latest) (pull_request) Has been cancelled
Nix / nix (ubuntu-latest) (pull_request) Has been cancelled
Typecheck / typecheck (ui-tui) (pull_request) Has been cancelled
Supply Chain Audit / changes (pull_request) Has been cancelled
Typecheck / typecheck (apps/bootstrap-installer) (pull_request) Has been cancelled
Typecheck / typecheck (web) (pull_request) Has been cancelled
Supply Chain Audit / Scan PR for critical supply chain risks (pull_request) Has been cancelled
Supply Chain Audit / Check PyPI dependency upper bounds (pull_request) Has been cancelled
abb3ab8fa1
These declared platforms: [linux, macos, windows] and omitted freebsd, so
skill_matches_platform() rejected them on FreeBSD (same class as PR #5's
hermes-agent fix). codex ships as a FreeBSD pkg (it's in our host baseline);
claude-code and opencode are Node/Go tools that run on FreeBSD's node24/go.

Coding-agent skills are core for an agent host, so this is the highest-value
slice of the broader "skills omit freebsd" gap (~20 skills). The rest
(research/mlops/python CLI skills) is a follow-up; genuinely OS-specific ones
(apple/*, GPU-only mlops) correctly stay as-is.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
clawdie merged commit 674f153495 into main 2026-06-21 11:52:08 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/hermes-bsd#8
No description provided.