docs(tunit): close out PLAN-0040 (Phase 3 docs/skill consistency pass) - #80
Conversation
Fixes four stale references to Compono.TUnit's old Phase-0-only [Compose]/[Shared] shape (docs/packages/index.md, docs/packages/compono-tunit.md, skills/compono/SKILL.md, skills/compono/references/tunit.md) now that the full attribute family has shipped. Moves Compono.TUnit out of docs/roadmap/future-packages.md's roadmap-item section into shipped-package language, matching docs/packages/index.md's five-package count. Adds a routing eval (skills/compono-evals/evals.json) confirming TUnit's own [Test]/[Compose<TProfile>] shape is used only when Compono.TUnit is referenced, not Compono.XunitV3's [Theory] syntax. PLAN-0040 is now fully complete - all four phases done. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e4b64e4ce4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
- docs/plans/README.md: PLAN-0040's index row was still In Progress after the plan itself moved to Done. - skills/compono/SKILL.md: the Default workflow's call-site profile-configuration step routed exclusively to Compono.XunitV3, ignoring Compono.TUnit's identical [Compose<TProfile, TConfig>] capability - now routes to whichever package the project references. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
@codex review |
|
Codex Review: Didn't find any major issues. What shall we delve into next? Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
docs/packages/compono-tunit.md,docs/packages/index.md,skills/compono/references/tunit.md,SKILL.mdend to end — fixed four stale spots still describing Compono.TUnit's Phase-0-only[Compose]/[Shared]shape, now that the full attribute family ([Compose<TProfile>]/[Compose<TProfile, TConfig>]) has shipped.docs/roadmap/future-packages.md: movedCompono.TUnitout of "Roadmap items" into shipped-package language throughout (intro, Admission model, emptied Roadmap items section) — five-package count now matchesdocs/packages/index.md.skills/compono-evals/evals.json: eval 20 checked directly and found already correct (it's an NUnit scenario, not TUnit). Added eval 21, a routing scenario confirming TUnit's own[Test]/[Compose<TProfile>]shape is used only whenCompono.TUnitis referenced (notCompono.XunitV3's[Theory]syntax).Done. PLAN-0040 is now fully complete.Docs/skill/eval-only change, no
src/Compono.TUnitcode.Test plan
python3 -m json.tool skills/compono-evals/evals.json— valid JSON🤖 Generated with Claude Code