Skip to content

Project Tiny Context Harness 0.2.57

Choose a tag to compare

@github-actions github-actions released this 17 Jun 18:06

Project Tiny Context Harness 0.2.57 is the current public release line under the renamed npm package:

npm install -D project-tiny-context-harness@latest
npx --yes --package project-tiny-context-harness@latest ty-context init
make validate-context

Update mode: upgrade-required. After updating the package, run:

npx --yes --package project-tiny-context-harness@latest ty-context upgrade --check
npx --yes --package project-tiny-context-harness@latest ty-context upgrade

Use sync directly only for releases explicitly marked sync-only; sync does not run migrations. Upgrade plans report safe_pending, manual_required and blocked.

What Changed

  • Publishes project-tiny-context-harness@0.2.57 through npm Trusted Publishing.
  • Keeps the install path on the renamed package: project-tiny-context-harness.
  • Adds a recoverable ty-context upgrade path for older sdlc-harness / pjsdlc_managed installations, with conflicts and overrides reported as manual follow-up instead of guessed.
  • Keeps the core positioning tight: minimal repo-native project memory for AI coding agents.
  • Keeps the Minimal Context boundary explicit: AGENTS.md is the startup router, project_context/** keeps durable recovery facts, and validate-context checks recoverability.
  • Makes package updates explicit through release update modes: sync-only, upgrade-required, manual-required.
  • Keeps the old stage-based Tiny Context workflow out of the default package surface.

Boundary

This release does not claim benchmark-proven speedups, production adoption, awards, or replacement of tests, CI, review, specs or project management. It packages the smaller recovery surface: keep the memory, drop the ceremony.

Useful Links