Problem
Repo-meta files have drifted from reality:
.github/copilot-instructions.md states "536 tests" and a fixed runtime; the suite is 600 tests and runtime varies by mode (~2 to ~6 minutes depending on coverage instrumentation and machine). Agents onboarding from this file inherit stale facts; prefer phrasing that ages well ("600+ tests, several minutes; never cancel").
README.md leads install guidance with "we recommend you install the Anaconda Python distribution" — 2015-vintage advice, awkward under Anaconda's current licensing for many organisations. Lead with pip install quantecon; keep conda-forge as the conda path without Anaconda-the-distribution as a prerequisite.
CITATION.cff is frozen at date-published: 2024-01-06 with no version: field — citation tooling emits a years-old snapshot for a package ten releases newer. Add version: and a release-checklist line to bump both per release (or wire the release workflow to do it).
Acceptance criteria
From the July 2026 technical-debt audit (AI-assisted; claims verified against 28d4b3b on 2026-07-25).
Problem
Repo-meta files have drifted from reality:
.github/copilot-instructions.mdstates "536 tests" and a fixed runtime; the suite is 600 tests and runtime varies by mode (~2 to ~6 minutes depending on coverage instrumentation and machine). Agents onboarding from this file inherit stale facts; prefer phrasing that ages well ("600+ tests, several minutes; never cancel").README.mdleads install guidance with "we recommend you install the Anaconda Python distribution" — 2015-vintage advice, awkward under Anaconda's current licensing for many organisations. Lead withpip install quantecon; keep conda-forge as the conda path without Anaconda-the-distribution as a prerequisite.CITATION.cffis frozen atdate-published: 2024-01-06with noversion:field — citation tooling emits a years-old snapshot for a package ten releases newer. Addversion:and a release-checklist line to bump both per release (or wire the release workflow to do it).Acceptance criteria
cffconvert --validatepasses; CITATION carries current version and date, and the release checklist owns keeping it trueFrom the July 2026 technical-debt audit (AI-assisted; claims verified against
28d4b3bon 2026-07-25).