archgraph-argo 0.22.2 → 0.23.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.
@@ -29,6 +29,26 @@
29
29
  "view_name": "Implementation and Migration"
30
30
  }
31
31
  ]
32
+ },
33
+ {
34
+ "id": "project-manager-001",
35
+ "name": "项目经理",
36
+ "type": "Business Actor",
37
+ "description": "新项目的默认主 Business Actor:任何由框架默认模板初始化的项目,其意图图中都内置本『项目经理』角色,作为该项目默认的负责人与主 Agent 身份。当人类伙伴未指定具体角色时,默认以项目经理身份进行对话、规划与决策,并按需把工作委派给项目内的其他 Business Actor。",
38
+ "subdiagram_views": [
39
+ {
40
+ "view_id": "project-manager-001-wm-001",
41
+ "view_name": "项目经理工作记忆"
42
+ },
43
+ {
44
+ "view_id": "project-manager-001-ltm-001",
45
+ "view_name": "项目经理长期记忆"
46
+ },
47
+ {
48
+ "view_id": "project-manager-001-archive-001",
49
+ "view_name": "项目经理档案"
50
+ }
51
+ ]
32
52
  }
33
53
  ],
34
54
  "relationships": [
@@ -68,12 +88,37 @@
68
88
  "included_elements": [],
69
89
  "included_relationships": []
70
90
  },
91
+ {
92
+ "view_id": "project-manager-001-wm-001",
93
+ "view_name": "项目经理工作记忆",
94
+ "parent_element_id": "project-manager-001",
95
+ "parent_element_name": "项目经理",
96
+ "included_elements": [],
97
+ "included_relationships": []
98
+ },
99
+ {
100
+ "view_id": "project-manager-001-ltm-001",
101
+ "view_name": "项目经理长期记忆",
102
+ "parent_element_id": "project-manager-001",
103
+ "parent_element_name": "项目经理",
104
+ "included_elements": [],
105
+ "included_relationships": []
106
+ },
107
+ {
108
+ "view_id": "project-manager-001-archive-001",
109
+ "view_name": "项目经理档案",
110
+ "parent_element_id": "project-manager-001",
111
+ "parent_element_name": "项目经理",
112
+ "included_elements": [],
113
+ "included_relationships": []
114
+ },
71
115
  {
72
116
  "view_id": "170",
73
117
  "view_name": "SystemArchitecture",
74
118
  "included_elements": [
75
119
  "1249",
76
- "1240"
120
+ "1240",
121
+ "project-manager-001"
77
122
  ],
78
123
  "included_relationships": [
79
124
  "1161"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgraph-argo",
3
- "version": "0.22.2",
3
+ "version": "0.23.0",
4
4
  "description": "Deploy the ArchGraph ARGO toolchain, skills, and rules (schema, scripts, argo-init skill, global rule) with one command.",
5
5
  "license": "MIT",
6
6
  "bin": {