@flavor-code/plugin-catalog 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/catalog.json +14 -2
  2. package/package.json +2 -2
package/catalog.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-08-29T14:18:29.786Z",
4
- "contentHash": "51f6ed2098fe65fee2d2f0306a068f0e477dd5d2ad6c18265afe958b7a726eb3",
3
+ "generatedAt": "2026-08-29T14:18:41.073Z",
4
+ "contentHash": "c40be7d26e7077802779a0b8ed2459834b44d1eadbe2e080344832e00b23ac4b",
5
5
  "plugins": [
6
6
  {
7
7
  "name": "astgraph",
@@ -29,6 +29,18 @@
29
29
  "registry": "https://registry.npmjs.org",
30
30
  "qualityScore": 100
31
31
  },
32
+ {
33
+ "name": "superharness",
34
+ "description": "给 Claude Code / flavor-code 的工程纪律插件,让 AI 按 TDD、验证、代码审查等约束自主完成开发任务。",
35
+ "tags": [
36
+ "superharness"
37
+ ],
38
+ "packageName": "@flavor-code/superharness",
39
+ "version": "1.1.1",
40
+ "hash": "a0a16b88e47d8988c4783d31dc157fbd2082d76c1347b95c318128c81fc20841",
41
+ "registry": "https://registry.npmjs.org",
42
+ "qualityScore": 100
43
+ },
32
44
  {
33
45
  "name": "time-plugin",
34
46
  "description": "时间插件",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flavor-code/plugin-catalog",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Approved Flavor Code plugin catalog",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "flavor-plugin",
12
12
  "plugin-catalog"
13
13
  ],
14
- "flavorCatalogHash": "51f6ed2098fe65fee2d2f0306a068f0e477dd5d2ad6c18265afe958b7a726eb3",
14
+ "flavorCatalogHash": "c40be7d26e7077802779a0b8ed2459834b44d1eadbe2e080344832e00b23ac4b",
15
15
  "flavorCatalogSchemaVersion": 1,
16
16
  "publishConfig": {
17
17
  "access": "public",