Rename dld-goal to dld-run, and accept DL-015 - #40
Closed
jimutt wants to merge 1 commit into
Closed
Conversation
Every reference changes: skills/dld-run/, .claude/skills/dld-run/, extensions/dld-run/, command names, script paths, test files (test_run_*.bats), plugin manifest, package manifest, documentation, and CLAUDE.md. The two-copy skill layout means each change lands twice, byte-identical. Decision records that mention dld-goal are immutable once accepted and keep their original text; the rename is in the code, not the history. All suites green: 305 bats, 96 bun, tsc clean, tessl plugin lint valid. Co-Authored-By: Claude Opus 5 <noreply@pi.dev> Generated-By: pi 0.84.2
Owner
Author
|
Superseded by feat/pi-harness-extension — all commits from this branch are merged there. See #41 for the findings log on top. |
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.
What
Renames
dld-goaltodld-runacross the entire codebase: skill directories, extension directory, command names, script paths, test files, plugin manifest, package manifest, documentation, and CLAUDE.md. The two-copy skill layout means each change lands twice, byte-identical.The command you type every day should be the name of the thing. "Run" is already the contract's word (
.dld/runs/,run-state.sh, the run contract), the filesystem's word, and the status line's word. A goal is an aspiration; a run is an execution. The command executes.Decision records that mention
dld-goalare immutable once accepted and keep their original text; the rename is in the code, not the history.Stacks on #39. All suites green: 305 bats, 96 bun, tsc clean, tessl plugin lint valid.