Skip to content

Commit f87dcd8

Browse files
committed
Update nlpm to v1.2.0 — recut vocabulary-canon release as a minor (was 1.1.3)
1 parent d26d596 commit f87dcd8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"url": "https://github.com/xiaolai/nlpm.git"
9696
},
9797
"description": "Natural-Language Programming reference knowledge as Codex skills — the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides. Knowledge skills, not commands: load $nlpm-rules + $nlpm-scoring to score an artifact, $nlpm-conventions-codex for the Codex skill layout. The interactive /nlpm:* linting commands remain a Claude Code plugin; cross-tool deterministic checks use the standalone bin/nlpm-check.",
98-
"version": "1.1.3",
98+
"version": "1.2.0",
9999
"author": {
100100
"name": "xiaolai"
101101
},

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"repo": "xiaolai/nlpm"
175175
},
176176
"description": "Natural-Language Programming Manager — score, check, fix, and test NL artifacts across Claude Code, Codex CLI, and Antigravity. Tier-aware scoring with per-tool overlays. v1.0.0 marks the multi-tool branded release: nlpm:conventions splits into universal floor + per-tool overlays (conventions-claude, conventions-codex, conventions-antigravity); the scoring rubric splits Hooks per tool (the three event vocabularies are not 1:1 mappable); new artifact rows for .codex-plugin/plugin.json, .agents/plugins/marketplace.json, agents/openai.yaml sidecars, gemini-extension.json, LSP, monitors. Standalone Python validator (bin/nlpm-check) remains tool-agnostic and Claude-Code-free for pre-commit hooks and CI.",
177-
"version": "1.1.3",
177+
"version": "1.2.0",
178178
"author": {
179179
"name": "xiaolai"
180180
},

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ codex plugin marketplace add xiaolai/claude-plugin-marketplace
3434
| [grill](https://github.com/xiaolai/grill-for-claude) | Grill — deep codebase interrogation with 6 specialized agents, 5 review styles, and 8 add-on pressure tests | 1.3.0 |
3535
| [reason-grill](https://github.com/xiaolai/reason-grill-for-claude) | reason-grill — deep argument interrogation: map a claim, then attack it from five adversarial angles (logic, evidence, counter, assumptions, integrity); a six-check calibration gate refuses to manufacture objections; returns a calibrated verdict (HOLDS / HOLDS-IF-NARROWED / WOUNDED / DEFEATED) | 0.3.0 |
3636
| [docs-guardian](https://github.com/xiaolai/docs-guardian-for-claude) | Docs Guardian — documentation quality and freshness enforcer with staleness detection, accuracy checking, and auto-generation | 0.1.8 |
37-
| [nlpm](https://github.com/xiaolai/nlpm) | NLPM — score, check, fix, and test NL artifacts across **Claude Code, Codex CLI, and Antigravity**; tier-aware scoring with per-tool overlays (universal `nlpm:conventions` floor + `conventions-claude`, `conventions-codex`, `conventions-antigravity` overlays); per-tool Hooks tables (the three event vocabularies aren't 1:1 mappable); standalone Python validator (`bin/nlpm-check`) remains tool-agnostic for pre-commit hooks and CI; manifest-vs-disk consistency check still the differentiator in the Claude ecosystem | 1.1.3 |
37+
| [nlpm](https://github.com/xiaolai/nlpm) | NLPM — score, check, fix, and test NL artifacts across **Claude Code, Codex CLI, and Antigravity**; tier-aware scoring with per-tool overlays (universal `nlpm:conventions` floor + `conventions-claude`, `conventions-codex`, `conventions-antigravity` overlays); per-tool Hooks tables (the three event vocabularies aren't 1:1 mappable); standalone Python validator (`bin/nlpm-check`) remains tool-agnostic for pre-commit hooks and CI; manifest-vs-disk consistency check still the differentiator in the Claude ecosystem | 1.2.0 |
3838
| [claude-english-buddy](https://github.com/xiaolai/claude-english-buddy-for-claude) | English language coach — auto-corrects prompts, translates non-English, tracks improvement over time | 0.5.1 |
3939
| [mermaid-preview](https://github.com/xiaolai/mermaid-preview-for-claude) | Mermaid Preview — auto-preview diagrams in the browser on Write/Edit, offline-safe, dark-mode aware; opens the tab once per file | 0.1.4 |
4040
| [ui-tokenize](https://github.com/xiaolai/ui-tokenize) | UI Tokenize — block hardcoded UI values; rewrite-first PreToolUse hook corrects literals to design-token references on the way to disk; configurable `strict` / `advisory` strictness; per-project `surfaces` (by file kind) and `ignore` (by path) exclusion honored by hooks and audit; `/tokenize:review` dispatches the `token-reviewer` agent for semantic mis-pick review | 0.4.1 |
@@ -58,7 +58,7 @@ Most ports keep their skills under `codex/skills/`. `xros` instead ships a **sin
5858
| [grill](https://github.com/xiaolai/grill-for-claude) | Grill — deep codebase interrogation with 7 specialized analysis skills, 5 review styles, and 8 add-on pressure tests | 1.3.0 | Install smoke-tested with Codex CLI 0.144.3 |
5959
| [reason-grill](https://github.com/xiaolai/reason-grill-for-claude) | reason-grill — deep argument interrogation: map a claim, attack it from five adversarial angles (logic, evidence, counter, assumptions, integrity) via $reason-grill-roast; a calibration gate refuses to manufacture objections; returns a calibrated verdict | 0.3.0 | Install smoke-tested with Codex CLI 0.144.3 |
6060
| [eou-foundry](https://github.com/xiaolai/eou-foundry) | EOU Foundry — turn messy workflows into auditable Executable Operating Units with recursive governance (12 skills: candidate generation, audit, specify, refactor, promote, foundry-wide audit, ECP authoring, init scaffolding, Stage 0 capture, judgment audit). v0.7.0 ships Stage 0 (captured_workflow + per-app domain_values constitutional layer + Rule 96 consumption). v0.8.0 ships agentic judgment (judgment_authorized flag, value_invocations trace, F14–F17 taxonomy, judgment_maturity J0–J4 axis, $audit-judgment skill, Rule 97, counterfactual-swap audit). | 0.8.1 | Install smoke-tested with Codex CLI 0.144.3 |
61-
| [nlpm](https://github.com/xiaolai/nlpm) | NLPM — reference-knowledge skills (17): the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides. Knowledge skills, not commands — `$nlpm-rules` + `$nlpm-scoring` to score an artifact, `$nlpm-conventions-codex` for the Codex layout. The interactive `/nlpm:*` linting commands stay a Claude Code plugin (they orchestrate sub-agents); cross-tool deterministic checks use the standalone `bin/nlpm-check`. | 1.1.3 | Install smoke-tested with Codex CLI 0.144.3; command/agent orchestration stays Claude-only |
61+
| [nlpm](https://github.com/xiaolai/nlpm) | NLPM — reference-knowledge skills (17): the 50 Rules, the 100-point scoring rubric, per-tool conventions (Claude Code / Codex CLI / Antigravity), anti-patterns, vocabulary discipline, and authoring guides. Knowledge skills, not commands — `$nlpm-rules` + `$nlpm-scoring` to score an artifact, `$nlpm-conventions-codex` for the Codex layout. The interactive `/nlpm:*` linting commands stay a Claude Code plugin (they orchestrate sub-agents); cross-tool deterministic checks use the standalone `bin/nlpm-check`. | 1.2.0 | Install smoke-tested with Codex CLI 0.144.3; command/agent orchestration stays Claude-only |
6262
| [xros](https://github.com/xiaolai/xros) | XROS — an eXecutable Research Operating System. Four skills (`$xros-compile`, `$xros-sharpen`, `$xros-run`, `$xros-reason`): turn an investigation into a verifiable methodology spec, then gate the verdict on a real oracle's exit code. Founding rule: no verification, no claim. Ships a dependency-free validator + conformance suite. | 0.3.0 | Install smoke-tested with Codex CLI 0.144.3 |
6363

6464
**Pending ports**: tdd-guardian, loc-guardian, docs-guardian, echo-sleuth, claude-english-buddy. The Claude↔Codex delegation lane is now handled by [`cc-suite`](https://github.com/xiaolai/cc-suite) (single plugin, bidirectional). `codex-guardian` (Codex-artifact auditor) remains a planned future addition for the Codex-only audit niche.

0 commit comments

Comments
 (0)