cursor-after-file-edit-context

Return lightweight post-edit quality context after Cursor file edits.

hook AfterFileEdit cursor mode: context

Return lightweight post-edit quality context after Cursor file edits.

FieldValue
idcursor-after-file-edit-context
status_messageChecking post-edit quality
modecontext
logical_eventAfterFileEdit
commandpython3 {repo_root}/hooks/wagents-hook.py cursor-after-file-edit-context --harness {harness}
timeout5
harnesses["cursor"]
Full hook config + policy reference
config/hook-registry.json (entry)
{
"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


View source on GitHub