nova CLAUDE.md

A project instruction file for Nova, an AI operations framework distributed as a Claude Code plugin. It tells the agent which language to use, how to apply Nova's quality rules, and how to build, test, and release the project.

In plain words
What is it for?
Use it when developing the Nova plugin, especially for session-start rules, script tests, version changes, and keeping related documentation synchronized.
Why use it?
It gives the agent consistent project rules and checks, reducing missed tests, outdated instructions, and release mistakes.

Instructions file

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 instructions/teamspwk/nova/claude-md
Clone the repo
git clone --depth 1 https://github.com/TeamSPWK/nova
Per session 1,944 This file is loaded in full into every session.
When invoked 1,944 The same file — it is already loaded in full.
Security scan A 1 finding. 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.01944 $0.01944
Opus 5 $0.00972 $0.00972
Sonnet 5 $0.00389 $0.00389
Haiku 4.5 $0.00194 $0.00194

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

Security

Grade A, and why

nova CLAUDE.md 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 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.

Makes network callslowCapability

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

- `scripts/.nova-version` — 원격 버전 체크용 (단일 파일 curl)
CLAUDE.md · 150 lines

How it starts

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

Nova

AI Agent Ops 프레임워크 — Claude Code 플러그인으로 배포. 환경·맥락·품질·협업·진화 5기둥으로 에이전트가 안정적으로 일하도록 만든다. 품질 게이트는 그중 가장 강한 기둥(세션마다 자동 주입되는 유일한 전역 규칙).

Language

  • Claude는 사용자에게 항상 한국어로 응답한다.

Nova Quality Gate

이 프로젝트는 Nova Quality Gate 방법론을 따른다. 자동 적용 규칙은 hooks/session-start.sh가 매 세션 주입한다 (경량 요약). 규칙 상세 소스: docs/nova-rules.md (§1~§9).

규칙 수정 시 반드시 session-start.sh와 동기화. CLAUDE.md만 수정하면 사용자에게 반영 안 됨.

Build & Test

bash tests/test-scripts.sh                              # 전체 테스트 (ALL PASS 확인)
bash hooks/session-start.sh | python3 -m json.tool      # session-start JSON 유효성
bash scripts/bump-version.sh <patch|minor|major>         # 버전 범프

릴리스 전 스크립트 단위 검증

서브에이전트 필드 테스트는 설치된 플러그인 버전을 참조하므로, 커밋 전에는 스크립트 출력을 직접 검증한다. 검증 예제는 tests/test-scripts.sh 상단 주석 참조.

검증 관점: 구조(섹션 존재/부재) · 포맷(출력 형식) · 동기화(nova-rules.md, session-start.sh, commands/.md, skills//SKILL.md 일괄 반영)

플러그인 배포 구조 (필수 이해)

Nova는 Claude Code 플러그인이다. 이 CLAUDE.md는 Nova 개발용이지, 플러그인 사용자에게 전달되지 않는다.

플러그인 사용자에게 전달되는 파일:

파일 전달 방식 수정 시 반영
commands/*.md 슬래시 커맨드 플러그인 업데이트 시 자동
agents/*.md 에이전트 타입 플러그인 업데이트 시 자동
skills/*/SKILL.md 스킬 플러그인 업데이트 시 자동
hooks/session-start.sh SessionStart additionalContext 플러그인 업데이트 시 자동
CLAUDE.md 전달 안 됨 반영 안 됨

session-start.sh 동기화 규칙

hooks/session-start.sh는 매 세션 시작 시 자동 주입되는 유일한 전역 규칙이다. 자동 적용 규칙을 변경하면 반드시 동기화한다:

1. docs/nova-rules.md 수정 (소스)
2. hooks/session-start.sh additionalContext 동기화
3. bash hooks/session-start.sh | python3 -m json.tool  ← JSON 유효성 확인
4. bash tests/test-scripts.sh  ← 동기화 테스트 통과 확인

커맨드/스킬 추가 체크리스트

새 커맨드(.claude/commands/*.md) 또는 스킬(.claude/skills/*/SKILL.md)을 추가할 때 반드시 동기화:

1. hooks/session-start.sh 커맨드 목록에 /nova:{이름} 추가   ← 테스트가 자동 검증
2. .claude/commands/next.md 워크플로우 추천 경로에 추가 (해당 시)
3. 관련 커맨드에 크로스 레퍼런스 추가 (해당 시)
4. tests/test-scripts.sh EXPECTED_COMMANDS 배열에 추가       ← 테스트가 자동 검증
5. bash tests/test-scripts.sh 통과 확인

Read the full file on GitHub · 150 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. 2d ago First seen · 150 lines · 1,944 tokens per session scan A c023aee276cc

Subscribe to this mod's changes

nova CLAUDE.md is an instructions file published in the GitHub repository TeamSPWK/nova (2 stars, last pushed 2d ago), licensed MIT. It adds 1,944 tokens to every session, about $0.0097 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.

Related

Other instructions, from other repositories