v2026.505.1
Release date: 2026-05-05
Status: Ready
Summary
- Documentation-only public packaging polish for the Stacy npm package pages.
- Replaces stale core-package README instructions that referenced the blocked
npx stacyvanity package with the supportednpx stacy-cli@latestinstall
path. - Aligns local wrapper metadata and Phase 5 docs with the live
2026.505.0
public release state.
Operator Notes
- Run the upgrade preflight before changing the instance:
pnpm stacy upgrade:check --strict- Create a fresh database backup before deploying:
pnpm stacy db:backup- For Docker/self-hosted instances, stop the app before applying a restore:
docker compose -f docker/docker-compose.quickstart.yml down
pnpm stacy db:restore --latest --dry-run
pnpm stacy db:restore --latest --yes
docker compose -f docker/docker-compose.quickstart.yml up -dChanges
Added
- Clean first-run smoke evidence for
npx stacy-cli@latest onboard --yes.
Changed
cli/README.mdnow presents the npm core package as@arpanstacy/stacyand
directs users tonpx stacy-cli@latest onboard --yes.- Local
packages/stacy-cli/package.jsonmetadata now points at
2026.505.0, matching the live public wrapper before this patch release. - Public CLI packaging docs now describe the current
2026.505.0release
instead of treating2026.501.0as the final corrected package.
Fixed
- Removed stale README links and install commands that could send users to
unavailable package names or old repository locations.
Breaking Changes
- None known.
Verification
-
git diff --check -
pnpm release:phase5-gate -- --strict-live --skip-dry-run -
npx stacy-cli@latest onboard --yes --data-dir <fresh-temp-dir> -
curl -fsS http://127.0.0.1:3266/api/health - Headless browser smoke for clean first-run company wizard
- Headless browser smoke for the Stacy new-agent local account connection page
Rollback
- Restore the previous image/package version.
- Restore the latest known-good database backup if migrations or data changes need reversal.
- Re-run
pnpm stacy upgrade:checkafter rollback.
Known Limitations
- The exact
npx stacy onboardvanity package remains blocked because
stacyis already owned on npm. The public install path is
npx stacy-cli@latest onboard.