-
Notifications
You must be signed in to change notification settings - Fork 250
feat: add current-branch isolation mode #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
1919chichi
wants to merge
26
commits into
rpamis:master
from
1919chichi:codex/current-branch-isolation
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
02d56b9
feat(comet-classic): add current isolation mode
1919chichi eb164af
docs(comet): document current isolation flow
1919chichi bc55eab
chore: bump version to 0.4.0-beta.5
1919chichi 735a868
chore(comet-classic): sync runtime bundle
1919chichi 6dbfc1f
fix(comet-classic): repair current-branch isolation regressions
1919chichi 83c651d
docs: mention isolation: current in README isolation field docs
1919chichi 9ff7b93
test: drop useless escape in comet-scripts build script string
1919chichi c01f487
fix(comet-classic): allow worktree isolation for preset workflows
1919chichi bad8660
feat(comet-classic): add branch_action state field
1919chichi e1ef44b
docs(comet-verify): record branch_action during branch handling (zh)
1919chichi 353a931
docs(comet-archive): drive archive push by branch_action (zh)
1919chichi ec03b9f
test: reconcile branch_action field and beta.6 version with existing …
1919chichi 901c243
feat: add bound_branch field to classic state model
1919chichi 8471bf0
feat: add shared branch-binding verdict module
1919chichi 3018872
feat: bind current-isolation drift detection to bound_branch
1919chichi edad77f
fix(comet-classic): restore generic branch-switch check for non-curre…
1919chichi aa0598d
feat: capture bound_branch on set isolation current
1919chichi 3042fe5
feat: enforce bound_branch drift in state check
1919chichi 9ff5e46
feat: add state rebind subcommand with audit trail
1919chichi 4100b6b
feat: mirror bound_branch drift check in phase guard
1919chichi 7566093
test: reconcile existing fixtures with bound_branch drift checks
1919chichi b8e8d19
docs: add current-isolation drift decision point to Chinese skills
1919chichi 7b52197
docs: record bound_branch drift detection in changelog
1919chichi f5a0f2b
Merge origin/master into codex/current-branch-isolation
1919chichi 69001fb
docs: sync current-isolation drift decision point to English skills
1919chichi a13aa76
docs: restore preset worktree isolation docs
1919chichi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Do not ignore persisted workflow artifacts.
Classic stores design documents and plans under
docs/superpowers/. Ignoring the directory prevents newly generated artifacts from entering normal and archive commits, leaving committed state that references missing files.Proposed fix
-docs/superpowers/📝 Committable suggestion
🤖 Prompt for AI Agents