-
Notifications
You must be signed in to change notification settings - Fork 0
Resource Management #36
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
base: master
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR introduces a comprehensive Resource Management protocol that provides the ability to manage permissions for various types of resources. The protocol includes eight distinct message types to handle permission requests, updates, status communication, and data delivery.
- Adds a new "Resource Management" section to the documentation navigation
- Implements eight message types for complete permission lifecycle management
- Provides detailed JSON schemas and examples for each message type
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
mkdocs/mkdocs.yml | Adds navigation structure for the new Resource Management protocol section |
mkdocs/docs/resource-management/overview.md | Provides brief overview of the Resource Management protocol capabilities |
mkdocs/docs/resource-management/0.1/permissions-request.md | Documents the permissions-request message type for initiating permission requests |
mkdocs/docs/resource-management/0.1/request.md | Documents the request message type for communicating status of existing permission requests |
mkdocs/docs/resource-management/0.1/permissions-update-request.md | Documents the permissions-update-request message type for requesting permission updates |
mkdocs/docs/resource-management/0.1/permissions-update.md | Documents the permissions-update message type for confirming permission grants/rejections |
mkdocs/docs/resource-management/0.1/permissions-requests-list-fetch.md | Documents the permissions-requests-list-fetch message type for retrieving sent permission requests |
mkdocs/docs/resource-management/0.1/permissions-list-fetch.md | Documents the permissions-list-fetch message type for retrieving received permission requests |
mkdocs/docs/resource-management/0.1/permissions-list.md | Documents the permissions-list message type for communicating permission state |
mkdocs/docs/resource-management/0.1/delivery.md | Documents the delivery message type for transferring resource-related data |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Overview
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Pull Request Overview
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
"attachments": [ | ||
{ | ||
"id": "urn:uuid:1", | ||
"description": "encrypted auth response of Bob email profile as attachment", |
Copilot
AI
Oct 7, 2025
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.
Missing article 'an' before 'email' - should be 'Bob's email profile' or 'an email profile'.
"description": "encrypted auth response of Bob email profile as attachment", | |
"description": "encrypted auth response of Bob's email profile as attachment", |
Copilot uses AI. Check for mistakes.
No description provided.