Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/agent-persona-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Review all captured responses and identify:
### Improvement Opportunities (top 3 only)
- What additional guidance could help the agent?
- Should certain patterns be more strongly recommended?
- **Important**: Any documentation recommendations must target `.github/aw/*.md` files (e.g., `github-agentic-workflows.md`, `create-agentic-workflow.md`). Do **not** reference or suggest changes to `AGENTS.md` — that file is Go developer documentation for the `gh-aw` codebase and is unrelated to agentic workflow instructions.
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The examples list only filenames (github-agentic-workflows.md, create-agentic-workflow.md) even though the guidance is to target .github/aw/*.md. To remove ambiguity (and prevent readers from searching in the repo root), consider making the examples full paths like .github/aw/github-agentic-workflows.md and .github/aw/create-agentic-workflow.md.

Suggested change
- **Important**: Any documentation recommendations must target `.github/aw/*.md` files (e.g., `github-agentic-workflows.md`, `create-agentic-workflow.md`). Do **not** reference or suggest changes to `AGENTS.md` — that file is Go developer documentation for the `gh-aw` codebase and is unrelated to agentic workflow instructions.
- **Important**: Any documentation recommendations must target `.github/aw/*.md` files (e.g., `.github/aw/github-agentic-workflows.md`, `.github/aw/create-agentic-workflow.md`). Do **not** reference or suggest changes to `AGENTS.md` — that file is Go developer documentation for the `gh-aw` codebase and is unrelated to agentic workflow instructions.

Copilot uses AI. Check for mistakes.

## Phase 5: Document and Publish Findings (1 minute)

Expand Down Expand Up @@ -179,7 +180,7 @@ Example:
</details>

### Recommendations (Top 3 only)
1. [Most important actionable recommendation]
1. [Most important actionable recommendation — if documentation-related, reference `.github/aw/*.md` files, NOT `AGENTS.md`]
2. [Second priority suggestion]
3. [Third priority idea]
```
Expand Down
Loading