Skip to content

Source: commodity_hindcast/CLAUDE.md

What it is

The in-package CLAUDE.md for commodity_hindcast is a single line:

Ensure compliance with DESIGN.md

It is the project-level instruction to any LLM agent operating on this codebase. Its brevity is intentional: it delegates all substance to DESIGN.md, which is the canonical design authority.

Section-by-section summary

The file has no sections — it is one sentence. Its effect is that every LLM code operation inside market_insights_models/src/commodity_hindcast/ is subject to the full set of EARS-format clauses in DESIGN.md before any changes are made.

Notable claims (the load-bearing ones)

  • DESIGN.md is the sole authority — no other constraints are added at the package level. The parent market_insights_models/CLAUDE.md adds shared-utilities, cross-model dependencies, and path-handling rules that apply to all models in the monorepo; the package-level CLAUDE.md adds only the DESIGN.md compliance requirement.
  • The brevity signals that the design decisions are fully documented in DESIGN.md and do not need re-stating here.

What this document is NOT

This CLAUDE.md does not contain any rules of its own — it is purely a pointer. For the actual constraints, see DESIGN.md.

Cross-references

  • DESIGN.md — the referenced design authority with 35 EARS clauses
  • README.md — also explicitly mentions DESIGN.md as canonical contract