Commit c34b245
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- docs
5 files changed
+213
-445
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments