Proposal: Rename proposal.md to change-proposal.md
What
Rename vault/_templates/proposal.md to vault/_templates/change-proposal.md and update type: proposal to type: change-proposal in the frontmatter.
Why
Proposals can be new feature requests (using the feature-request template) or changes to existing files (using this template). The name proposal.md is ambiguous — it suggests all proposals use this template. change-proposal.md makes clear this template is for proposing changes to existing files/systems.
Spec
- Rename
vault/_templates/proposal.md→vault/_templates/change-proposal.md - Update frontmatter
type: proposal→type: change-proposal - Update
vault-validator.pyREQUIRED_FIELDS: renameproposalkey tochange-proposal - Update existing files with
type: proposaltotype: change-proposal
Impact
vault/_templates/proposal.md— renamed.claude/hooks/vault-validator.py— REQUIRED_FIELDS key rename- All existing
type: proposalfiles in vault — frontmatter update - Skills/docs that reference the proposal template — update references