Skip to content

Add AGENTS.md and copilot-setup-steps.yml workflow#186

Merged
Hexagon merged 3 commits intomainfrom
copilot/add-lead-agents-md
Nov 19, 2025
Merged

Add AGENTS.md and copilot-setup-steps.yml workflow#186
Hexagon merged 3 commits intomainfrom
copilot/add-lead-agents-md

Conversation

Copy link
Contributor

Copilot AI commented Nov 19, 2025

Plan to add lead AGENTS.md and copilot-setup-steps.yml:

  • Create AGENTS.md file with project overview, structure, and development guidelines
  • Create .github/workflows/copilot-setup-steps.yml workflow file
  • Verify files are properly created and formatted
  • Fix Deno type check error in base64.ts fromString function
  • Commit changes

Summary

Added two new files based on the hexagon/croner dev branch and fixed a pre-existing TypeScript type error:

  1. AGENTS.md - Agent guide with project documentation
  2. .github/workflows/copilot-setup-steps.yml - GitHub Copilot setup workflow
  3. Fixed type error - Changed fromString to use .buffer property when calling fromArrayBuffer to fix TS2345 error

The type error was pre-existing in the main branch (also failing on CI there) where TextEncoder().encode() returns Uint8Array but fromArrayBuffer() expects ArrayBuffer. The fix accesses the underlying buffer via .buffer property.

Original prompt

Add a lead AGENTS.md and check dev branch of hexagon/croner on how to setup a copilot-setup-steps.yml


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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

Hexagon commented Nov 19, 2025

@copilot deno type check in ci failed

Copilot AI changed the title [WIP] Add lead AGENTS.md and setup instructions Add AGENTS.md and copilot-setup-steps.yml workflow Nov 19, 2025
Copilot AI requested a review from Hexagon November 19, 2025 00:34
Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 19, 2025

@copilot deno type check in ci failed

Fixed in commit 2ff8e20. The issue was a pre-existing type error where TextEncoder().encode() returns Uint8Array but fromArrayBuffer() expects ArrayBuffer. Changed to use .buffer property to access the underlying ArrayBuffer.

@Hexagon Hexagon marked this pull request as ready for review November 19, 2025 00:38
@Hexagon Hexagon merged commit 549e4e4 into main Nov 19, 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