Spec: add dotnet tool packaging plan (mdv pattern), file v0.5 four-terminal checklist - #24
Merged
Conversation
§5.4 ".NET tool (NuGet)" now describes the concrete packaging steps: single-csproj `PackAsTool` with `PackageId=Terminal.Gui.clet` and `ToolCommandName=clet`, exact `dotnet pack` / `dotnet tool install` commands, and the relationship to the AOT artifact (separate, same csproj). §7 v0.5 row gains "dotnet tool install -g Terminal.Gui.clet packs and installs locally" as an exit criterion. §10 Implementation Order picks this up as the next work item (step 10), before the publish channels. D-019 records the decision and explains why a separate `Clet.Tool` project is unnecessary — mdv has already proven single-csproj works. README install snippet updated to `dotnet tool install -g Terminal.Gui.clet` to match the spec; FAQ ".NET required?" line updated likewise. §6.5 four-terminal matrix now references release-checklist issue #23, which captures the first v0.5 pass. No code changes; this PR is doc-only and queues the implementation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doc-only PR. Two threads:
1. Four-terminal manual matrix release-checklist issue
Filed as #23 — tracks the first v0.5 pass through the §6.5 matrix (macOS Terminal, iTerm2, Windows Terminal, GNOME Terminal × text/pick-file/md/theme/mouse/inline-restore). Spec §6.5 now points at it.
2. dotnet tool packaging plan
Adopts the mdv pattern: single csproj,
PackAsTool=true,PackageId=Terminal.Gui.clet,ToolCommandName=clet. No separateClet.Toolproject (the spec previously hand-waved at one that was never created).dotnet pack/dotnet tool installcommands.dotnet tool install -g Terminal.Gui.clet packs and installs locallyas an exit criterion.Terminal.Gui.clet.Doc-update gate
Test plan
git diffreviewed; doc-only, no code changesTerminal.Gui.cletis the desired NuGet package id (the alternative is plainclet— butTerminal.Gui.cletnamespaces it under gui-cs, matching mdv'sTerminal.Gui.mdv).🤖 Generated with Claude Code