harnessed 3.9.8 → 3.9.10

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.
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  // package.json
2
2
  var package_default = {
3
- version: "3.9.8"};
3
+ version: "3.9.10"};
4
4
 
5
5
  // src/index.ts
6
6
  var VERSION = package_default.version;
@@ -1 +1 @@
1
- {"version":3,"sources":["../package.json","../src/index.ts"],"names":[],"mappings":";AAAA,IAAA,eAAA,GAAA;AAAA,EAEE,OAAA,EAAW,OA+Fb,CAAA;;;AC5FO,IAAM,UAAU,eAAA,CAAI","file":"index.mjs","sourcesContent":["{\n \"name\": \"harnessed\",\n \"version\": \"3.9.8\",\n \"description\": \"AI coding harness package manager + composition orchestrator\",\n \"type\": \"module\",\n \"license\": \"Apache-2.0\",\n \"author\": \"easyinplay\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/easyinplay/harnessed.git\"\n },\n \"homepage\": \"https://github.com/easyinplay/harnessed#readme\",\n \"bugs\": \"https://github.com/easyinplay/harnessed/issues\",\n \"keywords\": [\n \"claude-code\",\n \"ai-harness\",\n \"package-manager\",\n \"composition\",\n \"skill-pack\",\n \"mcp\",\n \"orchestrator\"\n ],\n \"engines\": {\n \"node\": \">=22.0.0\"\n },\n \"packageManager\": \"pnpm@10.12.0\",\n \"bin\": {\n \"harnessed\": \"./dist/cli.mjs\"\n },\n \"main\": \"./dist/index.mjs\",\n \"types\": \"./dist/index.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/index.d.ts\",\n \"import\": \"./dist/index.mjs\",\n \"default\": \"./dist/index.mjs\"\n },\n \"./schemas\": {\n \"types\": \"./dist/schemas/index.d.ts\",\n \"import\": \"./dist/schemas/index.mjs\"\n },\n \"./package.json\": \"./package.json\"\n },\n \"files\": [\n \"dist\",\n \"manifests\",\n \"workflows\",\n \"routing\",\n \"config-templates\",\n \"schemas\",\n \"README.md\",\n \"LICENSE\",\n \"NOTICE\",\n \"THIRD-PARTY-NOTICES.md\"\n ],\n \"scripts\": {\n \"dev\": \"tsup --watch\",\n \"build\": \"tsc --noEmit && tsup\",\n \"build:schema\": \"node ./scripts/build-schema.mjs\",\n \"validate:schema\": \"node ./scripts/validate-schema.mjs\",\n \"typecheck\": \"tsc --noEmit\",\n \"test\": \"vitest run --passWithNoTests\",\n \"test:watch\": \"vitest\",\n \"test:coverage\": \"vitest run --coverage --passWithNoTests\",\n \"bench\": \"vitest bench --run\",\n \"lint\": \"biome check .\",\n \"lint:fix\": \"biome check --write .\",\n \"format\": \"biome format --write .\"\n },\n \"dependencies\": {\n \"@anthropic-ai/claude-agent-sdk\": \"0.3.142\",\n \"@clack/prompts\": \"^0.10.1\",\n \"@sinclair/typebox\": \"^0.34.49\",\n \"ajv\": \"^8.20.0\",\n \"ajv-errors\": \"^3.0.0\",\n \"ajv-formats\": \"^3.0.1\",\n \"commander\": \"^13.0.0\",\n \"diff\": \"^9.0.0\",\n \"expr-eval\": \"^2.0.2\",\n \"picocolors\": \"^1.1.1\",\n \"proper-lockfile\": \"^4.1.2\",\n \"yaml\": \"^2.9.0\"\n },\n \"devDependencies\": {\n \"@biomejs/biome\": \"^2.0.0\",\n \"@types/node\": \"^22.10.0\",\n \"@types/proper-lockfile\": \"^4.1.4\",\n \"@vitest/coverage-v8\": \"^4.0.0\",\n \"tsup\": \"^8.3.0\",\n \"typescript\": \"^5.6.0\",\n \"vitest\": \"^4.0.0\"\n },\n \"pnpm\": {\n \"onlyBuiltDependencies\": [\n \"esbuild\"\n ]\n }\n}\n","// Main library entry — re-exports public APIs.\n// phase 1.1 batch 1: skeleton only; schema validator wired in batch 2 (T3+).\n\nimport pkg from '../package.json' with { type: 'json' }\n\nexport const VERSION = pkg.version\n"]}
1
+ {"version":3,"sources":["../package.json","../src/index.ts"],"names":[],"mappings":";AAAA,IAAA,eAAA,GAAA;AAAA,EAEE,OAAA,EAAW,QA+Fb,CAAA;;;AC5FO,IAAM,UAAU,eAAA,CAAI","file":"index.mjs","sourcesContent":["{\n \"name\": \"harnessed\",\n \"version\": \"3.9.10\",\n \"description\": \"AI coding harness package manager + composition orchestrator\",\n \"type\": \"module\",\n \"license\": \"Apache-2.0\",\n \"author\": \"easyinplay\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/easyinplay/harnessed.git\"\n },\n \"homepage\": \"https://github.com/easyinplay/harnessed#readme\",\n \"bugs\": \"https://github.com/easyinplay/harnessed/issues\",\n \"keywords\": [\n \"claude-code\",\n \"ai-harness\",\n \"package-manager\",\n \"composition\",\n \"skill-pack\",\n \"mcp\",\n \"orchestrator\"\n ],\n \"engines\": {\n \"node\": \">=22.0.0\"\n },\n \"packageManager\": \"pnpm@10.12.0\",\n \"bin\": {\n \"harnessed\": \"./dist/cli.mjs\"\n },\n \"main\": \"./dist/index.mjs\",\n \"types\": \"./dist/index.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/index.d.ts\",\n \"import\": \"./dist/index.mjs\",\n \"default\": \"./dist/index.mjs\"\n },\n \"./schemas\": {\n \"types\": \"./dist/schemas/index.d.ts\",\n \"import\": \"./dist/schemas/index.mjs\"\n },\n \"./package.json\": \"./package.json\"\n },\n \"files\": [\n \"dist\",\n \"manifests\",\n \"workflows\",\n \"routing\",\n \"config-templates\",\n \"schemas\",\n \"README.md\",\n \"LICENSE\",\n \"NOTICE\",\n \"THIRD-PARTY-NOTICES.md\"\n ],\n \"scripts\": {\n \"dev\": \"tsup --watch\",\n \"build\": \"tsc --noEmit && tsup\",\n \"build:schema\": \"node ./scripts/build-schema.mjs\",\n \"validate:schema\": \"node ./scripts/validate-schema.mjs\",\n \"typecheck\": \"tsc --noEmit\",\n \"test\": \"vitest run --passWithNoTests\",\n \"test:watch\": \"vitest\",\n \"test:coverage\": \"vitest run --coverage --passWithNoTests\",\n \"bench\": \"vitest bench --run\",\n \"lint\": \"biome check .\",\n \"lint:fix\": \"biome check --write .\",\n \"format\": \"biome format --write .\"\n },\n \"dependencies\": {\n \"@anthropic-ai/claude-agent-sdk\": \"0.3.142\",\n \"@clack/prompts\": \"^0.10.1\",\n \"@sinclair/typebox\": \"^0.34.49\",\n \"ajv\": \"^8.20.0\",\n \"ajv-errors\": \"^3.0.0\",\n \"ajv-formats\": \"^3.0.1\",\n \"commander\": \"^13.0.0\",\n \"diff\": \"^9.0.0\",\n \"expr-eval\": \"^2.0.2\",\n \"picocolors\": \"^1.1.1\",\n \"proper-lockfile\": \"^4.1.2\",\n \"yaml\": \"^2.9.0\"\n },\n \"devDependencies\": {\n \"@biomejs/biome\": \"^2.0.0\",\n \"@types/node\": \"^22.10.0\",\n \"@types/proper-lockfile\": \"^4.1.4\",\n \"@vitest/coverage-v8\": \"^4.0.0\",\n \"tsup\": \"^8.3.0\",\n \"typescript\": \"^5.6.0\",\n \"vitest\": \"^4.0.0\"\n },\n \"pnpm\": {\n \"onlyBuiltDependencies\": [\n \"esbuild\"\n ]\n }\n}\n","// Main library entry — re-exports public APIs.\n// phase 1.1 batch 1: skeleton only; schema validator wired in batch 2 (T3+).\n\nimport pkg from '../package.json' with { type: 'json' }\n\nexport const VERSION = pkg.version\n"]}
@@ -18,11 +18,12 @@ spec:
18
18
  install_type: skill
19
19
  install:
20
20
  method: npx-skill-installer
21
- # v3.9.8pinned skills@1.5.7 per ADR 0001 reproducibility (was @latest;
22
- # npxSkillInstaller rejects @latest for cross-install determinism).
23
- cmd: "npx --yes skills@1.5.7 add mattpocock/skills"
21
+ # v3.9.9restored skills@latest per user instruction (version pinning belongs
22
+ # in ADR/lockfile layer, not in per-manifest cmd strings). Added --copy --global
23
+ # per D2.1-5 (Windows symlink-safe + user-scope install).
24
+ cmd: "npx --yes skills@latest add mattpocock/skills --copy --global"
24
25
  npm_version: ^1.5.7
25
- idempotent_check: "test -d ~/.claude/skills/mattpocock-skills"
26
+ idempotent_check: "test -d ~/.claude/skills/mattpocock-skills || test -d ~/.agents/skills/mattpocock-skills"
26
27
  verify:
27
28
  cmd: "test -f ~/.claude/skills/mattpocock-skills/diagnose.md"
28
29
  timeout_ms: 5000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harnessed",
3
- "version": "3.9.8",
3
+ "version": "3.9.10",
4
4
  "description": "AI coding harness package manager + composition orchestrator",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -72,16 +72,7 @@ rules:
72
72
  - design-led
73
73
  if_rejected_use: frontend-design
74
74
 
75
- # ─── content (2 rules) ───────────────────────────────────────
76
- - id: pptx-file-task
77
- priority: 80
78
- domain: content
79
- when:
80
- task_type: pptx-file-operation
81
- decision:
82
- primary_expert: anthropics-skills-pptx
83
- rationale: PowerPoint 文件操作 — anthropics 官方 skill
84
-
75
+ # ─── content (1 rule) ───────────────────────────────────────
85
76
  - id: chinese-content-deck
86
77
  priority: 70
87
78
  domain: content
@@ -1,46 +0,0 @@
1
- # yaml-language-server: $schema=../../schemas/manifest.v1.schema.json
2
- apiVersion: harnessed/v1
3
- kind: Manifest
4
- metadata:
5
- name: anthropics-skills-pptx
6
- display_name: Anthropic Skills — pptx
7
- description: PowerPoint deck generation skill from anthropics/skills upstream (English-first slide-deck output).
8
- upstream:
9
- source: github.com/anthropics/skills
10
- homepage: https://github.com/anthropics/skills/tree/main/skills/pptx
11
- repository: https://github.com/anthropics/skills.git
12
- license: anthropics-official
13
- notice: |
14
- Anthropic skills — pptx sub-skill from anthropics/skills (source-available; anthropics-official carve-out per .planning/research/v0.2.0-extensions.md § 2.1).
15
- content category — PowerPoint file generation; routed via decision_rules.yaml `pptx-file-task` (priority 80).
16
- spec:
17
- type: cc-skill-pack
18
- component_type: command
19
- category: content
20
- install_type: skill
21
- install:
22
- method: npx-skill-installer
23
- cmd: "npx --yes skills@1.5.7 add anthropics/skills/pptx --copy --global"
24
- npm_version: ^1.5.7
25
- idempotent_check: "test -f ~/.claude/skills/pptx/SKILL.md"
26
- verify:
27
- cmd: "test -f ~/.claude/skills/pptx/SKILL.md"
28
- timeout_ms: 5000
29
- expected_exit_code: 0
30
- uninstall:
31
- cmd: "rm -rf ~/.claude/skills/pptx"
32
- cleanup_paths:
33
- - ~/.claude/skills/pptx
34
- upstream_health:
35
- stability: stable
36
- last_check: "2026-05-16"
37
- last_known_good_version: "1.5.7"
38
- fallback_action: warn
39
- signed_by: easyinplay
40
- platforms:
41
- - linux
42
- - darwin
43
- - win32
44
- decision_rules:
45
- trigger: "user 请求生成 pptx / PowerPoint / slide deck (English)"
46
- default_expert: anthropics-skills-pptx
@@ -1,46 +0,0 @@
1
- # yaml-language-server: $schema=../../schemas/manifest.v1.schema.json
2
- apiVersion: harnessed/v1
3
- kind: Manifest
4
- metadata:
5
- name: anthropics-skills-slide-deck
6
- display_name: Anthropic Skills — slide-deck
7
- description: Slide-deck generation skill from anthropics/skills upstream (ZH-first 中文 PPT 演示稿). Complement to pptx.
8
- upstream:
9
- source: github.com/anthropics/skills
10
- homepage: https://github.com/anthropics/skills/tree/main/skills/slide-deck
11
- repository: https://github.com/anthropics/skills.git
12
- license: anthropics-official
13
- notice: |
14
- Anthropic skills — slide-deck sub-skill from anthropics/skills (source-available; anthropics-official carve-out per .planning/research/v0.2.0-extensions.md § 2.1).
15
- content category — 中文 slide-deck 演示场景; routed via decision_rules.yaml `chinese-content-deck` rule (priority 70).
16
- spec:
17
- type: cc-skill-pack
18
- component_type: command
19
- category: content
20
- install_type: skill
21
- install:
22
- method: npx-skill-installer
23
- cmd: "npx --yes skills@1.5.7 add anthropics/skills/slide-deck --copy --global"
24
- npm_version: ^1.5.7
25
- idempotent_check: "test -f ~/.claude/skills/slide-deck/SKILL.md"
26
- verify:
27
- cmd: "test -f ~/.claude/skills/slide-deck/SKILL.md"
28
- timeout_ms: 5000
29
- expected_exit_code: 0
30
- uninstall:
31
- cmd: "rm -rf ~/.claude/skills/slide-deck"
32
- cleanup_paths:
33
- - ~/.claude/skills/slide-deck
34
- upstream_health:
35
- stability: stable
36
- last_check: "2026-05-16"
37
- last_known_good_version: "1.5.7"
38
- fallback_action: warn
39
- signed_by: easyinplay
40
- platforms:
41
- - linux
42
- - darwin
43
- - win32
44
- decision_rules:
45
- trigger: "user 请求中文 slide / 中文 PPT 演示稿 / slide deck (Chinese)"
46
- default_expert: anthropics-skills-slide-deck