@flavor-code/plugin-catalog 1.0.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.
Files changed (2) hide show
  1. package/catalog.json +35 -0
  2. package/package.json +20 -0
package/catalog.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "generatedAt": "2026-08-28T03:42:59.593Z",
4
+ "contentHash": "01db37d697bd8a00fce12e504e8196342be3240cbc0139b964b9624d71125729",
5
+ "plugins": [
6
+ {
7
+ "name": "astgraph",
8
+ "description": "通过 Tree-sitter 构建代码结构图,提供调用关系、影响范围与上下文检索。",
9
+ "tags": [
10
+ "ast",
11
+ "code-graph",
12
+ "tools"
13
+ ],
14
+ "packageName": "@flavor-code/astgraph",
15
+ "version": "0.1.0",
16
+ "hash": "e91f84bb7570efe22b315f19bea86fbb029de230265bfd60164230371af3a741",
17
+ "registry": "https://registry.npmjs.org",
18
+ "qualityScore": 100
19
+ },
20
+ {
21
+ "name": "superharness",
22
+ "description": "为 flavor-code 注入规划、调试、测试与交付工作流的工程增强插件。",
23
+ "tags": [
24
+ "workflow",
25
+ "skills",
26
+ "hooks"
27
+ ],
28
+ "packageName": "@flavor-code/superharness",
29
+ "version": "1.0.0",
30
+ "hash": "4d330203a60ccb495b1c6f0f79ccd1d49e5876259f22b524e7c91473ebbee98b",
31
+ "registry": "https://registry.npmjs.org",
32
+ "qualityScore": 100
33
+ }
34
+ ]
35
+ }
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@flavor-code/plugin-catalog",
3
+ "version": "1.0.0",
4
+ "description": "Approved Flavor Code plugin catalog",
5
+ "license": "UNLICENSED",
6
+ "files": [
7
+ "catalog.json"
8
+ ],
9
+ "keywords": [
10
+ "flavor-code",
11
+ "flavor-plugin",
12
+ "plugin-catalog"
13
+ ],
14
+ "flavorCatalogHash": "01db37d697bd8a00fce12e504e8196342be3240cbc0139b964b9624d71125729",
15
+ "flavorCatalogSchemaVersion": 1,
16
+ "publishConfig": {
17
+ "access": "public",
18
+ "registry": "https://registry.npmjs.org"
19
+ }
20
+ }