Merge pull request 'fix(skills): add FreeBSD to hermes-agent platform support' (#5) from fix/skill-platform-freebsd into main
Some checks are pending
Deploy Site / deploy-vercel (push) Waiting to run
Deploy Site / deploy-docs (push) Waiting to run
Docker Build and Publish / merge (push) Blocked by required conditions
Lint (ruff + ty) / ruff + ty diff (push) Waiting to run
Lint (ruff + ty) / ruff enforcement (blocking) (push) Waiting to run
Lint (ruff + ty) / Windows footguns (blocking) (push) Waiting to run
Nix / nix (macos-latest) (push) Waiting to run
Tests / test (4) (push) Waiting to run
Tests / test (5) (push) Waiting to run
Tests / save-durations (push) Blocked by required conditions
Tests / e2e (push) Waiting to run
Typecheck / typecheck (apps/shared) (push) Waiting to run
Typecheck / typecheck (apps/bootstrap-installer) (push) Waiting to run
Docker Build and Publish / build-amd64 (push) Waiting to run
Docker Build and Publish / build-arm64 (push) Waiting to run
Nix / nix (ubuntu-latest) (push) Waiting to run
Tests / test (1) (push) Waiting to run
Tests / test (2) (push) Waiting to run
Tests / test (3) (push) Waiting to run
Tests / test (6) (push) Waiting to run
Typecheck / typecheck (ui-tui) (push) Waiting to run
Typecheck / typecheck (web) (push) Waiting to run
Typecheck / typecheck (apps/desktop) (push) Waiting to run

Reviewed-on: #5
This commit is contained in:
clawdie 2026-06-21 10:49:45 +02:00
commit 3a021f3a41
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ PLATFORM_MAP = {
"macos": "darwin",
"linux": "linux",
"windows": "win32",
"freebsd": "freebsd",
}
EXCLUDED_SKILL_DIRS = frozenset(

View file

@ -4,7 +4,7 @@ description: "Configure, extend, or contribute to Hermes Agent."
version: 2.1.0
author: Hermes Agent + Teknium
license: MIT
platforms: [linux, macos, windows]
platforms: [linux, freebsd, macos, windows]
metadata:
hermes:
tags: [hermes, setup, configuration, multi-agent, spawning, cli, gateway, development]