feat(frontend): surface tracker intake controls#2289
Draft
anirudh5harma wants to merge 3 commits into
Draft
Conversation
This was referenced Jun 29, 2026
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
The desktop dashboard now exposes issue-intake configuration directly in project settings and makes canonically linked sessions recognizable on both the board and inspector. Settings preserve hidden project configuration, enforce the daemon's explicit-rule guard, and keep tracker behavior daemon-owned.
Closes #2283.
Depends on #2288. This draft is intentionally stacked on that backend branch; after #2288 merges it will be rebased onto
mainso the final diff contains only the nine frontend files.This ports aoagents/ReverbCode#425 and adapts it to current destination behavior: manually created tasks also use the raw
issueIdfield, so only canonicalgithub:identifiers receive tracker-specific UI treatment.Scope Notes
Validation
npm run typechecknpm run packagegit diff --checkA live daemon-backed visual pass is currently blocked by canonical
main's duplicate migration version 20; component behavior and the production package build are covered above.Post-Deploy Monitoring & Validation
After #2288 is available, enable intake for a disposable project and confirm settings reload unchanged, an eligible issue produces a session with a canonical badge, and manually created tasks do not show an intake badge. Watch renderer console/API errors during save and daemon validation responses. Lost hidden config, mislabeled manual tasks, or a settings save that cannot round-trip is the rollback trigger.