Skip to content

DOC: document multi-phase work and release procedure; add AGENTS.md - #941

Open
mmcky wants to merge 2 commits into
mainfrom
docs/multiphase-procedures
Open

DOC: document multi-phase work and release procedure; add AGENTS.md#941
mmcky wants to merge 2 commits into
mainfrom
docs/multiphase-procedures

Conversation

@mmcky

@mmcky mmcky commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Merge after #938 — this PR documents conventions that one introduces (testpaths = quantecon, the ci/ directory).

Documents the merge and release procedure for multi-phase, campaign-style work, as discussed while reviewing #938. The WASM browser-support campaign (#925) is the reference example.

Two pieces:

  • A new "Multi-phase projects and releases" section in the canonical contributing guide (docs/source/contributing.rst, rendered on Read the Docs): track campaigns as an umbrella issue + sub-issues under a milestone; merge to main as you go rather than holding a long-lived feature branch (integration branches rot, bypass the required CI contexts configured for main, and workflows are only workflow_dispatch-able from the default branch); keep main releasable after every merge; and cut an intermediate release as soon as a later phase depends on shipped fixes, treating the milestone as the release checklist.
  • A new root-level AGENTS.md — a tool-neutral entry point for AI coding agents carrying the quickstart (env, tests, lint), the ci/ directory convention from WASM: JupyterLite environment config and browser smoke suite #938 (CI-only assets, opt-in collection), and the working procedure above, pointing at the contributing guide rather than duplicating it. It is deliberately written without version numbers or test counts so it does not drift.
  • Removes .github/copilot-instructions.md: GitHub Copilot reads root AGENTS.md, so the Copilot-specific file is redundant, and it had drifted badly (it claimed Python 3.11–3.13 and 536 tests vs the current 3.12–3.14 matrix and 605 tests, and plain flit install vs the guide's --symlink). Its durable hints (env-creation time, Numba JIT warm-up, the slow-test marker) moved into AGENTS.md; nothing referenced the removed file.

Docs-only change; rst verified with docutils locally and the Read the Docs preview will render the new section.

🤖 Generated with Claude Code

Records the merge/release strategy agreed for campaign-style work such
as the WASM browser-support project tracked in #925: umbrella issue +
sub-issues under a milestone, trunk-based merging with no long-lived
feature branches, main kept releasable after every merge, and an
intermediate release as soon as a later phase depends on shipped fixes.

The procedure lives in the canonical contributing guide (rendered on
Read the Docs); AGENTS.md is a new tool-neutral entry point for AI
coding agents that carries the quickstart plus repo conventions and
points to the guide.  It is written version- and count-free so it does
not drift the way .github/copilot-instructions.md has.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
GitHub Copilot reads root AGENTS.md, so the Copilot-specific file is
redundant, and it had drifted (Python 3.11-3.13 and 536 tests vs the
current 3.12-3.14 matrix and 605 tests; flit install vs the guide's
--symlink).  The durable hints (env creation time, Numba JIT warm-up,
the slow-test marker) move into AGENTS.md; nothing referenced the
removed file.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates contributor-facing documentation to clarify how to run multi-phase, campaign-style work (tracked via umbrella issues + sub-issues + milestones) while keeping main continuously releasable, and adds a root-level entry point for AI coding agents that points to the canonical contributing guide.

Changes:

  • Add a “Multi-phase projects and releases” section to the contributing guide describing tracking, incremental merging to main, and when to cut intermediate releases.
  • Add AGENTS.md with a tool-neutral quickstart and repository conventions for AI agents.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
docs/source/contributing.rst Documents the recommended GitHub tracking + incremental merge + release approach for multi-phase work.
AGENTS.md Adds agent-oriented quickstart and workflow guidance, pointing back to the canonical contributing guide.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread AGENTS.md Outdated
Comment thread AGENTS.md
@coveralls

coveralls commented Aug 19, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 90.78%. remained the same — docs/multiphase-procedures into main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants