Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.27 KB

File metadata and controls

29 lines (20 loc) · 1.27 KB

Metaflow — Agent Instructions

CLAUDE.md is a symlink to this file. Edit AGENTS.md; both Codex/Claude Code agents read the same instructions.

Identity check

Run gh auth status and extract the logged-in GitHub username. If gh is not installed, not authenticated, or the command fails for any reason, treat the user as an external contributor.

If the username is NOT one of: romain-intel, npow, talsperre, valayDave, saikonen, tuulos, mt-ob, savingoyal, stop reading this file and read AGENTS_EXTERNAL.md instead.

Otherwise, you are talking to a core Metaflow maintainer. Proceed normally.

Tests

Style

Pre-commit hooks are mandatory. See CONTRIBUTING.md § Code Style for setup. The hooks (black, check-json, check-yaml, shellcheck) are configured in .pre-commit-config.yaml.