Adopt DLD in dld-kit and record the goal-loop design - #29
Closed
jimutt wants to merge 2 commits into
Closed
Conversation
Run dld-init on the toolkit's own repo: flat config, decisions/ with records/, empty INDEX.md, and a practices manifest derived from the conventions already documented in CLAUDE.md. Also adds the goal-loop design plan and gitignores local agent state. Co-Authored-By: Claude Opus 5 <noreply@pi.dev> Generated-By: pi 0.84.2 Co-Authored-By: Claude Opus 5 <noreply@pi.dev> Generated-By: pi 0.84.2
Breaks the docs/plan/goal-loop.md design into five decisions tagged dld-goal: run state format, work-item batching and hash pinning, the four-part completion transaction, run halt conditions, and the skill/extension split. Plan doc now links to the records. 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
Runs
/dld-initon dld-kit itself and records the long-running-goal design as decisions DL-001 through DL-005 (tagdld-goal).decisions/is dld-kit's own decision log — dogfooding, not example content for users. CLAUDE.md says so explicitly so contributors don't mistake it for shipped material.PRACTICES.mdis derived from conventions already documented in CLAUDE.md.Also adds
docs/plan/goal-loop.md, the narrative design behind the decisions, based on a survey of the Pi goal-loop ecosystem (pi-goal, pi-goal-x, pi-goal-list-loop-audit, pi-loop-mode, ralphi, pi-ralph-wiggum, pi-autoresearch).Notable
The key design bet: DLD's decision log already is the durable work ledger those extensions each reinvent, and
proposedvsacceptedgives a deterministic completion condition that a model cannot fake.Base of a 5-PR stack implementing Stage 1.