Maintainer direction
WHALE.md should stop being an active CodeWhale instruction surface in v0.8.67. It was already deprecated when .codewhale/constitution.json and AGENTS.md split the old responsibilities:
- ordinary project working guidance belongs in
AGENTS.md,
- repo-local CodeWhale authority policy belongs in
.codewhale/constitution.json,
- user-global standing behavior belongs in the global constitution setup flow,
WHALE.md should not be generated, recommended, or silently treated as current law.
This issue owns removing the remaining compatibility/discovery path and cleaning up docs/copy so the setup lane has one clear model.
Desired behavior
- CodeWhale no longer discovers or loads project
WHALE.md or global WHALE.md as default context.
/init continues to create or update only AGENTS.md and never suggests WHALE.md.
- Existing docs explain the migration path once: move project instructions to
AGENTS.md; move CodeWhale-specific repo authority policy to .codewhale/constitution.json.
- Context reports, doctor/setup output, README/config docs, and tests stop presenting
WHALE.md as an active surface.
- If a transitional warning is retained, it should be explicit and finite:
WHALE.md is ignored and should be migrated, not read as fallback law.
Acceptance criteria
Related
Maintainer direction
WHALE.mdshould stop being an active CodeWhale instruction surface in v0.8.67. It was already deprecated when.codewhale/constitution.jsonandAGENTS.mdsplit the old responsibilities:AGENTS.md,.codewhale/constitution.json,WHALE.mdshould not be generated, recommended, or silently treated as current law.This issue owns removing the remaining compatibility/discovery path and cleaning up docs/copy so the setup lane has one clear model.
Desired behavior
WHALE.mdor globalWHALE.mdas default context./initcontinues to create or update onlyAGENTS.mdand never suggestsWHALE.md.AGENTS.md; move CodeWhale-specific repo authority policy to.codewhale/constitution.json.WHALE.mdas an active surface.WHALE.mdis ignored and should be migrated, not read as fallback law.Acceptance criteria
PROJECT_CONTEXT_FILESand global context discovery no longer includeWHALE.mdfallbacks.WHALE.mdloading are removed or rewritten to assert ignore/migration behavior.docs/CONFIGURATION.md, README copy, and context docs no longer describeWHALE.mdas a read fallback./initand generated.gitignorebehavior still preserve.codewhale/constitution.jsonas the committable repo-local authority file.WHALE.md.Related