feat: add agents files#543
Open
mr-cal wants to merge 5 commits into
Open
Conversation
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
There was a problem hiding this comment.
Pull request overview
Adds repository-level agent context (AGENTS.md) plus two reusable agent-file templates for downstream Craft apps and libraries, and updates the project template checklist to reference them.
Changes:
- Added
AGENTS.mddescribing Starbase context, development commands, and contribution practices for coding agents. - Added
AGENTS.app.mdandAGENTS.lib.mdtemplates for downstream Craft apps/libraries to customize and rename toAGENTS.md. - Updated
.github/README.md“Create a new project” checklist to include the new agents template step and cleanup instruction.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| AGENTS.md | Adds Starbase-specific agent context and common dev/test/lint commands. |
| AGENTS.app.md | Provides an app-focused AGENTS template for Craft Application-based CLIs. |
| AGENTS.lib.md | Provides a library-focused AGENTS template for craft libraries. |
| .github/README.md | Updates new-project checklist to incorporate the agents templates and cleanup steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Collaborator
Author
|
RTD failure unrelated |
lengau
reviewed
Jun 4, 2026
lengau
reviewed
Jun 4, 2026
lengau
reviewed
Jun 4, 2026
|
|
||
| The source code for these projects is at https://github.com/canonical/<project>. | ||
|
|
||
| Repos that use starbase track it as a git remote named `starbase` and periodically merge |
Collaborator
There was a problem hiding this comment.
Out of scope, but a "merge starbase" skill would be really cool.
Collaborator
Author
There was a problem hiding this comment.
Agreed! We can mention the canonical/copilot-collections#43 skill when it lands.
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
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.
Adds an:
Sources used:
(CRAFT-5188)
make lint && make test.