mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #1123] [MERGED] Add more documentation #1554
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/1123
Author: @adamhathcock
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/11/2026
Merged by: @adamhathcock
Base:
master← Head:adam/add-more-docs📝 Commits (5)
8c876c7Add more documentation2839e1dUpdate docs/ENCODING.md507b1e3docs: Remove broken references to non-existent files47037a4docs: Add explicit guideline that agents should never commit to gitb2d1505remove section on allocations📊 Changes
9 files changed (+2238 additions, -5 deletions)
View changed files
📝
AGENTS.md(+2 -1)📝
README.md(+2 -2)➕
docs/API.md(+489 -0)➕
docs/ARCHITECTURE.md(+659 -0)➕
docs/ENCODING.md(+610 -0)📝
docs/FORMATS.md(+0 -0)📝
docs/OLD_CHANGELOG.md(+0 -0)➕
docs/PERFORMANCE.md(+474 -0)📝
docs/USAGE.md(+2 -2)📄 Description
This pull request primarily updates documentation to improve clarity and maintain consistency after moving usage documentation into the
docsdirectory. It also adds an important guideline for agents and updates links to reflect the new documentation structure.Documentation structure and link updates:
USAGE.mdandFORMATS.mdinREADME.mdandAGENTS.mdto point to their new locations under thedocs/directory. [1] [2] [3]USAGE.mdtodocs/USAGE.mdand updated its headings for clarity, including marking async/await support as "Beta" and simplifying the "Stream Rules" section heading. [1] [2]Agent guidelines:
AGENTS.mdstating that agents should never commit to git, but only stage files, leaving commits to the user unless explicitly requested.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.