Update docs team's .github-private repo#4
Merged
Conversation
Adds managed-settings.json file and updates template description
Contributor
Author
|
@isaacmbrown 👋 Up for review!
|
isaacmbrown
approved these changes
Jun 17, 2026
isaacmbrown
left a comment
There was a problem hiding this comment.
Looks great thanks @jclement136!
| This template repository makes it easy for enterprise and organization owners to get started with Copilot custom agents by providing: | ||
| This template repository makes it easy for enterprise owners to get started with and establish settings for their agents by providing: | ||
| * The basic file structure necessary for custom agents | ||
| * An example agent profile in the `agents` directory |
There was a problem hiding this comment.
Suggested change
| * An example agent profile in the `agents` directory | |
| * An example agent profile in the `agents` directory | |
| * An empty `managed-settings.json` file, which defines governance and extensibility settings in clients |
| 1. Using this template repository, create a private repository called `.github-private` in your organization. | ||
| 1. Edit this README to best meet your needs. Consider including creation guidelines for custom agents or compliance considerations specific to your team. | ||
| 1. Edit the provided `agents/example-agent.md` file to create your first custom agent. For more information, see [Creating custom agents](https://docs.github.com/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents). | ||
| 1. Edit the `managed-settings.json` file at `.github/copilot/managed-settings.json` to configure enterprise-wide client settings. For more information, see [About enterprise-managed plugin standards](https://docs.github.com/copilot/concepts/agents/about-enterprise-plugin-standards). |
There was a problem hiding this comment.
Suggested change
| 1. Edit the `managed-settings.json` file at `.github/copilot/managed-settings.json` to configure enterprise-wide client settings. For more information, see [About enterprise-managed plugin standards](https://docs.github.com/copilot/concepts/agents/about-enterprise-plugin-standards). | |
| 1. Edit the `managed-settings.json` file at `.github/copilot/managed-settings.json` to configure enterprise-wide client settings. For more information, see [About enterprise-managed plugin standards](https://docs.github.com/copilot/concepts/agents/about-enterprise-plugin-standards) and [Disabling automatic command approval in Copilot clients](https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-agents/disable-automatic-commands). |
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.
Context: https://github.com/github/docs-content/issues/22880
Adds an empty
managed-settings.jsonfile to the repo under the filepath.github/copilot/managed-settings.json.Updates
README.mdfile to be less specifically about custom agents and to mention themanaged-settings.jsonfile.