Refresh the agent guides against the current source - #1055
Open
Sajeeth-Wimalasuriyan wants to merge 1 commit into
Open
Sajeeth-Wimalasuriyan wants to merge 1 commit into
Sajeeth-Wimalasuriyan wants to merge 1 commit into
Conversation
The .agents/ guides had drifted far enough to mislead. The Ask Optiq assistant that landed in #1029 was undocumented, and several symbols the guides sent a reader looking for - the controller plot layer, ComputeDataProvider, COMPUTE_TABLE_DEFINITIONS, ResolveProfilerType - do not exist in the tree, so recipes built on them were unfollowable. Audited each guide against the code it describes and corrected what it claims. UI.md gains the Ask Optiq section: the tool set and which handler table owns each body, the turn phases, the timeouts and why they differ, and the private DataProvider client id that keeps assistant queries out of the tabs' tables. CONTROLLER.md and DATABASE.md drop the deleted classes and fix signatures that moved - bind_trace_to_database takes a config path, PackedTable's merge and sort helpers take a QueryManager, and the table machinery overrides live on QueryManager rather than ProfileDatabase. SCRIPTING.md no longer reads as though nothing shipped, and PYTHON.md describes the details-panel Script tab that exists rather than a toolbar button that does not. Where a name survives in the guides only because an earlier revision claimed it, the text now says so outright, so the next reader does not spend the search finding out it was never there. Co-authored-by: Cursor <cursoragent@cursor.com>
Sajeeth-Wimalasuriyan
requested review from
a team,
drchen-amd,
tomk-amd and
vstempen
as code owners
September 16, 2026 18:29
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.
Updated Agents.md. Includes ask Optiq.