Files
James Brunton 32cf6866f3 Move AI advice to AGENTS.md and add symlink from CLAUDE.md (#5914)
# Description of Changes
Inspired by https://github.com/pydantic/pydantic-ai/pull/4169, this PR
moves our `CLAUDE.md` advice to the more generic `AGENTS.md` file (which
works on Codex, Gemini, etc). It also adds a symlink from `CLAUDE.md` to
`AGENTS.md`, which Claude follows properly, so all AIs should get the
same advice and we only need to keep one file up-to-date.
2026-03-11 13:43:30 +00:00
..
2026-03-03 13:49:33 +00:00
2025-12-03 09:57:00 +00:00

Developer Guide Directory

This directory contains all development-related documentation for Stirling PDF.

📚 Documentation Index

Core Development

Features & Documentation

  • AGENTS.md - Agent-based functionality documentation
  • USERS.md - User-focused documentation and guides

📝 Contributing to Documentation

When adding new development documentation:

  1. Place technical guides in this devGuide/ directory
  2. Update this index file with a brief description
  3. Keep user-facing docs (README, CONTRIBUTING, SECURITY) in the root
  4. Follow existing naming conventions (PascalCase for guides)