Agent Context from Codebase
Build a concise AGENTS.md-style context file for coding agents working in this repo.
Related prompts
More prompts with similar tags or categories.
Implement a vertical slice of this feature — thinnest path end-to-end. Rules: - One happy path only — no edge cases yet unless trivial - Real persistence and UI wire-up, not mocks (unless spike labeled) - Tests for the happy path - List follow-up slices explicitly Goal: learn fast with something demoable today.
Update README / AGENTS.md for onboarding after this change. Must include: - Prerequisites and env vars (names only, no secret values) - Install and dev commands that actually work - How to run tests and lint - Common failure modes and fixes Test instructions mentally against a fresh clone. Remove stale steps.
Split this work into logical commits with conventional commit messages. Format: type(scope): subject Body: why, not what the diff already shows. Rules: - One concern per commit - Tests with the code they cover - No drive-by changes bundled Output: ordered list of commits with files each would include.