Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 916 Bytes

File metadata and controls

28 lines (19 loc) · 916 Bytes

Project context for coding agents

Cross-host agent memory file. Read by Claude Code, Cursor, Codex CLI, and OpenCode at session start. CLAUDE.md re-exports this file as a stub for older Claude Code installs that do not yet read AGENTS.md.

What this repo is

(Describe the project in 2-4 sentences: language, framework, runtime, intended audience.)

Boot sequence

  1. Read this file end-to-end.
  2. Check git status and recent commits before making changes.
  3. Read the relevant package's package.json exports before importing.

Engineering discipline

  • (Add the project's TS/lint/test stance here.)
  • Assess -> Plan -> Execute -> Verify -> Commit (when asked).
  • Prefer editing existing files over creating new ones.
  • Default to no comments; only add when the why is non-obvious.

Conventions

  • (Branch naming, commit format, PR style.)
  • (Test command, lint command, build command.)