Expand description
Context file management for Ralph’s agent files.
This module handles operations on context files (STATUS.md, NOTES.md, ISSUES.md)
in the .agent/ directory, including cleanup for isolation mode and fresh eyes
for the reviewer phase.
Constants§
Functions§
- clean_
context_ for_ reviewer - Clean context before reviewer phase.
- clean_
context_ for_ reviewer_ at - Clean context before reviewer phase at a specific repository path.
- clean_
context_ for_ reviewer_ with_ workspace - Clean context before reviewer phase using workspace.
- delete_
issues_ file_ for_ isolation - Delete ISSUES.md after the final fix iteration completes in isolation mode.
- delete_
issues_ file_ for_ isolation_ at - Delete ISSUES.md after the final fix iteration completes in isolation mode at a specific repository path.
- delete_
issues_ file_ for_ isolation_ with_ workspace - Delete ISSUES.md after the final fix iteration completes using workspace.
- overwrite_
one_ liner - Overwrite a file with a single-line content.
- reset_
context_ for_ isolation - Delete STATUS.md, NOTES.md and ISSUES.md for isolation mode.
- reset_
context_ for_ isolation_ at - Delete STATUS.md, NOTES.md and ISSUES.md for isolation mode at a specific repository path.
- update_
status - Update the status file with minimal, vague content.
- update_
status_ at - Update the status file with minimal, vague content at a specific repository path.
- update_
status_ with_ workspace - Update the status file with minimal, vague content using workspace.