nova
v5.55.1AI 개발 품질 게이트 — 적대적 코드 리뷰, 멀티 AI 교차검증, 설계-구현 정합성 검증으로 재작업을 제거한다.
By Spacewalk EngineeringLicense: MIT2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install nova for Codex and Claude Code
codex plugin marketplace add TeamSPWK/nova
codex plugin marketplace upgrade nova-marketplace
codex plugin add nova@nova-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the nova-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “nova” remain stable.
- Codex:
nova@agent-plugin-marketplace→nova@nova-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/TeamSPWK/novaClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- node
- args
- ./mcp-server/dist/index.js
Plugin manifests2
{
"name": "nova",
"version": "5.55.1",
"description": "AI 개발 품질 게이트 — 적대적 코드 리뷰, 멀티 AI 교차검증, 설계-구현 정합성 검증으로 재작업을 제거한다.",
"author": {
"name": "Spacewalk Engineering",
"email": "[email protected]",
"url": "https://spacewalk.tech"
},
"homepage": "https://github.com/TeamSPWK/nova",
"repository": "https://github.com/TeamSPWK/nova",
"license": "MIT",
"skills": "./.claude/skills/",
"mcpServers": "./.codex-plugin/.mcp.json",
"keywords": [
"quality-gate",
"adversarial-review",
"cross-verification",
"cps",
"code-review"
],
"interface": {
"displayName": "Nova",
"shortDescription": "Quality gates for AI coding agents",
"longDescription": "Use Nova in Codex for adversarial review, quality gates, cross-verification, project state continuity, and access to the Nova MCP tools.",
"developerName": "Spacewalk Engineering",
"category": "Development",
"capabilities": [
"Read",
"Interactive"
],
"websiteURL": "https://github.com/TeamSPWK/nova",
"privacyPolicyURL": "https://github.com/TeamSPWK/nova",
"termsOfServiceURL": "https://github.com/TeamSPWK/nova/blob/main/LICENSE",
"defaultPrompt": [
"Use Nova to review this change",
"Use Nova to plan this task",
"Check this project with Nova"
],
"brandColor": "#3B82F6",
"screenshots": []
}
}{
"name": "nova",
"version": "5.55.1",
"description": "AI Agent Ops framework for Claude Code — independent evaluator, adversarial review, and pre-commit quality gate for AI-generated code.",
"author": {
"name": "Spacewalk Engineering",
"email": "[email protected]",
"url": "https://spacewalk.tech"
},
"homepage": "https://github.com/TeamSPWK/nova",
"repository": "https://github.com/TeamSPWK/nova",
"license": "MIT",
"keywords": [
"quality-gate",
"harness-engineering",
"adversarial-review",
"cross-verification",
"cps",
"code-review",
"gap-analysis",
"session-hook",
"subagent",
"mcp-server"
],
"tool_contract": {
"_nova_comment": "Nova 도구 제약 계약 (Sprint 2a). Claude Code v2.1.112 plugin.json 공식 스키마는 permission 필드를 지원하지 않음(U1 해소: docs/unknowns-resolution.md §U1). 이 필드는 scripts/audit-agent-tools.sh의 대조 소스이자 런타임 enforcement(Sprint 2b — .claude/settings.json PreToolUse 훅)의 선언적 근거로만 사용된다.",
"version": 1,
"default": [
"Read",
"Glob",
"Grep"
],
"per_agent": {
"architect": [
"Read",
"Glob",
"Grep",
"Agent",
"WebSearch",
"SendMessage"
],
"devops-engineer": [
"Read",
"Glob",
"Grep",
"Edit",
"Write",
"Bash",
"SendMessage"
],
"qa-engineer": [
"Read",
"Glob",
"Grep",
"Bash",
"SendMessage"
],
"security-engineer": [
"Read",
"Glob",
"Grep",
"SendMessage"
],
"senior-dev": [
"Read",
"Glob",
"Grep",
"Edit",
"Write",
"Bash",
"Agent",
"SendMessage"
],
"refiner": [
"Read",
"Glob",
"Grep",
"SendMessage"
]
},
"deferred_allow": [
"ToolSearch"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[nova on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nova)