Files
firefrost-operations-manual/automation/README.md
Michael Krause d664f5ce5b Add Firefrost Automation System
Initial automation framework:
- executor.sh: Runs queued tasks and commits results
- automation-daemon.sh: Watches Git for new tasks every 10s
- queue/: Tasks from Claude (*.sh files)
- results/: Execution results committed back
- logs/: Execution logs and completed tasks

System enables Claude to commit operations to Git,
TX1 pulls and executes automatically, then commits results back.

Reduces manual copy/paste from Michael to ONE command at session start.
Built for marathon sessions and medical accessibility needs.

Phase 1 complete - ready for testing
2026-02-09 10:05:09 -06:00

227 B

Firefrost Automation System

This directory contains the Git-based automation system for TX1.

  • queue/ - Commands from Claude to be executed
  • results/ - Execution results committed back
  • logs/ - Execution logs and history