-
-
Notifications
You must be signed in to change notification settings - Fork 34
feat(agents): lead-agent identities + canvas access — full #1800 set (slices 1-7) #1838
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d5ff3c1
feat(agents): add canvas_read and canvas_write scopes
jaylfc 9874328
fix(agents): drop unused SCOPE_LABELS map in ConsentActions
jaylfc 5c3d5e2
feat(agents): canvas routes join the agent-token allowlist (#1800 sli…
jaylfc 45eb164
Merge branch 'feat/lead-identity-mw-allowlist' into feat/lead-identit…
jaylfc f5f0253
feat(agents): consent approval sets registry handle from sanitized id…
jaylfc 297fd18
fix(agents): reject blank project_id for project-scoped grants
jaylfc e97bdc1
feat(canvas): agent scope + permission gating and honest attribution
jaylfc be2ed6e
fix(agents): escape the dot in the canvas snapshot allowlist regexes
jaylfc bffab44
fix(canvas): fold adversarial review findings 1, 2, 4 into route gating
jaylfc e02e87f
feat(projects): members canvas checkboxes + exclusive Lead (#1800 sli…
jaylfc 1c05d54
feat(canvas): payload cap + agent write rate limit (#1800 slice 5)
jaylfc 98a31bd
feat(canvas): gate stream + snapshot + keepalive recheck (#1800 slice 4)
jaylfc de21830
fix(agents): close consent handle-set TOCTOU and active-without-handl…
jaylfc 4f5ee42
Docs-Reviewed: restore slice-3 enforcement tests dropped during slice…
jaylfc 81a84c4
test(agents): update ConsentActions test to the new project-picker label
jaylfc 29c1e6c
Merge remote-tracking branch 'origin/feat/lead-identity-scope-vocab' …
jaylfc d70128e
Merge remote-tracking branch 'origin/feat/lead-identity-mw-allowlist'…
jaylfc 91ee945
Merge remote-tracking branch 'origin/feat/lead-identity-route-gating'…
jaylfc d4ff06e
Merge remote-tracking branch 'origin/feat/lead-identity-stream-gating…
jaylfc 3cb2155
Merge remote-tracking branch 'origin/feat/lead-identity-limits' into …
jaylfc a1aef1c
Merge remote-tracking branch 'origin/feat/lead-identity-members-ui' i…
jaylfc aa44876
Merge remote-tracking branch 'origin/feat/lead-identity-consent-handl…
jaylfc 6dd90e9
fix(agents): create active-handle index after status migration
jaylfc 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
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
Serialize lead updates and ignore stale completions.
Rapid changes issue concurrent PATCH requests, so response/write ordering can leave the server with an earlier selection. Disable the selector while saving or queue writes, and guard completion handling against
project.idchanges.🤖 Prompt for AI Agents