Releases: fhajjej-ship-it/Supered
Supered v0.7.0
Supered v0.7.0
Skill hardening release.
Highlights
- Added activation prompts to every bundled skill so users can trigger each workflow directly.
- Added useful-output and weak-output examples to every bundled skill.
- Tightened skill-quality tests so future skills must include activation prompts and output examples.
- Mirrored the hardened skill bodies into the public Codex plugin bundle.
- Updated public install snippets and reviewer docs for
v0.7.0.
Verification
npm test
npm run validate
npm run smoke-install
npm run verify-package
npm run verify-codex-plugin
npm run verify-site
npm audit --audit-level=highSupered v0.6.3
Supered v0.6.3
Reviewer proof pack release.
Highlights
- Added a reviewer FAQ that explains Supered's skills-only design, privacy posture, capabilities, and review path.
- Added a 5-minute demo script for showing the Supered workflow after installation.
- Added a beta feedback log for tracking install results, user notes, and follow-up actions.
- Mirrored the reviewer docs into the public Codex plugin bundle.
- Updated README and site links so reviewers can reach the proof pack from the public surfaces.
Verification
npm test
npm run validate
npm run smoke-install
npm run verify-package
npm run verify-codex-plugin
npm run verify-site
npm audit --audit-level=highSupered v0.6.2
Plugin logo sizing release.\n\nHighlights:\n- Added assets/supered-plugin-logo.svg, a tight-cropped plugin logo that fills the Codex marketplace tile more clearly.\n- Updated the Codex plugin manifest and public marketplace mirror to use the new logo asset.\n- Kept 1.svg unchanged for the website and source logo.\n- Extended Codex plugin verification to require the dedicated plugin logo asset.\n\nVerification passed:\n- npm test\n- npm run validate\n- npm run smoke-install\n- npm run verify-package\n- npm run verify-codex-plugin\n- npm run verify-site\n- npm audit --audit-level=high
Supered v0.6.1
Global Codex submission packet release.\n\nHighlights:\n- Added docs/codex-global-listing-submission.md with reviewer-ready listing copy, install steps, verification evidence, security notes, and privacy details.\n- Added Supered-owned privacy and terms pages under the public site.\n- Updated Codex plugin metadata to point at the Supered privacy and terms pages.\n- Extended Codex plugin verification to check the global submission packet and compliance URLs.\n- Extended site verification to load the privacy and terms pages in Chromium.\n\nVerification passed:\n- npm test\n- npm run validate\n- npm run smoke-install\n- npm run verify-package\n- npm run verify-codex-plugin\n- npm run verify-site\n- npm audit --audit-level=high\n- clean-temp Codex install from local marketplace layout
Supered v0.6.0
Public Codex marketplace release.\n\nHighlights:\n- Added a public Codex marketplace manifest at .agents/plugins/marketplace.json.\n- Added a public Codex plugin bundle at plugins/supered.\n- Added npm run verify-codex-plugin for manifest, marketplace, mirror, docs, assets, and skills drift checks.\n- Documented public install: codex plugin marketplace add fhajjej-ship-it/Supered --ref main && codex plugin add supered@supered.\n\nVerification passed:\n- npm test\n- npm run validate\n- npm run smoke-install\n- npm run verify-package\n- npm run verify-codex-plugin\n- npm run verify-site\n- npm audit --audit-level=high\n- clean-temp Codex install from GitHub marketplace
Supered v0.5.0
Upgrade Plan release.
Highlights:
- Added
supered upgrade --target <host>to compare the running package, npm latest, and Install Health. - Added
supered upgrade --allto inspect every supported host target from the current home directory. - Added
supered upgrade --applyto repair local installs or delegate tosupered@latestwhen a newer package exists. - Added JSON output for Upgrade Plans and apply results.
- Extended Package Verification so the npm tarball proves install, doctor, doctor --fix, and upgrade --apply for every supported host target.
Verification:
- npm test
- npm run validate
- npm run smoke-install
- npm run verify-package
- npm run verify-site
- npm audit --audit-level=high
- npx supered@latest install --target codex --dest
- npx supered@latest upgrade --target codex --dest --apply
Supered v0.4.0
Install Repair release.
Highlights:
- Added
supered doctor --fixto repair missing or changed Supered skill files after an Install Health check. - Preserves unrelated destination files while restoring managed Supered skill folders from the current package.
- Refuses unsafe symlink situations instead of repairing through them.
- Supports
--jsonfor repair results, including fixed skills and refused issues. - Extended Package Verification so the npm tarball proves install, doctor, and doctor --fix for every supported host target.
Verification:
- npm test
- npm run validate
- npm run smoke-install
- npm run verify-package
- npm run verify-site
- npm audit --audit-level=high
- npx supered@latest install --target codex --dest
- npx supered@latest doctor --target codex --dest --fix
Supered v0.3.0
Install Health release.
Highlights:
- Added
supered doctor --target <host>to inspect installed Supered skills without modifying files. - Added JSON Doctor output for automation with
supered doctor --target codex --json. - Detects missing skills, changed/outdated skills, missing destinations, symlinked destinations, and symlinks inside managed skill folders.
- Added Doctor coverage to Package Verification so the npm tarball proves both install and doctor for every supported host target.
Verification:
- npm test
- npm run validate
- npm run smoke-install
- npm run verify-package
- npm run verify-site
- npm audit --audit-level=high
- npx supered@latest install --target codex --dest
- npx supered@latest doctor --target codex --dest
Supered v0.2.1
Architecture deepening release.
Highlights:
- Added structured Host Install, Package Verification, Eval Pack, and Release Bundle modules.
- Brought install.sh into Host Install parity with ordered skills and symlink safety.
- Kept CLI and verification scripts as thin adapters over shared modules.
Verification:
- npm test
- npm run validate
- npm run smoke-install
- npm run verify-package
- npm run verify-site
- npm audit --audit-level=high
Supered v0.2.0
Supered v0.2.0
Skill hardening release.
Highlights
- Rebuilt all seven bundled skills as operational playbooks with triggers, inputs, procedures, output contracts, guardrails, failure modes, and quality gates.
- Tightened skill descriptions so metadata stays trigger-only and the working instructions stay inside each skill body.
- Added
docs/skill-design-principles.mdwith current primary guidance from OpenAI and Anthropic. - Added automated skill-quality tests to prevent the library from drifting back into thin paragraph prompts.
- Updated examples to use version-agnostic
supered@latestpackage checks.
Verification
npm test
npm run validate
npm run smoke-install
npm run verify-package
npm run verify-site