deploy

A deployment command for updating the Jarvis system and checking that its services still run. Deployment means applying code or configuration changes to a running system.

In plain words
What is it for?
Use it to check system health, review changed files, update launch and scheduled-task configuration, restart the Discord bot, inspect logs, and run smoke or end-to-end tests. A smoke test is a quick check that the main system path still works.
Why use it?
It organizes the checks and restart steps needed after an update, reducing the chance that a bot, scheduled job, or background service is left in a broken state.

Command

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/ramsbaby/jarvis/deploy
Clone the repo
git clone --depth 1 https://github.com/Ramsbaby/jarvis
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 293 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.00048 $0.00293
Opus 5 $0.00024 $0.00147
Sonnet 5 $0.00010 $0.00059
Haiku 4.5 $0.00005 $0.00029

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

Security

Grade A, and why

deploy 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 2d 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.

dotfiles/claude/commands/deploy.md · 47 lines

What it actually says

Jarvis 배포/업데이트

Jarvis AI 시스템을 안전하게 업데이트합니다.

배포 전 체크리스트

  1. 현재 시스템 상태 확인 (/doctor)
  2. 변경된 파일 확인
  3. Discord bot 활성 세션 없는지 확인

배포 단계

LaunchAgent 업데이트

launchctl unload ~/Library/LaunchAgents/ai.jarvis.discord-bot.plist
# ... 파일 수정 ...
launchctl load ~/Library/LaunchAgents/ai.jarvis.discord-bot.plist

크론 업데이트

crontab -e
# 변경 후 즉시 적용됨

tasks.json 업데이트

# ~/.jarvis/config/tasks.json 수정
# jarvis-cron.sh가 다음 실행 시 자동 반영

검증

# Discord bot 재시작 확인
launchctl list | grep jarvis
tail -5 ~/.jarvis/logs/watchdog.log

# 크론 테스트
~/.jarvis/bin/jarvis-cron.sh system-health

# E2E
~/.jarvis/scripts/e2e-test.sh
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. 2d ago First seen · 47 lines · 48 tokens per session scan A de82d860939a

Subscribe to this mod's changes

deploy is a command published in the GitHub repository Ramsbaby/jarvis (15 stars, last pushed 10d ago), licensed MIT. It adds 48 tokens to every session and 293 once invoked, about $0.0002 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-08-30.