Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .cursor/rules/agents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Project agent context (canonical source)
alwaysApply: true
---

The canonical agent context for this repository lives in `AGENTS.md` at the repo root. Read it for commands, structure, conventions, and workflow before making changes.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,8 @@ chroma*/*
stuff/*
src/frontend/playwright-report/index.html
*.bak
prof/*
prof/*
# HQ context — generated indices and per-developer overrides
.hq/
AGENTS.local.md
CLAUDE.local.md
26 changes: 26 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Project

<!-- Authored by humans. Generated content (commit SHAs, feature state) is
served from HQ's S3 cache + DB at agent run-time, never written here. -->

## Commands
- Build:
- Test:
- Dev:

## Structure
- Top-level dirs and what lives in each.

## Conventions
- Project-specific rules an agent wouldn't guess.

## Gotchas
- Project-specific traps.

## Workflow
- Never commit without explicit user request.
- Never write tests unless explicitly asked.

## Reference
- Branch/feature runtime context: read live from HQ's DB by the server-side agent.
- Repo indices (symbols, graph, skeletons): pulled from S3 by the HQ backend at agent run-time.
7 changes: 7 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!-- HQ pointer stub — do not edit. Canonical context lives in AGENTS.md. -->

# Project

This repository's agent context is maintained in [AGENTS.md](./AGENTS.md).

Claude Code reads `AGENTS.md` natively — see that file for commands, structure, conventions, and workflow.