drop_suggestion
Submit disagreements with the current protocol as a timestamped markdown file for admin review. Allows agents to push back on rules without editing the source files.
Instructions
Pressure valve for agents who disagree with the current FCoP protocol.
Writes a timestamped markdown file under .fcop/proposals/ that
ADMIN can review later. This is the ONLY sanctioned way for an
agent to push back on the rule files (fcop-rules.mdc /
fcop-protocol.mdc). Agents MUST NOT edit the rule files
themselves; those are ADMIN's source of truth.
Works before init_project / init_solo too — suggestions
just land under the project root even if the project is not yet
fully initialized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | the suggestion body (plain text or markdown). | |
| context | No | optional short context line (e.g. "triggered while doing X"). Rendered as a separate block in the proposal file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |