Proposal: Add target-file Field to Proposal Template
What
Add target-file: to the frontmatter of vault/_templates/proposal.md.
Why
The protect-files hook (protect-files.py) checks for target-file: <path> in pending proposals to bypass the lock on protected files. Without this field, /accept-proposal can’t edit the target file — as discovered during the FR-002 review session.
Spec
Add target-file: after category: in the frontmatter:
---
type: proposal
source: ""
category: skills | agents | hooks | features | code
target-file: ""
created: YYYY-MM-DD
updated: YYYY-MM-DD
status: pending
---Impact
vault/_templates/proposal.md— add one frontmatter field- Future proposals will include
target-file:so the accept flow works without manual fixes