Commit Graph

6 Commits

Author SHA1 Message Date
sickn33
08a31cacf5 fix(repo): Harden catalog sync and release integrity
Tighten the repo-state automation so canonical bot commits remain
predictable while leaving main clean after each sync.

Make the public catalog UI more honest by hiding dev-only sync,
turning stars into explicit browser-local saves, aligning risk types,
and removing hardcoded catalog counts.

Add shared public asset URL helpers, risk suggestion plumbing,
safer unpack/sync guards, and CI coverage gates so release and
maintainer workflows catch drift earlier.
2026-03-29 09:22:23 +02:00
sickn33
d703a534ca fix(web-app): Harden skills loading under base paths 2026-03-19 20:06:37 +01:00
sickn33
957c7369c5 fix(web): Handle skills load path for GitHub Pages 2026-03-19 19:52:36 +01:00
sickn33
941f66e099 fix(web-app): Add robust skills index fetch fallbacks
The skills catalog on GitHub Pages can fail to load when BASE_URL-based path
resolution is wrong in some deployment contexts.
This change tries multiple stable paths and validates payload shape before
using it, preventing an empty/hidden catalog state.
2026-03-19 19:47:43 +01:00
sck_0
17e7618fd8 fix(web-app): use BASE_URL for skills.json and SKILL.md fetch on GitHub Pages 2026-03-07 12:38:00 +01:00
sck_0
45844de534 refactor: reorganize repo docs and tooling layout
Consolidate the repository into clearer apps, tools, and layered docs areas so contributors can navigate and maintain it more reliably. Align validation, metadata sync, and CI around the same canonical workflow to reduce drift across local checks and GitHub Actions.
2026-03-06 15:01:38 +01:00