Conversation
…ions, and Mermaid diagram Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Closed
max-tet
requested changes
Mar 26, 2026
|
|
||
| Each issue moves through the following states: | ||
|
|
||
| ``` |
Collaborator
There was a problem hiding this comment.
The diagram misses some edges:
- for both planning phases, additional comments trigger plan changes.
- Small issues skip the thorogh plan. This is also never mentioned in the text but should be.
…small issues - Add self-loop edges on awaiting_preliminary_approval and awaiting_plan_approval showing that new comments trigger a plan update - Add edge showing small issues skip thorough planning and go straight to implementing on preliminary approval - Update state table descriptions to reflect plan-update and small-issue behavior - Update the "What is Clayde?" step list to mention the small issue shortcut and plan update behavior Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Closes #56
Updated README.md: replaced outdated 4-state flow with full Mermaid state diagram covering all 10 states (preliminary_planning through done/failed/interrupted), rewrote Safety Gates section to describe content filtering approach, merged the overlapping Setup and Deploying sections into a single unified Setup section, fixed CLAYDE_LOOP_INTERVAL_S → CLAYDE_INTERVAL, added CLAYDE_INTERVAL to the configuration table, and updated What is Clayde to describe the two-phase planning flow.