Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
📖About & Usage
Owner agent — accountability this droid serves
Forge executes implementation work by writing code, running scripts, and modifying data. VF-S1 verifies that after Forge pushes work to the remote repository, nothing is left behind locally and the code has no obvious syntax problems.
Droid responsibility
After Forge pushes code, VF-S1 runs automatically to verify the push was complete and clean. It checks that all work made it to the remote, no changes are left uncommitted, and the Python code is syntactically valid. This gives Forge and the team confidence the implementation is ready.
What the droid actually does
- Checks the remote branch exists and is reachable
- Confirms all local commits made it to the remote
- Verifies no changes are left uncommitted
- Runs syntax checks on recently modified Python files
- Scans for merge conflict markers
- Alerts the team if any check fails
Boundaries
VF-S1 only checks — it never fixes, deploys, or modifies files. It doesn't run tests or validate that code logic is correct. It focuses on Python syntax; other file types get only basic checks for conflict markers.
👤Owner
Forge · Developer📚Recent initiatives
Initiatives that touched this droid — a short summary each; open one for the full story.