What problem does it solve?
Scheduling recurring aeo-baseline runs typically requires manual setup of cron/launchd, scaffolding wrapper scripts, and tracking installation state. This skill automates that lifecycle across workspaces so you can maintain consistent visibility tracking without manual infra.
Core Features & Use Cases
- Generates platform-appropriate schedulers (launchd on macOS, cron on Linux) to invoke aeo-baseline --yes.
- Produces a wrapper script that sources workspace .env and runs the baseline with logs under aeo-data.
- Maintains per-workspace state under ~/.aeo-track to support multiple projects and easy removal.
- Supports install, status, and remove workflows for end-to-end lifecycle.
Quick Start
Run aeo-track --install --workdir /path/to/workspace --baseline-script /path/to/aeo-baseline/scripts/baseline.py to generate a dry-run, then re-run with --apply to activate.