[PR #1058] [MERGED] Consolidate agent instructions into AGENTS.md #1486

Closed
opened 2026-01-29 22:20:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/1058
Author: @Copilot
Created: 11/30/2025
Status: Merged
Merged: 11/30/2025
Merged by: @adamhathcock

Base: adam/add-copilot-instructionsHead: copilot/sub-pr-1057


📝 Commits (2)

  • 9c1c6ff Initial plan
  • 6a37c55 Consolidate agent instructions into AGENTS.md

📊 Changes

2 files changed (+39 additions, -204 deletions)

View changed files

.github/copilot-instructions.md (+0 -204)
📝 AGENTS.md (+39 -0)

📄 Description

Removed duplicate .github/copilot-instructions.md and consolidated all agent documentation into the existing AGENTS.md.

Changes to AGENTS.md:

  • Added directory structure diagram showing project layout
  • Added factory pattern documentation (IArchiveFactory, IReaderFactory, IWriterFactory)
  • Added test organization details (TestBase class, xUnit/AwesomeAssertions)
  • Added common pitfalls section (API mixing, solid archives, stream disposal, etc.)

.github/COPILOT_AGENT_README.md already references AGENTS.md as the canonical source.


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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/1058 **Author:** [@Copilot](https://github.com/apps/copilot-swe-agent) **Created:** 11/30/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `adam/add-copilot-instructions` ← **Head:** `copilot/sub-pr-1057` --- ### 📝 Commits (2) - [`9c1c6ff`](https://github.com/adamhathcock/sharpcompress/commit/9c1c6fff9f17f853e6ce8e97417085273a7fffa8) Initial plan - [`6a37c55`](https://github.com/adamhathcock/sharpcompress/commit/6a37c550859437519b20d8e49732f6bca891f28a) Consolidate agent instructions into AGENTS.md ### 📊 Changes **2 files changed** (+39 additions, -204 deletions) <details> <summary>View changed files</summary> ➖ `.github/copilot-instructions.md` (+0 -204) 📝 `AGENTS.md` (+39 -0) </details> ### 📄 Description Removed duplicate `.github/copilot-instructions.md` and consolidated all agent documentation into the existing `AGENTS.md`. **Changes to `AGENTS.md`:** - Added directory structure diagram showing project layout - Added factory pattern documentation (`IArchiveFactory`, `IReaderFactory`, `IWriterFactory`) - Added test organization details (`TestBase` class, xUnit/AwesomeAssertions) - Added common pitfalls section (API mixing, solid archives, stream disposal, etc.) `.github/COPILOT_AGENT_README.md` already references `AGENTS.md` as the canonical source. <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/adamhathcock/sharpcompress/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:20:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1486