Skip to content

Commit c34b245

Browse files
committed
Streamline AGENTS.md and fix outdated content
This commit reduces AGENTS.md by ~51% (650 → 321 lines) to minimize token usage for LLM agents while maintaining all essential information. Key improvements: - Removed duplicate content by referencing CONTRIBUTING.md for branch policy, commit conventions, bugfix/feature processes, and changelog formatting - Condensed repository structure section to reference README.md for the complete package list, keeping only deprecated path warnings - Moved VitePress documentation guidelines from AGENTS.md to docs/README.md where they belong - Removed verbose Markdown conventions that are now automated by Hongdown Outdated content fixes: - Updated testing framework references: now uses @fedify/fixture (runtime-agnostic test adapters) instead of "Deno's testing framework" - Corrected ActivityPub vocabulary location: packages/vocab/vocab/ (not packages/fedify/src/vocab/) - Fixed @fedify/cli description: now tested with Deno, Node.js, and Bun (not Deno-only), uses deno compile for executables - Removed non-existent src/codegen/ directory reference from CONTRIBUTING.md - Added missing internal packages to CONTRIBUTING.md: @fedify/vocab, @fedify/webfinger, @fedify/fixture [ci skip]
1 parent 5c4cd76 commit c34b245

File tree

5 files changed

+213
-445
lines changed

5 files changed

+213
-445
lines changed

.hongdown.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include = ["*.md", "**/*.md"]
33
exclude = [
44
"**/node_modules/**",
55
"**/dist/**",
6+
".github/copilot-instructions.md",
67
"AGENT.md",
78
"CLAUDE.md",
89
"GEMINI.md",

0 commit comments

Comments
 (0)