Update AGENTS.md to reference Settings panes#429
Merged
Conversation
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
SettingsViewwas removed in #422. Update the AGENTS.md guidance to point at the current Settings panes underCotabby/UI/Settings/Panes/so the doc matches the code.Validation
Linked issues
None.
Risk / rollout notes
None.
Greptile Summary
Updates
AGENTS.mdto replace the removedSettingsViewreference with a pointer to the current Settings panes directory after the refactor in #422.SettingsViewno longer exists; the new pathCotabby/UI/Settings/Panes/is confirmed present with eight pane views.Confidence Score: 5/5
Documentation-only change that corrects a stale file reference; no code paths are affected.
The edit swaps a removed class name for a verified existing directory path. The guidance prose is unchanged, the referenced path exists in the repo, and no logic or configuration is touched.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[AGENTS.md guidance] --> B{Settings UI} B -->|Before PR - removed| C[SettingsView ❌] B -->|After PR - current| D[Cotabby/UI/Settings/Panes/] D --> E[GeneralPaneView] D --> F[AppsPaneView] D --> G[ShortcutsPaneView] D --> H[WritingPaneView] D --> I[EngineAndModelPaneView] D --> J[PermissionsPaneView] D --> K[AboutPaneView] D --> L[AcknowledgementsView]Reviews (1): Last reviewed commit: "Update AGENTS.md to reference Settings p..." | Re-trigger Greptile