Skip to content

Rename makers test set package -> packages#1355

Open
zancas wants to merge 2 commits into
devfrom
test_tool_update
Open

Rename makers test set package -> packages#1355
zancas wants to merge 2 commits into
devfrom
test_tool_update

Conversation

@zancas

@zancas zancas commented Jul 2, 2026

Copy link
Copy Markdown
Member

Builds on #1354 merge that first.

What

Renames the makers test front-door test set from package (singular) to packages (plural). The set is named for the packages/ directory whose crates it runs, so the plural is the faithful name.

Hard-cut, no alias: makers test package now errors with unknown set (the case matcher already fails loudly on unknown sets), rather than silently aliasing. No CI invokes the set name, so nothing automated breaks.

Changes

  • Makefile.tomltest task default (set="packages"), case matcher, dispatch arm, both task descriptions, usage text, and the comment/groupings block.
  • tools/scripts/help.sh — the Common usage line and the test [SET] menu.
  • docs/testing.md, README.md — front-door prose.
  • live-tests/CONTEXT.md — glossary term package (test set)packages (test set); the retired singular is now recorded under _Avoid_ with a note that it errors.
  • docs/adr/0004 — one-line supersession footer; historical text preserved.

Out of scope

The PACKAGE / PACKAGE_DESC env vars in live-clientless / live-e2e hold partition names, not the test-set name — a pre-existing naming collision left untouched here.

🤖 Generated with Claude Code

The front-door test set is named for the `packages/` directory it runs, so
the plural is the faithful name. Hard-cut: `makers test package` now errors
with `unknown set` rather than aliasing.

Updates every reference site: Makefile.toml (default, case matcher, dispatch,
descriptions, comment block), help.sh, docs/testing.md, README.md, and the
live-tests/CONTEXT.md glossary term (now records the retired singular under
_Avoid_). ADR-0004 gets a one-line supersession footer; its historical text
is preserved.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@zancas zancas requested a review from idky137 July 2, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants