claude-math 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,17 @@
1
1
  {
2
2
  "name": "vladimirrott",
3
- "owner": { "name": "Vladimir Rotariu" },
4
- "metadata": { "description": "Vladimir's Claude Code plugins" },
3
+ "owner": {
4
+ "name": "Vladimir Rotariu"
5
+ },
6
+ "metadata": {
7
+ "description": "Vladimir's Claude Code plugins"
8
+ },
5
9
  "plugins": [
6
10
  {
7
11
  "name": "claude-math",
8
12
  "source": "./",
9
13
  "description": "Renders math as Unicode glyphs in the terminal instead of unrenderable LaTeX",
10
- "version": "0.1.0"
14
+ "version": "0.3.0"
11
15
  }
12
16
  ]
13
17
  }
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "claude-math",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "Render math legibly in Claude Code. Emits Unicode glyphs instead of unrenderable LaTeX in the terminal (works in every terminal). Graphical sixel/kitty rendering is on the roadmap.",
5
- "author": { "name": "Vladimir Rotariu", "email": "vladimirrott@users.noreply.github.com" },
5
+ "author": {
6
+ "name": "Vladimir Rotariu",
7
+ "email": "vladimirrott@users.noreply.github.com"
8
+ },
6
9
  "license": "MIT",
7
10
  "homepage": "https://github.com/vladimirrott/claude-math",
8
- "keywords": ["math", "latex", "katex", "unicode", "rendering", "skill"]
11
+ "keywords": [
12
+ "math",
13
+ "latex",
14
+ "katex",
15
+ "unicode",
16
+ "rendering",
17
+ "skill"
18
+ ]
9
19
  }
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "claude-math",
3
+ "version": "0.3.0",
4
+ "description": "Emit mathematics as inline Unicode (∑, ≤, ℝ, x², matrices, set-builder) instead of LaTeX, so equations stay legible in the Codex TUI and any terminal. Copy- and search-safe. Also works in Claude Code.",
5
+ "author": {
6
+ "name": "Vladimir Rotariu",
7
+ "url": "https://github.com/vladimirrott"
8
+ },
9
+ "license": "MIT",
10
+ "homepage": "https://github.com/vladimirrott/claude-math",
11
+ "repository": "https://github.com/vladimirrott/claude-math",
12
+ "keywords": [
13
+ "math",
14
+ "latex",
15
+ "unicode",
16
+ "terminal",
17
+ "codex-skills",
18
+ "claude-skills",
19
+ "rendering"
20
+ ],
21
+ "skills": "./skills/",
22
+ "interface": {
23
+ "displayName": "claude-math",
24
+ "shortDescription": "Readable Unicode math in the terminal instead of LaTeX.",
25
+ "longDescription": "A skill that makes the model emit mathematics as inline Unicode glyphs (∑, ≤, ℝ, x², ∫₀¹, matrices, set-builder) instead of LaTeX, so equations stay legible in the Codex TUI and any terminal. Copy- and search-safe (no math-alphanumeric styling codepoints). Also works in Claude Code via the same SKILL.md.",
26
+ "developerName": "Vladimir Rotariu",
27
+ "category": "Productivity",
28
+ "capabilities": [
29
+ "Read",
30
+ "Write"
31
+ ],
32
+ "websiteURL": "https://github.com/vladimirrott/claude-math",
33
+ "defaultPrompt": [
34
+ "State the Shannon entropy and explain each term.",
35
+ "Write the cohort filter as a set-builder expression.",
36
+ "Show the gradient descent update rule."
37
+ ]
38
+ }
39
+ }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to `claude-math` documented here. Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Versioning: [SemVer](https://semver.org/).
4
4
 
5
+ ## [0.3.0](https://github.com/vladimirrott/claude-math/compare/v0.2.0...v0.3.0) (2026-07-18)
6
+
7
+
8
+ ### Features
9
+
10
+ * make claude-math a first-class Codex plugin + harden CI supply chain ([#8](https://github.com/vladimirrott/claude-math/issues/8)) ([9acb093](https://github.com/vladimirrott/claude-math/commit/9acb0934025572daa2607ecd7c7b92b94321bbdd))
11
+
12
+ ## [0.2.0](https://github.com/vladimirrott/claude-math/compare/v0.1.0...v0.2.0) (2026-07-17)
13
+
14
+
15
+ ### Features
16
+
17
+ * **cli:** add --codex install target (drops math-unicode into Codex skills dir) ([#3](https://github.com/vladimirrott/claude-math/issues/3)) ([738a831](https://github.com/vladimirrott/claude-math/commit/738a8312f8c3febd83588657377e8013946400c9))
18
+
5
19
  ## [0.1.0] — 2026-05-20
6
20
 
7
21
  ### Added
package/SECURITY.md ADDED
@@ -0,0 +1,25 @@
1
+ # Security Policy
2
+
3
+ ## Supported versions
4
+
5
+ Only the latest published version of `claude-math` on npm is supported. Fixes
6
+ ship in a new release rather than as patches to older versions.
7
+
8
+ ## Scope
9
+
10
+ `claude-math` is a Claude Code / Codex CLI skill plus a small Node installer. It
11
+ has no network calls and no runtime service. The installer only symlinks or
12
+ copies the skill into your agent's local plugin directory. The main surface
13
+ worth reporting is anything that would let the installer write outside that
14
+ directory or execute untrusted code.
15
+
16
+ ## Reporting a vulnerability
17
+
18
+ Please report privately. Do not open a public issue for security reports.
19
+
20
+ - Preferred: open a [GitHub security advisory](https://github.com/vladimirrott/claude-math/security/advisories/new).
21
+ - Or email the maintainer at the address on the npm package page.
22
+
23
+ You will get an acknowledgement within a few days. Once a fix is released, the
24
+ advisory will be published with credit to the reporter unless you prefer to stay
25
+ anonymous.
@@ -261,14 +261,21 @@ function status() {
261
261
  }
262
262
 
263
263
  function prepack() {
264
- const pluginJsonPath = join(PLUGIN_ROOT, ".claude-plugin", "plugin.json");
265
- const pj = JSON.parse(readFileSync(pluginJsonPath, "utf8"));
266
- if (pj.version !== pkg.version) {
267
- pj.version = pkg.version;
268
- writeFileSync(pluginJsonPath, JSON.stringify(pj, null, 2) + "\n");
269
- log(`synced plugin.json version → ${pkg.version}`);
264
+ syncManifestVersion(join(PLUGIN_ROOT, ".claude-plugin", "plugin.json"), "plugin.json");
265
+ const codexManifest = join(PLUGIN_ROOT, ".codex-plugin", "plugin.json");
266
+ if (existsSync(codexManifest)) {
267
+ syncManifestVersion(codexManifest, ".codex-plugin/plugin.json");
268
+ }
269
+ }
270
+
271
+ function syncManifestVersion(path, label) {
272
+ const manifest = JSON.parse(readFileSync(path, "utf8"));
273
+ if (manifest.version !== pkg.version) {
274
+ manifest.version = pkg.version;
275
+ writeFileSync(path, JSON.stringify(manifest, null, 2) + "\n");
276
+ log(`synced ${label} version → ${pkg.version}`);
270
277
  } else {
271
- log(`plugin.json already at ${pkg.version}`);
278
+ log(`${label} already at ${pkg.version}`);
272
279
  }
273
280
  }
274
281
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-math",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "Render math legibly in Claude Code. Emits Unicode glyphs instead of unrenderable LaTeX in the terminal. (Graphical sixel/kitty rendering is on the roadmap.)",
5
5
  "keywords": [
6
6
  "claude",
@@ -32,7 +32,9 @@
32
32
  },
33
33
  "files": [
34
34
  ".claude-plugin/",
35
+ ".codex-plugin/",
35
36
  "skills/",
37
+ "SECURITY.md",
36
38
  "bin/",
37
39
  "README.md",
38
40
  "LICENSE",