Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.32 KB

File metadata and controls

38 lines (26 loc) · 1.32 KB

Claude Instructions

These instructions apply repository-wide.

Canonical guidance

Repository-wide AI-facing engineering guidance lives in AGENTS.md. Canonical skills live under docs/engineering/skills/.

Use those files as the source of truth. This file is a Claude adapter and should stay thin; do not duplicate detailed testing, CI, formatting, or architecture rules here.

Required skill lookup

Before opening, replacing, or sharing a PR, read docs/engineering/skills/github-prs.md.

When adding, moving, or reviewing tests, read docs/engineering/skills/testing.md before editing. Then run uv run --no-sync --with pyyaml python scripts/run_quality_guards.py before handing off test-layout changes.

When reviewing PRs that change pipeline behavior, stage boundaries, generated artifacts, or public library functions, read docs/engineering/skills/documentation_review.md.

When diagnosing a deployed Modal pipeline run or a failed publication pipeline, read docs/engineering/skills/pipeline_operations.md.

Safety boundaries

Do not fabricate data, validation metrics, academic results, or performance claims. If a result has not been computed from code or cited from a published source, mark it as pending instead.

Do not upload, promote, or publish data artifacts unless the user explicitly asks for that operation.