Skip to content

v1.1.1 — Public Launch Polish and Professional Open-Source Tone

Choose a tag to compare

@eric861129 eric861129 released this 16 Jun 00:07
· 15 commits to main since this release
c3ceabb

v1.1.1 — Public Launch Polish and Professional Open-Source Tone

Workflow Skill Router v1.1.1 focuses on public launch readiness: clearer onboarding, stronger shareable examples, a more professional open-source tone, and refreshed site dependencies.

Highlights

  • Refined README and site calls to action to emphasize the open-source project, releases, downloads, and reusable routing pattern instead of active star requests.
  • Added public launch showcase material, including fuzzy-request-to-route-output demo assets, showcase cases, case studies, anti-over-routing guidance, and forward-test records.
  • Added a clean installable template package alongside the blank package and full reference package.
  • Completed sample skill metadata coverage so scanner warnings are clean for the public sample catalog.
  • Updated Astro from 6.4.6 to 6.4.7 for the documentation site.

Validation

Latest main checks passed:

Validate router tools: success
Deploy Starlight site to GitHub Pages: success
Public HTTPS smoke test: success

Local validation used during launch polish:

python scripts/validate-router.py starter/workflow-skill-router
python scripts/validate-router.py examples/template-skill-catalog
python scripts/audit-public-readiness.py .
python scripts/scan-skills.py ./sample-skills --fail-on-private --fail-on-duplicates
python scripts/evaluate-routing.py --scenarios evaluation/scenarios.example.jsonl --predictions evaluation/predictions.example.jsonl --fail-on-violations --strict
python -m unittest discover -s tests
cd site && npm run audit:lighthouse

Useful Links

Download Assets

  • workflow-skill-router-blank.zip: installable blank starter.
  • workflow-skill-router-template.zip: full public-safe reference package.
  • workflow-skill-router-template-clean.zip: cleaner installable reference package.
  • workflow-skill-router-template-manifest.md: package manifest and sanitization summary.