cursor-after-file-edit-context
Return lightweight post-edit quality context after Cursor file edits.
hook
AfterFileEdit
cursor
mode: context
config/hook-registry.json (entry)
Return lightweight post-edit quality context after Cursor file edits.
Registry Entry
Section titled “Registry Entry”| Field | Value |
|---|---|
| id | cursor-after-file-edit-context |
| status_message | Checking post-edit quality |
| mode | context |
| logical_event | AfterFileEdit |
| command | python3 {repo_root}/hooks/wagents-hook.py cursor-after-file-edit-context --harness {harness} |
| timeout | 5 |
| harnesses | ["cursor"] |
Full hook config + policy reference
{ "id": "cursor-after-file-edit-context", "description": "Return lightweight post-edit quality context after Cursor file edits.", "status_message": "Checking post-edit quality", "mode": "context", "logical_event": "AfterFileEdit", "command": "python3 {repo_root}/hooks/wagents-hook.py cursor-after-file-edit-context --harness {harness}", "timeout": 5, "harnesses": [ "cursor" ]}Command: python3 .../wagents-hook.py cursor-after-file-edit-context --harness cursor
Resources
Section titled “Resources”Hooks HubAll repo-managed lifecycle hooks.
wagents hooksInspect and validate hooks via CLI.
