update

update is a command for Claude Code from leee880619-commits/ClaudeCode-Harness-Setup-Assistant. It costs 24 tokens per session (492 once invoked), scanned A, original, Apache-2.0.

A command for checking whether the installed harness-architect add-on has a newer GitHub release.

In plain words
What is it for?
Use it to read the installed version, query GitHub for the latest release, compare semantic versions, and display up to 30 lines of release notes.
Why use it?
It saves you from manually comparing versions and reports either that the installation is current or what changed in the latest release.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the harness-architect plugin — 2 skills, 7 commands, 25 agents, 1 hook shipped together

Good fit Use it to read the installed version, query GitHub for the latest release, compare semantic versions, and display up to 30 lines of release notes.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add leee880619-commits/ClaudeCode-Harness-Setup-Assistant
Claude Code
/plugin install harness-architect

Made for: Claude Code.

Or install harness-architect, the plugin that ships this one along with the rest of its 2 skills, 7 commands, 25 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 update

README.md
[![agentmods](https://agentmods.dev/badge/commands/leee880619-commits/claudecode-harness-setup-assistant/update.svg)](https://agentmods.dev/commands/leee880619-commits/claudecode-harness-setup-assistant/update)
Your own site
<a href="https://agentmods.dev/commands/leee880619-commits/claudecode-harness-setup-assistant/update"><img src="https://agentmods.dev/badge/commands/leee880619-commits/claudecode-harness-setup-assistant/update.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 492 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00024 $0.00492
Opus 5 $0.00012 $0.00246
Sonnet 5 $0.00005 $0.00098
Haiku 4.5 $0.00002 $0.00049

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

Security

Grade A, and why

update scanned grade A with 1 finding 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 7d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -sf --max-time 5 \
commands/update.md · 61 lines

What it actually says

아래 절차를 순서대로 실행하세요. AskUserQuestion 없이 정보를 수집하고 결과를 출력합니다.

실행 절차

Step 1 — 현재 설치 버전 확인

${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json 을 읽어 version 필드를 추출합니다.

CLAUDE_PLUGIN_ROOT 환경변수가 없거나 파일이 없으면:

"harness-architect 플러그인 경로를 찾을 수 없습니다. claude --plugin-dir 옵션으로 실행 중인지 확인하세요." 를 출력하고 종료합니다.

Step 2 — GitHub 최신 릴리즈 조회

아래 명령을 실행합니다:

curl -sf --max-time 5 \
  -H "Accept: application/vnd.github+json" \
  "https://api.github.com/repos/leee880619-commits/ClaudeCode-Harness-Setup-Assistant/releases/latest"

실패(네트워크 오류, 타임아웃)하면:

"GitHub에 연결할 수 없습니다. 네트워크 상태를 확인하세요." 를 출력하고 종료합니다.

응답에서 tag_name(최신 버전)과 body(릴리즈 노트)를 추출합니다. tag_name 앞의 v 접두어는 제거해 순수 semver(예: 0.9.1)로 정규화합니다.

Step 3 — 버전 비교 및 결과 출력

최신 버전 ≤ 현재 버전인 경우:

harness-architect v{현재버전} — 최신 버전입니다.

최신 버전 > 현재 버전인 경우:

아래 형식으로 출력합니다:

harness-architect 업데이트 available

  설치됨:  v{현재버전}
  최신:    v{최신버전}

변경사항:
{릴리즈 노트 body — 마크다운 그대로 출력, 최대 30줄}

업데이트하려면:
  /plugin update harness-architect

릴리즈 노트가 30줄을 초과하면 30줄만 출력 후 "... (전체 내용: GitHub Releases 참조)" 를 추가합니다.

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. 7d ago First seen · 61 lines · 24 tokens per session scan A ef46e7815920

Subscribe to this mod's changes

update is a command published in the GitHub repository leee880619-commits/ClaudeCode-Harness-Setup-Assistant (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 24 tokens to every session and 492 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.