[codex] Align artifact package handoff guidance#115
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR aligns Luotsi’s artifact-package handoff guidance so that received-package workflows consistently point users to replay capsule alongside existing info/open/replay flows, and adds a regression assertion to keep the help wording stable.
Changes:
- Update
luotsi help artifactswording to mentionunpack/replay/capsuleandinfo/open/replay/capsulehandoff commands. - Add a help-topic regression assertion in CLI tests for the updated phrasing.
- Align docs and website content to reflect the same unpack → replay open → replay capsule workflow for received packages.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/content/docs/docs/reference/cli-command-groups.mdx | Updates command-group guidance to include capsule in package handoff wording. |
| website/src/content/docs/docs/core-workflows/replay-and-artifacts.mdx | Aligns workflow bullets to mention unpack/replay/capsule and info/open/replay/capsule outputs. |
| Luotsi.Cli/Cli/Help.cs | Updates help artifacts topic text to include capsule in package verify/info/intake guidance. |
| Luotsi.Cli.Tests/CommandEnvelopeTests.cs | Adds assertions to lock in the updated help-topic wording. |
| docs/schemas/luotsi-artifact-package-v1.md | Updates schema documentation to mention capsule in the recommended handoff commands. |
| docs/commands.md | Updates command reference text to include capsule in verify/info handoff language. |
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.
Summary
luotsi help artifactsso package info/verify/intake guidance mentions replay capsule handoff commands.Validation
dotnet.exe test Luotsi.Cli.Tests/Luotsi.Cli.Tests.csproj --no-restore -c Release --filter "FullyQualifiedName~RunAsync_Help_Command_Writes_Artifacts_Topic" -v minimaldotnet.exe test Luotsi.Cli.Tests/Luotsi.Cli.Tests.csproj --no-restore -c Release --filter "FullyQualifiedName~Help_Command|FullyQualifiedName~ArtifactsInfo|FullyQualifiedName~ArtifactsVerify|FullyQualifiedName~ArtifactsIntake" -v minimaldotnet.exe test Luotsi.Cli.Tests/Luotsi.Cli.Tests.csproj --no-restore -c Release -v minimalnpm run checknpm run buildgit diff --check