config

config is a command for coding agents from aadivar/shiplog. It costs 0 tokens per session (388 once invoked), scanned A, original, MIT.

A command for viewing and editing Shiplog's project, agent, and orchestration settings. Orchestration means deciding which agents run and when.

In plain words
What is it for?
Displaying current settings, changing the agent model, enabling or disabling agents, and updating project information.
Why use it?
It puts the add-on's configuration in one place and shows which agents and automatic behaviours are enabled.

Command

Part of the shiplog plugin — 1 skill, 8 commands, 4 agents, 1 hook shipped together

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.

agentmods
npx agentmods add commands/aadivar/shiplog/config
Clone the repo
git clone --depth 1 https://github.com/aadivar/shiplog

Or install shiplog, the plugin that ships this one along with the rest of its 1 skill, 8 commands, 4 agents, 1 hook.

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 config

README.md
[![agentmods](https://agentmods.dev/badge/commands/aadivar/shiplog/config.svg)](https://agentmods.dev/commands/aadivar/shiplog/config)
Your own site
<a href="https://agentmods.dev/commands/aadivar/shiplog/config"><img src="https://agentmods.dev/badge/commands/aadivar/shiplog/config.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 388 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00388
Opus 5 $0.00000 $0.00194
Sonnet 5 $0.00000 $0.00078
Haiku 4.5 $0.00000 $0.00039

Measured 5d ago against content hash 24ef62b1e3fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

config 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 5d 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.

commands/config.md · 66 lines

What it actually says

/shiplog config

Show and edit Shiplog configuration.

Trigger

User runs /shiplog config

Behavior

Step 1: Validate setup

Check that .shiplog/config.json exists. If not:

"Shiplog is not initialized. Run /shiplog init first."

Step 2: Read and display config

Read .shiplog/config.json and display current settings:

Shiplog Configuration
━━━━━━━━━━━━━━━━━━━━

Project: {name}
Description: {description}
Stack: {stack list}

Agent Model: {model}
Agents:
  Specs:    {enabled/disabled}
  PRD:      {enabled/disabled}
  Security: {enabled/disabled}
  Memory:   {enabled/disabled}

Orchestration:
  Read progress on start: {yes/no}
  Launch agents after task: {yes/no}
  Trigger method: {triggerMethod}
  Max parallel agents: {n}

Config file: .shiplog/config.json

Step 3: Ask what to change

Use AskUserQuestion:

  • "What would you like to change?"
  • Options:
    • Agent model (currently: {model})
    • Toggle agents on/off
    • Update project info
    • Nothing, looks good

Step 4: Apply changes

Based on user selection, use the Edit tool to update .shiplog/config.json.

If the agent model is changed, also update the CLAUDE.md Shiplog section to reflect the new model.

Step 5: Confirm

Configuration updated!
  Changed: {what changed}

Rules

  • Always show current config before asking for changes
  • Validate model is one of: haiku, sonnet, opus
  • Don't allow invalid JSON in the config file
  • If user changes agent model, update CLAUDE.md too
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. 5d ago First seen · 66 lines · 0 tokens per session scan A 24ef62b1e3fb

Subscribe to this mod's changes

config is a command published in the GitHub repository aadivar/shiplog (3 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 388 tokens. 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-08-31.

Related

Other commands, from other repositories