Release is stale: skills.tgz not rebuilt since Feb 14 #32

Closed
opened 2026-03-01 14:07:31 +00:00 by mik-tf · 1 comment
Owner

Problem

The latest release tag was published 2025-02-14. PR #30 (commit 256e28031d — "sync all active skills") was merged into development on 2026-02-27, adding 5 new skills and updating 20 others. But the publish job in build.yaml only triggers on version tags (v*), so the skills.tgz archive served by the install one-liner is 2+ weeks behind development.

Anyone running:

curl -sSfL https://forge.ourworld.tf/geomind_code/dev_docs/raw/branch/development/scripts/install.sh | bash

gets the Feb 14 archive, missing the PR #30 changes.

Secondary issue

The latest release has two skills.tgz assets with different UUIDs (both 147,636 bytes). One has 17 downloads, the other 3. The duplicate should be cleaned up before the next publish.

Fix

  1. Clean up the duplicate asset on the latest release
  2. Tag a new version on development (e.g. v1.0.1) to trigger the publish job
  3. Verify the one-liner installs the updated 25 skills

Context

Discovered while checking why ci-docker conventions (documented in makefile_helper skill) weren't available via the installer.

## Problem The `latest` release tag was published **2025-02-14**. PR #30 (commit `256e28031d` — "sync all active skills") was merged into `development` on **2026-02-27**, adding 5 new skills and updating 20 others. But the publish job in `build.yaml` only triggers on version tags (`v*`), so the `skills.tgz` archive served by the install one-liner is 2+ weeks behind `development`. Anyone running: ```bash curl -sSfL https://forge.ourworld.tf/geomind_code/dev_docs/raw/branch/development/scripts/install.sh | bash ``` gets the Feb 14 archive, missing the PR #30 changes. ## Secondary issue The `latest` release has **two** `skills.tgz` assets with different UUIDs (both 147,636 bytes). One has 17 downloads, the other 3. The duplicate should be cleaned up before the next publish. ## Fix 1. Clean up the duplicate asset on the `latest` release 2. Tag a new version on `development` (e.g. `v1.0.1`) to trigger the publish job 3. Verify the one-liner installs the updated 25 skills ## Context Discovered while checking why `ci-docker` conventions (documented in `makefile_helper` skill) weren't available via the installer.
Author
Owner

Done

Done
Sign in to join this conversation.
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
lhumina_code/hero_skills#32
No description provided.