docs: add phantom_loop documentation#13
Closed
electronicBlacksmith wants to merge 3 commits intoworktree-fix+loop-slack-feedbackfrom
Closed
docs: add phantom_loop documentation#13electronicBlacksmith wants to merge 3 commits intoworktree-fix+loop-slack-feedbackfrom
electronicBlacksmith wants to merge 3 commits intoworktree-fix+loop-slack-feedbackfrom
Conversation
Closes #5. AsyncLocalStorage context injection, reaction ladder, progress bar, state.md summary on completion. Stop button persists across tick edits. Tick/finalize race eliminated. LoopNotifier extracted from runner.ts. Verified end-to-end in Slack + non-Slack trigger. 945 tests passing.
Covers MCP tool parameters, state file contract, tick lifecycle, Slack integration, mid-loop critique, post-loop evolution pipeline, memory context injection, and tips for writing effective goals. Closes #12
PR #7 was squash-merged into main while PR #9's branch still had the original commits. Conflicts were all additive - kept PR #9's features (checkpoint_interval, memory context, critique, post-loop pipeline) while adopting main's improved error formatting and race condition comment in the tick update await.
5 tasks
Owner
Author
|
Superseded by #14 (consolidated clean branch) |
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
docs/loop.mdcovering the full phantom_loop system: MCP tool parameters, state file contract, tick lifecycle, Slack integration, mid-loop critique, post-loop pipeline, memory context, and goal-writing tipsTest plan
LoopStartInputSchemainsrc/loop/types.tstick()insrc/loop/runner.tssrc/loop/critique.tssrc/loop/post-loop.tsbuildSafeEnvenv vars matchsrc/mcp/dynamic-handlers.tsbun run lintcleanbun run typecheckcleanCloses #12