Skip to content

Add Copilot setup workflow and agent documentation#10

Merged
Hexagon merged 4 commits intomainfrom
copilot/add-copilot-setup-yml
Nov 23, 2025
Merged

Add Copilot setup workflow and agent documentation#10
Hexagon merged 4 commits intomainfrom
copilot/add-copilot-setup-yml

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 23, 2025

Add copilot setup yml and lean AGENTS.md inspired by cross-org/kv

Plan:

  • Create .github/workflows/copilot-setup-steps.yml based on kv repo
    • Adapt to test repo's specific needs (Deno, Node.js, Bun)
    • Follow same structure with checkout, setup steps, and dependency caching
  • Create AGENTS.md in repository root as lean documentation
    • Adapt kv's agents checklist to test repo specifics
    • Include CI reference, pre-commit checks, and guidelines
    • Keep it concise and focused on cross-runtime testing framework
  • Verify files are properly created and formatted
  • Address code review feedback
    • Fixed step name from "Cache dependencies" to "Install dependencies"
    • Removed misleading package.json reference (repo uses deno.json)
  • Fix formatting issues
    • Fixed AGENTS.md to pass Deno fmt checks
    • Joined multi-line text entries per Deno formatting rules

Completed:

  • Created .github/workflows/copilot-setup-steps.yml with Deno, Node.js, and Bun setup
  • Created AGENTS.md with lean checklist adapted for test repository
  • Both files follow the same structure and patterns from cross-org/kv
  • Addressed all code review comments
  • Fixed Deno formatting issues in AGENTS.md
Original prompt

Add copilot setup yml and a lean agents.md inspired by the implementations in cross-org/kv


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits November 23, 2025 01:01
Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
…eference

Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Copilot AI changed the title [WIP] Add copilot setup YAML and lean agents documentation Add Copilot setup workflow and agent documentation Nov 23, 2025
Copilot AI requested a review from Hexagon November 23, 2025 01:05
@Hexagon
Copy link
Copy Markdown
Member

Hexagon commented Nov 23, 2025

@copilot fix formatting, ci is failing

Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Nov 23, 2025

@copilot fix formatting, ci is failing

Fixed formatting in AGENTS.md to pass Deno fmt checks. The issue was multi-line text that needed to be joined per Deno formatting rules (850f399).

@Hexagon Hexagon marked this pull request as ready for review November 23, 2025 11:20
@Hexagon Hexagon merged commit df7f2e1 into main Nov 23, 2025
12 checks passed
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