Skip to content

Project Tiny Context Harness 0.7.7

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:07

Project Tiny Context Harness 0.7.7 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: sync-only. 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

This release mode means no new release migration is expected. Direct sync is an allowed shortcut only when you explicitly want managed-asset refresh without upgrade diagnostics:

npx --yes --package project-tiny-context-harness@latest ty-context sync

Sync does not run migrations. Upgrade plans report safe_pending, manual_required and blocked.

Publishing a new npm version does not automatically migrate existing repositories. Users receive new upgrade behavior only when they run the newly published CLI through ty-context upgrade, ty-context sync or another @latest package invocation.

What Changed

  • Publishes project-tiny-context-harness@0.7.7 with the synchronized package assets and CLI build.
  • Refines /design-resource-authoring around one workflow-independent rule: the explicit requested output or development content is the hard scope ceiling.
  • Makes implementation handoffs cover every material in-scope UI/UX decision through relevant controls, including layout and visual treatment, copy/content, component anatomy and variants, states, interaction/feedback/recovery, motion, responsive/platform/input behavior, accessibility and necessary assets.
  • Reuses selected page targets, comprehensive artifacts and shared component families where they explicitly cover the need; it does not require one design file per control and reserves dedicated studies for unique or complex uncovered controls.
  • Prevents static/default frames from silently claiming unseen states, interaction, motion, responsiveness or accessibility, while keeping business, data, permission and algorithmic rules in product/technical Source.
  • Adds durable Context routing, bilingual public guidance, source-plan traceability and deterministic regressions for partial-development scope, coverage subtraction, resource grouping and handoff completeness.
  • Keeps generated design candidates as ordinary external Source: downstream UI Authority Closure, implementation and project-owned verification remain separate.

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