feat(kanban): CLI auto-subscribe knob + dispatch unwatched warning (fork-adapted from #80564) - #470
Merged
Merged
Conversation
…ork-adapted from NousResearch#80564) Forced NousResearch#80564 across to fork main by hand (Ace, 2026-08-06). The upstream PR was authored against upstream main; fork main is ~692 commits behind, so it lacks: (a) the config_defaults.py extraction (fork keeps the default in config.py) and (b) add_notify_sub chat_type/delivery_metadata params. Adapted: default re-homed to config.py; the add_notify_sub call drops the two upstream-only kwargs; the one test assertion on those columns is scoped to the row-written behaviour with a parity NOTE. Feature (agent-session CLI create subscribes its origin chat + dispatch unwatched-card warning) works on fork. 12/12 tests green, RED-proven. Full upstream enrichment returns at the next upstream->fork parity merge.
Kyzcreig
enabled auto-merge
August 6, 2026 20:53
Collaborator
Author
FleetReviewConfidence: 1/5 Findings
FleetReview provenance · models: B=gpt-5.6-sol, C=claude-code-opus-4-8, F=gpt-5.6-sol, G=grok-4.5 · cost: $13.71 · duration: 20m 58s · rounds: 2 · files examined: 5 |
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.
Forces upstream PR NousResearch#80564 across to fork main by hand (Ace, 2026-08-06).
Fork main is ~692 commits behind upstream, so the upstream PR did not cherry-pick clean — it depends on the config_defaults.py extraction and add_notify_sub chat_type/delivery_metadata params this fork lacks. Adapted for the fork layout: default re-homed to config.py; add_notify_sub call drops the two upstream-only kwargs (parity NOTE in source); the test assertion on those columns scoped to row-written behaviour (parity NOTE).
Feature works on fork: agent-session CLI create subscribes its origin chat; dispatch prints an unwatched-card warning. 12/12 tests green, RED-proven. Full upstream enrichment returns at the next upstream->fork parity merge.