Skip to content

Add agent docs#32

Open
HeyItsGilbert wants to merge 1 commit into
mainfrom
AgentDocs
Open

Add agent docs#32
HeyItsGilbert wants to merge 1 commit into
mainfrom
AgentDocs

Conversation

@HeyItsGilbert

@HeyItsGilbert HeyItsGilbert commented Jun 21, 2026

Copy link
Copy Markdown
Member

Built using Matt Pococks skills. This just makes the agent keep track of context, adr's, and how to create issues, etc. It's a nice to have (to keep all agents acting the same), but not a huge deal if we want to keep the repo clean.

@netlify

netlify Bot commented Jun 21, 2026

Copy link
Copy Markdown

Deploy Preview for powershellorg ready!

Name Link
🔨 Latest commit 26655ce
🔍 Latest deploy log https://app.netlify.com/projects/powershellorg/deploys/6a38349b2783900008f9abe0
😎 Deploy Preview https://deploy-preview-32--powershellorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds repository-scoped documentation to help AI agents operate consistently in this Hugo site repo (issue-tracker usage, triage label mapping, and how to consume domain docs/ADRs), plus a small repo housekeeping change.

Changes:

  • Add AGENTS.md as the entrypoint for agent instructions and link out to more detailed agent docs.
  • Add docs/agents/* documentation covering GitHub issue tracker conventions, triage label mapping, and domain/ADR reading guidance.
  • Remove a local-only .claude/settings.local.json file; add an empty Front Matter DB file (mediaDb.json).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/agents/triage-labels.md Documents canonical triage roles and their label-string mapping for this repo.
docs/agents/issue-tracker.md Documents gh CLI conventions for issue tracker operations.
docs/agents/domain.md Documents how agents should use CONTEXT.md and ADRs when exploring/changing the repo.
AGENTS.md Adds a single top-level entrypoint that points agents to the detailed docs.
.frontmatter/database/mediaDb.json Adds an empty Front Matter media DB JSON file (consistent with other tracked Front Matter DBs).
.claude/settings.local.json Removes local Claude settings from the repo.

## Conventions

- **Create an issue**: `gh issue create --title "..." --body "..."`. Use a heredoc for multi-line bodies.
- **Read an issue**: `gh issue view <number> --comments`, filtering comments by `jq` and also fetching labels.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants