Carol — back to Apps ← Apps

Carolopedia

A friendly guide to Carol, her ecosystem, and the agents who built her.

📖 CarolopediaDroidsVerifier
Verifier

Verifier

Droid Post-push verification — remote sync check
Go to droid →

📖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.

CAROL-INI-0013-00: Complete Carol planner self-hosting (B.3 + beyond)
Build pipeline gaps (updated 2026-04-19 session, 19 total). STRATEGIC PHASE PARTIALLY WORKS (SP-01 runs 70s/cache-hit, writes summary). TACTICAL + EXECUTION never crossed strategi\u2026
Orion · 2026-05-14 17:23
Browse all initiatives →