Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.22 KB

File metadata and controls

34 lines (26 loc) · 1.22 KB

azurelocal.github.io — Claude Code

@AGENTS.md

Claude Code notes

  • Subagents, skills, and hooks for this repo live in .claude/. The repo-level MCP config is .mcp.json.
  • Use plan mode before broad, repo-wide changes.
  • Follow the .ai/ session protocol: read .ai/state/* at session start, and update .ai/state/HANDOFF.md before ending a session.
  • See the agents standard for the full multi-model model.

Claude Code actions in this repo

Run autonomously:

  • Read, search, and grep any file in this repo
  • Write and edit files in this repo
  • git add, git commit, git push
  • gh issue, gh pr, gh run CLI commands
  • npm install, npm run build, npm test
  • npx commands for scaffolding and tooling

Always confirm before:

  • Creating or deleting Azure resources
  • Any az CLI write operation that modifies Azure state
  • Running destructive operations
  • Making API calls to external services
  • Installing software