Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 843 Bytes

File metadata and controls

31 lines (23 loc) · 843 Bytes

odh-cli Development Guidelines

CRITICAL: Required Reading for All Agents

Before starting ANY work on this project, agents MUST read the following documents in their entirety:

Core Guidelines

  • @docs/agent.md
  • @docs/development.md (navigation hub - read this first)
  • @docs/design.md

Setup and Workflow

  • @docs/setup.md
  • @docs/quality.md
  • @docs/code-review.md

Coding Standards

  • @docs/coding/conventions.md
  • @docs/coding/patterns.md
  • @docs/coding/formatting.md

Testing and Extensibility

  • @docs/testing.md
  • @docs/extensibility.md

Lint Command (when working on lint features)

  • @docs/lint/architecture.md
  • @docs/lint/writing-checks.md

These documents contain critical requirements that MUST be followed. Failure to read and follow these guidelines will result in code that does not meet project standards.