docs(agents): clarify subpackage layout for flat groups#857
Open
natalie-o-perret wants to merge 1 commit into
Open
docs(agents): clarify subpackage layout for flat groups#857natalie-o-perret wants to merge 1 commit into
natalie-o-perret wants to merge 1 commit into
Conversation
af9db0f to
f08622f
Compare
PR #855 refactored storage_bucket_lifecycle* in place, keeping the flat layout in cmd/storage/. Review feedback asked for them to be moved into a subpackage along the lines of cmd/aiservices/deployment/. Three small tweaks so a future agent picks this up automatically: - Folder layout: add an anti-pattern callout naming the legacy flat groups (cmd/storage, cmd/dns, cmd/dbaas), the cmd/aiservices/deployment subpackage as the canonical pattern, and the storage_bucket_lifecycle case as a worked example. Wording is imperative ("MUST promote"). - Command pattern: cross-ref to Folder layout so an agent starting from the struct pattern doesn't miss the placement cue. - File header rule: parametrize the model name (<model>) instead of hard-coding claude-sonnet-4.6.
f08622f to
7a3c393
Compare
pierre-emmanuelJ
approved these changes
Jul 2, 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.
Description
Follow-up to #856. PR #855 refactored
storage_bucket_lifecycle*in place; review asked to move them into a subpackage percmd/aiservices/deployment/. AGENTS.md missed the placement cue: 3 tweaks so a future agent picks this up automatically:cmd/storage,cmd/dns,cmd/dbaas),cmd/aiservices/deployment/as the canonical subpackage, andstorage_bucket_lifecycle*as a worked example. Wording imperative (MUST promote).<model>) instead of pinning toclaude-sonnet-4.6.Checklist
(For exoscale contributors)
CHANGELOG.md)Testing
Docs-only.
Note
AI assistance: PR description.