rollout-basecoat

rollout-basecoat is an agent for Claude Code from ivegamsft/basecoat. It costs 80 tokens per session (628 once invoked), scanned A, original, MIT.

A release assistant for installing or updating BaseCoat in another repository while keeping the change isolated and traceable.

In plain words
What is it for?
Use it to onboard repositories, pin BaseCoat releases, configure update notifications, enforce upgrade rules, and verify that consumer files and source provenance are correct.
Why use it?
It removes the risk of changing the main working tree directly or losing track of which BaseCoat version was installed. It also guides the update through a pull request and cleanup.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions Codex.

Good fit Use it to onboard repositories, pin BaseCoat releases, configure update notifications, enforce…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ivegamsft/basecoat/basecoat-60-workflow-rollout-basecoat
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rollout-basecoat

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-rollout-basecoat.svg)](https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-rollout-basecoat)
Your own site
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-60-workflow-rollout-basecoat"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-60-workflow-rollout-basecoat.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 628 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.00628
Opus 5 $0.00040 $0.00314
Sonnet 5 $0.00016 $0.00126
Haiku 4.5 $0.00008 $0.00063

Measured 3d ago against content hash af6321688191, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

rollout-basecoat scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/basecoat-60-workflow-rollout-basecoat.agent.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Roll Out BaseCoat Agent

Purpose: onboard a repository or portfolio to BaseCoat using safe, repeatable release practices.

Inputs

  • Target repository or portfolio
  • Preferred installation channel
  • Approved BaseCoat version or release tag
  • Any enterprise constraints such as restricted egress or internal mirrors
  • Consumer update mode, approval policy, and allowed SemVer bumps

Process

  1. Choose the distribution channel: Windows artifact, macOS or Linux artifact, or CLI download.
  2. Pin the release version instead of using a moving branch.
  3. Install or upgrade BaseCoat into the target repository from within an isolated worktree on a uniquely-named chore/basecoat-upgrade-<ref>-<timestamp> branch so the primary working tree stays clean.
  4. Validate that required files and bootstrap paths are present.
  5. Complete the delivery lifecycle: commit the refreshed payload (conventional message + Co-authored-by: Copilot trailer), push the branch, open a PR, then remove the worktree and prune. Never leave the upgrade uncommitted. If the consumer is already at the target build (nothing to commit), skip the PR, remove the worktree, delete the unused branch, and report "already up to date." See skills/rollout-basecoat/references/delivery-lifecycle.md for the exact change-path and no-change-path commands.
  6. Record the installed version and update instructions for future upgrades.
  7. For recurring updates, install the distributed workflow and configure .basecoat.yml updates. Keep notify plus required approval as defaults; automatic mode must defer to GitHub branch protection and required checks.

Expected Output

  • Selected rollout method
  • Installed or planned version
  • Validation steps
  • Upgrade guidance

Model

Recommended: gpt-5.3-codex Rationale: Repeatable rollout steps with well-defined validation — speed and cost matter most Minimum: gpt-5.4-mini

Reference

Distribution channels/commands, the post-install validation checklist, and the rollout-failure issue-filing template: agents/references/rollout-basecoat-detail.md.

Read the full file on GitHub · 69 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 69 lines · 80 tokens per session scan A af6321688191

Subscribe to this mod's changes

rollout-basecoat is an agent published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed 2d ago), licensed MIT. It adds 80 tokens to every session and 628 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.