Update update-project schema to document temporary project IDs and operation fields#14987
Merged
mnkiefer merged 2 commits intoprompt-instructionsfrom Feb 11, 2026
Merged
Update update-project schema to document temporary project IDs and operation fields#14987mnkiefer merged 2 commits intoprompt-instructionsfrom
mnkiefer merged 2 commits intoprompt-instructionsfrom
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ration field support - Add documentation that project field accepts temporary project IDs (aw_XXXXXXXXXXXX or #aw_XXXXXXXXXXXX) returned by create_project - Document additional agent output fields for specialized operations: operation (create_fields|create_view), field_definitions (when operation=create_fields), view (when operation=create_view) - Rebuild binary with updated schema (schemas are embedded via go:embed) Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Address feedback on project prompt instructions
Update update-project schema to document temporary project IDs and operation fields
Feb 11, 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.
The
update-projectschema description was incomplete—it stated agents output a "full project URL" but didn't mention temporary project IDs or operation-specific fields actually supported by the runtime handler.Changes
projectfield accepts temporary IDs (aw_XXXXXXXXXXXXor#aw_XXXXXXXXXXXX) returned bycreate_project, not just full URLsoperation(create_fields|create_view),field_definitions(array for field creation), andview(config object for view creation)The runtime handler in
update_project.cjsresolves temporary project IDs via the unified temporary ID map and supports specialized operations beyond standard item/field updates. The schema now accurately reflects this behavior.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.