bootstrap

Installation
SKILL.md

Bootstrap — minimal project setup

Bootstrap fills only missing AgentOps entry documents and the default durable verdict directory. It does not initialize Git, install hooks, create tracker state, start runtimes, or impose a delivery workflow.

Never-overwrite is what makes bootstrap safe to run on any repository: a setup step that can only add is idempotent by construction, while one that can replace must first prove it understands what it is replacing.

Named failure mode — scaffold sprawl: creating files the caller never requested because a "complete" setup feels more helpful than a minimal one.

Anti-pattern: inferring product intent from directory names and READMEs to avoid asking the caller. Corrective: ask for the missing content; a wrong PRODUCT.md written confidently is worse than a question.

Procedure

Installs
81
Repository
boshu2/agentops
GitHub Stars
426
First Seen
Mar 31, 2026
bootstrap — boshu2/agentops