Skip to content

v2026.505.1

Latest

Choose a tag to compare

@arpan-mondal arpan-mondal released this 05 May 15:45

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 stacy vanity package with the supported npx stacy-cli@latest install
    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 -d

Changes

Added

  • Clean first-run smoke evidence for npx stacy-cli@latest onboard --yes.

Changed

  • cli/README.md now presents the npm core package as @arpanstacy/stacy and
    directs users to npx stacy-cli@latest onboard --yes.
  • Local packages/stacy-cli/package.json metadata 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.0 release
    instead of treating 2026.501.0 as 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:check after rollback.

Known Limitations

  • The exact npx stacy onboard vanity package remains blocked because
    stacy is already owned on npm. The public install path is
    npx stacy-cli@latest onboard.