Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions skills/entire-explain/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/entireio/skills"
ref: "c376dc971045eb38c094802ca43875d1cfa00ea4" # main as of 2026-05-07
ref: "6b321b784e0455c1247ee2972bc1d126e867d98f" # main as of 2026-05-07
path: "skills/explain"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/entireio/skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/entire-search/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/entireio/skills"
ref: "c376dc971045eb38c094802ca43875d1cfa00ea4" # main as of 2026-05-07
ref: "6b321b784e0455c1247ee2972bc1d126e867d98f" # main as of 2026-05-07
path: "skills/search"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/entireio/skills"
Expand Down
7 changes: 5 additions & 2 deletions skills/entire-session-handoff/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/entireio/skills"
ref: "c376dc971045eb38c094802ca43875d1cfa00ea4" # main as of 2026-05-07
ref: "6b321b784e0455c1247ee2972bc1d126e867d98f" # main as of 2026-05-07
path: "skills/session-handoff"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/entireio/skills"
Expand All @@ -21,3 +21,6 @@ security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "entireio/skills is MIT-licensed at the repo root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
# Scanner false positives surfaced by the entireio/skills digest bump.
- rule_id: ATR_2026_00012
reason: "FP: cisco-ai-skill-scanner matched documentation prose/code; no executable threat. The '|func' pattern is a substring of the grep regex 'message|function_call' in SKILL.md transcript-extraction examples. entireio/skills @6b321b784e0455c1247ee2972bc1d126e867d98f."
4 changes: 2 additions & 2 deletions skills/entire-session-to-skill/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/entireio/skills"
ref: "c376dc971045eb38c094802ca43875d1cfa00ea4" # main as of 2026-05-07
ref: "6b321b784e0455c1247ee2972bc1d126e867d98f" # main as of 2026-05-07
path: "skills/session-to-skill"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/entireio/skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/entire-what-happened/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/entireio/skills"
ref: "c376dc971045eb38c094802ca43875d1cfa00ea4" # main as of 2026-05-07
ref: "6b321b784e0455c1247ee2972bc1d126e867d98f" # main as of 2026-05-07
path: "skills/what-happened"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/entireio/skills"
Expand Down
Loading