Releases: BoSMark/BoS_OS_Advancing_Skills
Release list
skill-currency-check-v1.1.1
Changes
skill-currency-check v1.1.1: fix ghost-repo routing
- Step 1 names BoSOS-Bootstrap/-Workshop/-Run explicitly and forbids
fetching canonical content from them directly. All three are real,
live repos but frozen single-skill pointer mirrors with no
version-specific content and no CI/CD sync to BoS_OS_Start, and their
names closely match agent-os-bootstrap/-workshop/-run, making them an
easy wrong guess if a repo name is inferred from a skill name instead
of read from the manifest. - agent-os-bootstrap/-workshop/-run stay in scope, checked normally,
resolved to BoS_OS_Start per the manifest (already correct there, no
manifest change needed). - README.md and CHANGELOG.md updated to reflect this release; CHANGELOG
also gained the missing v1.1.0 entry (supersession detection),
documented in the registry but never logged here. - Fixed a latent regex bug in scripts/pre-release-checklist.sh: the
CHANGELOG entry check never actually matched a skill-scoped
" vX.Y.Z" heading, found live while running this release.
PATCH release, no new capability. Plan: 00_LOCAL_CONTEXT/BoS_OS_Advancing_Skills_skill-currency-check_v1.1.1_plan_AI_DRAFT_2026-08-19.md
Approved live by Mark, 2026-08-19.
skill-currency-check-v1.1.0
Changes
v1.1.0: add supersession detection (Phase 1)
skill-currency-check-v1.0.0
Changes
Add skill-currency-check v1.0.0; fix zip-nesting bug; repackage signalprocessing and prospect-intelligence-scoping as v1.0.1
Add skill-currency-check v1.0.0; fix zip-nesting bug, repackage signalprocessing and prospect-intelligence-scoping as v1.0.1
signalprocessing-v1.0.1
Changes
Add skill-currency-check v1.0.0; fix zip-nesting bug; repackage signalprocessing and prospect-intelligence-scoping as v1.0.1
Add skill-currency-check v1.0.0; fix zip-nesting bug, repackage signalprocessing and prospect-intelligence-scoping as v1.0.1
prospect-intelligence-scoping-v1.0.1
Changes
Add skill-currency-check v1.0.0; fix zip-nesting bug; repackage signalprocessing and prospect-intelligence-scoping as v1.0.1
Add skill-currency-check v1.0.0; fix zip-nesting bug, repackage signalprocessing and prospect-intelligence-scoping as v1.0.1
prospect-intelligence-scoping-v1.0.0
Changes
Trigger release: touch prospect-intelligence-scoping/SKILL.md so this push's diff includes it
v1.0.0
Changes
v1.0.0: SignalProcessing, first Advancing Skill%0A%0AAdds the Advancing Skills collection's first release: SignalProcessing,%0Awhich turns recorded conversations and transcripts into signals that%0Afeed a BoS OS's core documents on a batched, approved cadence.%0A%0A- signalprocessing/SKILL.md (v1.0.0)%0A- README.md, CHANGELOG.md%0A- .github/workflows/release.yml (builds and tags the .skill on push)%0A- scripts/pre-release-checklist.sh