Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.36 KB

File metadata and controls

26 lines (20 loc) · 1.36 KB

DevLog Agent Instructions

Scope

  • These instructions apply only to the repository root.
  • Read every route that matches the current task. Routes are cumulative.

Required routing

Task Required document
Every task .agents/rules/general.md
Non-trivial planning, implementation, review, or verification .agents/roles.md
Repeatable role-based execution .agents/workflows.md
Module boundaries, file ownership, layer dependencies, DI, repository/service contracts, external SDK placement, Widget flow, StorePattern, or architecture documentation .agents/rules/architecture.md
PR, review thread, commit, Xcode project, CI, verification, localization, release, or build tooling .agents/rules/project-workflows.md

Routing rules

  • AGENTS.md is the repository entrypoint and routing source.
  • .agents/rules/general.md applies to every task.
  • Read all matching task-specific documents before planning, editing, reviewing, or verifying.
  • For architecture work, also read .gemini/styleguide.md and README.md before editing.
  • For a delegated role, read .agents/roles.md and follow the assigned role section and output format.
  • Use .agents/workflows.md when the task matches one of its executable workflows.
  • If repository-local instructions conflict with global memory, follow the repository-local instructions.