Add paused to ProjectStatus + PublicStage vocab - #15
Merged
Conversation
Mirrors the ADR 0001 amendment in ui-insight/AISPEG (PR #274): a deliberate hold that isn't abandonment. `paused` operational status (Display_Order 8, no commit-cadence rule, pilotCohort empty) rolls up to its own `Paused` public stage. Renumbers the following entries; bumps version 2.0.0 → 2.1.0. Also disambiguates the `prototype` description (paused → dormant) now that `paused` is a first-class code.
ProfessorPolymorphic
added a commit
that referenced
this pull request
Jul 27, 2026
Mirrors the 2026-07-24 amendment to ADR 0001 in ui-insight/AISPEG: the ladder jumped from `idea` (no committed owner/sponsor) straight to `approved` (a go decision made), with no honest rung for a project that has named humans engaged and feasibility work underway but no formal approval. That is the state the portfolio owner declined to call `approved` for the Financial Planning Suite, and the state the Unified Technology Request process names explicitly as Track C's "Feasibility & scoping" stage. `scoping` takes Display_Order 2, between idea and approved; the following entries renumber. It rolls up to the existing `Exploring` public stage — the stakeholder-facing signal "not yet being built" is unchanged — so PublicStage gains no new value, only a corrected rollup rule. Also sharpens `idea` now that scoping is first-class. Its rule read "no committed operationalOwner OR no committed iidsSponsor", which with scoping in place would let a project with one of the two engaged satisfy both codes. The verifier (lib/portfolio-verification.ts) treats having neither as idea and either one as scoping; the vocabulary now says the same. Verification rules transcribed from the verifier, not paraphrased. Version 2.1.0 → 2.2.0. Follows the `paused` precedent in #15. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mirrors the ADR 0001 amendment shipped in
ui-insight/AISPEG#274: a deliberate hold that isn't abandonment.pausedto ProjectStatus (Display_Order 8) — no commit-cadence requirement (that's the point of a hold);pilotCohortmust be empty. Renumberssunsetting/archived/tracked.pausedto PublicStage (Display_Order 4) — its own stakeholder-facing bucket, rolling up 1:1 from thepausedstatus. Renumbersretired/tracked.version2.0.0 → 2.1.0,last_updated→ 2026-07-09.prototypedescription ("paused" → "dormant") now thatpausedis a first-class code.Source of truth remains
lib/portfolio.tsin AISPEG; this keeps the vendored vocabulary in sync so the Data Model explorer's status-vocab page showspaused. Once merged, the AISPEGvendor/data-governancesubmodule pointer will be bumped andlib/governance/*.tsregenerated.