-
Notifications
You must be signed in to change notification settings - Fork 3.4k
v0.8.67 Docs: center /constitution and user-global constitution in the docs map #3811
Copy link
Copy link
Open
Labels
contextContext management / contextContext management / contextdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestlocalizationLocalization, i18n, and non-English language supportLocalization, i18n, and non-English language supportsecuritySecurity, isolation, permissions, or trust-boundary workSecurity, isolation, permissions, or trust-boundary worktuiTerminal UI behavior, rendering, or interactionTerminal UI behavior, rendering, or interactionuxUser experience, interaction, or presentation polishUser experience, interaction, or presentation polishv0.8.67Targeting v0.8.67Targeting v0.8.67
Milestone
Description
Metadata
Metadata
Assignees
Labels
contextContext management / contextContext management / contextdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestlocalizationLocalization, i18n, and non-English language supportLocalization, i18n, and non-English language supportsecuritySecurity, isolation, permissions, or trust-boundary workSecurity, isolation, permissions, or trust-boundary worktuiTerminal UI behavior, rendering, or interactionTerminal UI behavior, rendering, or interactionuxUser experience, interaction, or presentation polishUser experience, interaction, or presentation polishv0.8.67Targeting v0.8.67Targeting v0.8.67
Projects
StatusShow more project fields
Backlog
Problem
The v0.8.67 product direction is that
/constitutionis the main user-facing constitution surface, and the normal personal constitution path is a structured user-global constitution rendered into model-facing prose. Current docs still lean heavily toward repo-local.codewhale/constitution.jsonand the expert full prompt override.That can make users think the only constitution choices are repo law or raw
prompts/constitution.md, which is not the intended setup experience.Surfaces to audit and update
README.mdand localized READMEs: the law/constitution section should explain the bundled global floor, user-global/constitution, repo-local.codewhale/constitution.json,AGENTS.md, and memory order.docs/CONFIGURATION.md: keep$CODEWHALE_HOME/prompts/constitution.mddocumented as an expert full-base-prompt override, but not as the normal guided creator output.docs/CONFIGURATION.md: document the user-global structured constitution file path chosen by implementation and how it is rendered into prose.web/app/[locale]/docs/constitution/page.tsx: update from mostly repo-local constitution framing to the/constitution+ user-global setup model.WHALE.mdreferences: remove from active docs or keep only a finite migration note pointing toAGENTS.mdand.codewhale/constitution.json.Authority model docs should say
.codewhale/constitution.json, project authority policy, subordinate to higher law and current user request.AGENTS.md: ordinary project working instructions.Acceptance criteria
/constitutionis documented as the primary constitution management command.WHALE.mddoes not appear as an active setup recommendation.Related
/constitutionsurface: v0.8.67 Setup: make /constitution the primary constitution management surface #3806WHALE.md: v0.8.67 Setup: remove deprecated WHALE.md discovery and docs surface #3798