This directory is the repository's human-readable documentation surface. It complements the root AGENTS.md and package/app AGENTS.md files instead of replacing them.
Start with ../AGENTS.md if you are an AI agent or if you need the canonical workflow guidance for working in this repository.
../AGENTS.mdfor repository-wide workflow rules and current workspace context./AI_AGENT_QUICK_START.mdfor a concise project walkthrough./FEATURES_OVERVIEW.mdfor the current maintained runtime and feature map./AGENTS_MD_GUIDE.mdwhen creating or updatingAGENTS.mdfiles../apps/web-cms/README.mdor../apps/web-landing/README.mdwhen working in a maintained app
Canonical repository-level guide for AI agents.
Use it for:
- required workflow ordering
- repository constraints and current workspace map
- package/app guidance lookup rules
- agent tooling and installed skill discovery expectations
- repository-local Opencode command and plugin surfaces
Concise repository orientation for AI agents and new contributors.
Use it for:
- quick repo snapshot
- common commands
- current runtime surfaces
- high-signal pitfalls and workflow shortcuts
Current map of maintained apps, features, and key integrations.
Use it for:
- understanding what exists today
- locating feature and integration code
- seeing how runtime surfaces fit together
Repository-specific guide for writing and maintaining AGENTS.md files.
Use it for:
- deciding when a new
AGENTS.mdis needed - keeping guidance factual and current-state oriented
- matching the repo's preferred structure and tone
Human-readable app guide for the maintained web-cms application.
Use it for:
- app-specific commands
- environment and Worker bindings
- route and integration entry points
Human-readable app guide for the maintained web-landing application.
Use it for:
- app-specific commands
- localization behavior and important paths
- Cloudflare Worker bindings and deployment workflow
The maintained runtime guidance starts with the root AGENTS.md plus the nearest app or package guide.
The repository can also contain AGENTS.md files inside repository-local tooling directories when a checked-in skill or reference set vendors one. Today that includes .agents/skills/vercel-react-best-practices/AGENTS.md.
Treat those as local skill artifacts, not as replacements for the root or app/package guides.
/sync-docs: synchronize bothAGENTS.mdfiles and human-readable docs together/sync-agents: synchronize onlyAGENTS.mdfiles/opsx-explore: OpenSpec exploration workflow command/opsx-propose,/opsx-apply,/opsx-archive: OpenSpec change workflow commands
AGENTS.mdfiles stay concise, operational, and close to the code they describedocs/*.mdfiles are human-readable and navigable- Shared facts such as commands, paths, maintained apps, and feature locations should stay consistent across both surfaces
- Skill-local documentation under
.agents/,.github/skills/,.claude/,.codex/, or.opencode/may ship their own docs, but maintained runtime guidance still starts at the root guide and the nearest app/package guide - Documentation should describe what exists today, not future architecture
Update this docs surface when:
- maintained apps or packages change
- important commands or scripts change
- feature directories move or responsibilities shift
- routes, public APIs, auth behavior, or bindings change
- starter or scaffold boilerplate no longer matches the actual project