railwise-ai 1.2.32 → 1.2.34
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/agent-pack/README.md +16 -0
- package/agent-pack/assets/agent/chief_manager.md +69 -0
- package/agent-pack/assets/agent/commercial_specialist.md +47 -0
- package/agent-pack/assets/agent/data_analyst.md +54 -0
- package/agent-pack/assets/agent/docs.md +38 -0
- package/agent-pack/assets/agent/duplicate-pr.md +25 -0
- package/agent-pack/assets/agent/qa_inspector.md +58 -0
- package/agent-pack/assets/agent/qa_reviewer.md +57 -0
- package/agent-pack/assets/agent/solution_architect.md +53 -0
- package/agent-pack/assets/agent/technical_writer.md +61 -0
- package/agent-pack/assets/agent/translator.md +34 -0
- package/agent-pack/assets/agent/triage.md +139 -0
- package/agent-pack/assets/command/ai-deps.md +24 -0
- package/agent-pack/assets/command/bid-intel.md +29 -0
- package/agent-pack/assets/command/bid-prepare.md +24 -0
- package/agent-pack/assets/command/commit.md +37 -0
- package/agent-pack/assets/command/daily-report.md +26 -0
- package/agent-pack/assets/command/data-check.md +22 -0
- package/agent-pack/assets/command/emergency-response.md +66 -0
- package/agent-pack/assets/command/issues.md +23 -0
- package/agent-pack/assets/command/learn.md +42 -0
- package/agent-pack/assets/command/monthly-report.md +35 -0
- package/agent-pack/assets/command/payment-reminder.md +27 -0
- package/agent-pack/assets/command/plan-draft.md +28 -0
- package/agent-pack/assets/command/review-response.md +23 -0
- package/agent-pack/assets/command/rmslop.md +15 -0
- package/agent-pack/assets/command/safety-check.md +20 -0
- package/agent-pack/assets/command/spellcheck.md +5 -0
- package/agent-pack/assets/command/trend-analysis.md +38 -0
- package/agent-pack/assets/command/weekly-report.md +28 -0
- package/agent-pack/assets/lib/os_api.ts +100 -0
- package/agent-pack/assets/skill/adjustment-report/SKILL.md +88 -0
- package/agent-pack/assets/skill/approval-flow-intelligence/SKILL.md +123 -0
- package/agent-pack/assets/skill/bidding-knowledge/SKILL.md +98 -0
- package/agent-pack/assets/skill/bun-file-io/SKILL.md +42 -0
- package/agent-pack/assets/skill/business-finance/SKILL.md +91 -0
- package/agent-pack/assets/skill/business-operations-analytics/SKILL.md +120 -0
- package/agent-pack/assets/skill/cad-bim-review/SKILL.md +84 -0
- package/agent-pack/assets/skill/canvas-design/SKILL.md +141 -0
- package/agent-pack/assets/skill/construction-monitoring/SKILL.md +89 -0
- package/agent-pack/assets/skill/customer-portal-brief/SKILL.md +121 -0
- package/agent-pack/assets/skill/data-analysis/SKILL.md +79 -0
- package/agent-pack/assets/skill/di-bao-monitoring/SKILL.md +680 -0
- package/agent-pack/assets/skill/di-bao-monitoring/agents/openai.yaml +4 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/crossing-static-level-input-template.csv +2 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/crossing-total-station-input-template.csv +2 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/crossing-total-station-report-template.md +59 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/daily-report-template.md +90 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/data-input-template.csv +2 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/initial-value-report-template.md +92 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/monthly-report-template.md +103 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/plan-template.md +673 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/point-alias-map-template.json +25 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/project-brief-template.md +59 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/project-summary-template.md +154 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/warning-notice-template.md +58 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets/weekly-report-template.md +49 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets//345/256/214/346/225/264/346/212/245/350/241/250/346/250/241/346/235/277.xlsx +0 -0
- package/agent-pack/assets/skill/di-bao-monitoring/assets//345/277/253/346/212/245/346/250/241/346/235/277.xlsx +0 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/crossing-static-level-report.md +115 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/crossing-total-station-report.md +206 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/data-processing.md +170 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/elevated-line.md +319 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/initial-and-summary-workflow.md +222 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/key-difficulties.md +216 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/monitoring-catalog.md +80 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/phase0-intake.md +169 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/phase1-drafting.md +185 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/phase2-internal-review.md +166 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/report-workflow.md +181 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/review-checklist.md +140 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/review-response-template.md +87 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/scoping-and-pricing.md +214 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/source-analysis.md +137 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/technical-standards.md +188 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/toc-template-A.md +142 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/toc-template-B.md +100 -0
- package/agent-pack/assets/skill/di-bao-monitoring/references/warning-workflow.md +63 -0
- package/agent-pack/assets/skill/di-bao-monitoring/scripts/build_crossing_total_station_xlsx.py +2438 -0
- package/agent-pack/assets/skill/di-bao-monitoring/scripts/evaluate_alarms.py +215 -0
- package/agent-pack/assets/skill/di-bao-monitoring/scripts/fetch_adjusted_total_station.py +946 -0
- package/agent-pack/assets/skill/di-bao-monitoring/scripts/fetch_shhh_static_level.py +556 -0
- package/agent-pack/assets/skill/di-bao-monitoring/scripts/run_crossing_4h_report.sh +141 -0
- package/agent-pack/assets/skill/di-bao-monitoring/scripts/summarize_crossing_total_station.py +303 -0
- package/agent-pack/assets/skill/docx-generation/SKILL.md +141 -0
- package/agent-pack/assets/skill/excel-operations/SKILL.md +121 -0
- package/agent-pack/assets/skill/frontend-design/SKILL.md +151 -0
- package/agent-pack/assets/skill/humanizer/SKILL.md +90 -0
- package/agent-pack/assets/skill/monitoring-design/SKILL.md +100 -0
- package/agent-pack/assets/skill/operational-monitoring/SKILL.md +135 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/checklists/archive-self-check.md +54 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/schemas/convergence-result-table.csv +5 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/schemas/horizontal-result-table.csv +3 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/schemas/settlement-result-table.csv +7 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/scripts/init-archive-tree.sh +65 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/control-network-report.md +102 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/daily-log.md +47 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/i-angle-check.md +38 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/monitoring-scheme.md +234 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/period-report.md +95 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/point-acceptance-record.md +51 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/point-installation-record.md +38 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/summary-report.md +89 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/warning-bulletin.md +61 -0
- package/agent-pack/assets/skill/operational-monitoring/assets/templates/weekly-monthly-report.md +46 -0
- package/agent-pack/assets/skill/operational-monitoring/references/archive-and-delivery.md +146 -0
- package/agent-pack/assets/skill/operational-monitoring/references/baseline-network.md +131 -0
- package/agent-pack/assets/skill/operational-monitoring/references/convergence-monitoring.md +134 -0
- package/agent-pack/assets/skill/operational-monitoring/references/data-processing.md +178 -0
- package/agent-pack/assets/skill/operational-monitoring/references/horizontal-displacement.md +128 -0
- package/agent-pack/assets/skill/operational-monitoring/references/monitoring-points.md +132 -0
- package/agent-pack/assets/skill/operational-monitoring/references/monitoring-scheme.md +178 -0
- package/agent-pack/assets/skill/operational-monitoring/references/period-report.md +108 -0
- package/agent-pack/assets/skill/operational-monitoring/references/regulations-and-frequency.md +127 -0
- package/agent-pack/assets/skill/operational-monitoring/references/settlement-monitoring.md +116 -0
- package/agent-pack/assets/skill/operational-monitoring/references/summary-report.md +128 -0
- package/agent-pack/assets/skill/operational-monitoring/references/warning-and-disposal.md +118 -0
- package/agent-pack/assets/skill/ops-monitoring/SKILL.md +93 -0
- package/agent-pack/assets/skill/railwise-knowledge-curation/SKILL.md +92 -0
- package/agent-pack/assets/skill/report-dibao/SKILL.md +60 -0
- package/agent-pack/assets/skill/report-writing/SKILL.md +103 -0
- package/agent-pack/assets/skill/resource-dispatch-intelligence/SKILL.md +125 -0
- package/agent-pack/assets/skill/standard-reference/SKILL.md +101 -0
- package/agent-pack/assets/skill/weekly-work-intelligence/SKILL.md +123 -0
- package/agent-pack/assets/template/adjustment-trend.json +53 -0
- package/agent-pack/assets/template/bid-technical-proposal.json +42 -0
- package/agent-pack/assets/template/compliance-review.json +35 -0
- package/agent-pack/assets/template/daily-monitor-report.json +34 -0
- package/agent-pack/assets/template/field-data-qa.json +47 -0
- package/agent-pack/assets/template/monitoring-plan.json +28 -0
- package/agent-pack/assets/template/monthly-monitor-report.json +47 -0
- package/agent-pack/assets/template/project-ppt.json +47 -0
- package/agent-pack/assets/template/review-response.json +28 -0
- package/agent-pack/assets/template/schema.json +72 -0
- package/agent-pack/assets/template/weekly-monitor-report.json +33 -0
- package/agent-pack/assets/theme/mytheme.json +223 -0
- package/agent-pack/assets/tool/angle_convert.ts +151 -0
- package/agent-pack/assets/tool/axial_force.ts +186 -0
- package/agent-pack/assets/tool/chart_generator.ts +185 -0
- package/agent-pack/assets/tool/control_network.ts +413 -0
- package/agent-pack/assets/tool/coord_transform.ts +333 -0
- package/agent-pack/assets/tool/cpiii_adjustment.ts +446 -0
- package/agent-pack/assets/tool/cross_section.ts +356 -0
- package/agent-pack/assets/tool/deformation_rate.ts +234 -0
- package/agent-pack/assets/tool/distance_calculator.ts +239 -0
- package/agent-pack/assets/tool/excel_export.ts +494 -0
- package/agent-pack/assets/tool/format_parser.ts +181 -0
- package/agent-pack/assets/tool/github-pr-search.ts +57 -0
- package/agent-pack/assets/tool/github-pr-search.txt +10 -0
- package/agent-pack/assets/tool/github-triage.ts +113 -0
- package/agent-pack/assets/tool/github-triage.txt +6 -0
- package/agent-pack/assets/tool/inclinometer.ts +248 -0
- package/agent-pack/assets/tool/monitoring_csv.ts +120 -0
- package/agent-pack/assets/tool/os_contract_query.ts +63 -0
- package/agent-pack/assets/tool/os_dibao_project_files.ts +75 -0
- package/agent-pack/assets/tool/os_file_download_ref.ts +48 -0
- package/agent-pack/assets/tool/os_file_preview.ts +46 -0
- package/agent-pack/assets/tool/os_gbrain_think.ts +31 -0
- package/agent-pack/assets/tool/os_ppt_generate.ts +37 -0
- package/agent-pack/assets/tool/os_project_context.ts +24 -0
- package/agent-pack/assets/tool/os_report_publish.ts +28 -0
- package/agent-pack/assets/tool/os_wiki_ingest.ts +38 -0
- package/agent-pack/assets/tool/os_wiki_query.ts +26 -0
- package/agent-pack/assets/tool/pile_stakeout.ts +299 -0
- package/agent-pack/assets/tool/report_export.ts +279 -0
- package/agent-pack/assets/tool/shield_guidance.ts +311 -0
- package/agent-pack/assets/tool/standard_query.ts +391 -0
- package/agent-pack/assets/tool/survey_calculator.ts +415 -0
- package/agent-pack/assets/tool/water_level.ts +209 -0
- package/agent-pack/bin/install.js +183 -0
- package/agent-pack/package.json +695 -0
- package/package.json +14 -8
- package/postinstall.mjs +53 -22
|
@@ -0,0 +1,695 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@railwise/agent-pack",
|
|
3
|
+
"version": "1.2.34",
|
|
4
|
+
"type": "commonjs",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/railwise-cn/RAILWISE-CLI.git"
|
|
9
|
+
},
|
|
10
|
+
"bin": {
|
|
11
|
+
"railwise-skill": "./bin/install.js",
|
|
12
|
+
"railwise-agent-pack": "./bin/install.js"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"assets",
|
|
16
|
+
"bin"
|
|
17
|
+
],
|
|
18
|
+
"agentAssets": [
|
|
19
|
+
{
|
|
20
|
+
"kind": "agent",
|
|
21
|
+
"name": "chief_manager",
|
|
22
|
+
"dir": "assets/agent/chief_manager.md",
|
|
23
|
+
"target": "chief_manager.md",
|
|
24
|
+
"profile": "business"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"kind": "agent",
|
|
28
|
+
"name": "commercial_specialist",
|
|
29
|
+
"dir": "assets/agent/commercial_specialist.md",
|
|
30
|
+
"target": "commercial_specialist.md",
|
|
31
|
+
"profile": "business"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"kind": "agent",
|
|
35
|
+
"name": "data_analyst",
|
|
36
|
+
"dir": "assets/agent/data_analyst.md",
|
|
37
|
+
"target": "data_analyst.md",
|
|
38
|
+
"profile": "business"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"kind": "agent",
|
|
42
|
+
"name": "docs",
|
|
43
|
+
"dir": "assets/agent/docs.md",
|
|
44
|
+
"target": "docs.md",
|
|
45
|
+
"profile": "business"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"kind": "agent",
|
|
49
|
+
"name": "duplicate-pr",
|
|
50
|
+
"dir": "assets/agent/duplicate-pr.md",
|
|
51
|
+
"target": "duplicate-pr.md",
|
|
52
|
+
"profile": "dev"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"kind": "agent",
|
|
56
|
+
"name": "qa_inspector",
|
|
57
|
+
"dir": "assets/agent/qa_inspector.md",
|
|
58
|
+
"target": "qa_inspector.md",
|
|
59
|
+
"profile": "business"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"kind": "agent",
|
|
63
|
+
"name": "qa_reviewer",
|
|
64
|
+
"dir": "assets/agent/qa_reviewer.md",
|
|
65
|
+
"target": "qa_reviewer.md",
|
|
66
|
+
"profile": "business"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"kind": "agent",
|
|
70
|
+
"name": "solution_architect",
|
|
71
|
+
"dir": "assets/agent/solution_architect.md",
|
|
72
|
+
"target": "solution_architect.md",
|
|
73
|
+
"profile": "business"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"kind": "agent",
|
|
77
|
+
"name": "technical_writer",
|
|
78
|
+
"dir": "assets/agent/technical_writer.md",
|
|
79
|
+
"target": "technical_writer.md",
|
|
80
|
+
"profile": "business"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "agent",
|
|
84
|
+
"name": "translator",
|
|
85
|
+
"dir": "assets/agent/translator.md",
|
|
86
|
+
"target": "translator.md",
|
|
87
|
+
"profile": "business"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"kind": "agent",
|
|
91
|
+
"name": "triage",
|
|
92
|
+
"dir": "assets/agent/triage.md",
|
|
93
|
+
"target": "triage.md",
|
|
94
|
+
"profile": "dev"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind": "command",
|
|
98
|
+
"name": "ai-deps",
|
|
99
|
+
"dir": "assets/command/ai-deps.md",
|
|
100
|
+
"target": "ai-deps.md",
|
|
101
|
+
"profile": "dev"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"kind": "command",
|
|
105
|
+
"name": "bid-intel",
|
|
106
|
+
"dir": "assets/command/bid-intel.md",
|
|
107
|
+
"target": "bid-intel.md",
|
|
108
|
+
"profile": "business"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"kind": "command",
|
|
112
|
+
"name": "bid-prepare",
|
|
113
|
+
"dir": "assets/command/bid-prepare.md",
|
|
114
|
+
"target": "bid-prepare.md",
|
|
115
|
+
"profile": "business"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"kind": "command",
|
|
119
|
+
"name": "commit",
|
|
120
|
+
"dir": "assets/command/commit.md",
|
|
121
|
+
"target": "commit.md",
|
|
122
|
+
"profile": "dev"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"kind": "command",
|
|
126
|
+
"name": "daily-report",
|
|
127
|
+
"dir": "assets/command/daily-report.md",
|
|
128
|
+
"target": "daily-report.md",
|
|
129
|
+
"profile": "business"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"kind": "command",
|
|
133
|
+
"name": "data-check",
|
|
134
|
+
"dir": "assets/command/data-check.md",
|
|
135
|
+
"target": "data-check.md",
|
|
136
|
+
"profile": "business"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"kind": "command",
|
|
140
|
+
"name": "emergency-response",
|
|
141
|
+
"dir": "assets/command/emergency-response.md",
|
|
142
|
+
"target": "emergency-response.md",
|
|
143
|
+
"profile": "business"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"kind": "command",
|
|
147
|
+
"name": "issues",
|
|
148
|
+
"dir": "assets/command/issues.md",
|
|
149
|
+
"target": "issues.md",
|
|
150
|
+
"profile": "dev"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"kind": "command",
|
|
154
|
+
"name": "learn",
|
|
155
|
+
"dir": "assets/command/learn.md",
|
|
156
|
+
"target": "learn.md",
|
|
157
|
+
"profile": "dev"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"kind": "command",
|
|
161
|
+
"name": "monthly-report",
|
|
162
|
+
"dir": "assets/command/monthly-report.md",
|
|
163
|
+
"target": "monthly-report.md",
|
|
164
|
+
"profile": "business"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"kind": "command",
|
|
168
|
+
"name": "payment-reminder",
|
|
169
|
+
"dir": "assets/command/payment-reminder.md",
|
|
170
|
+
"target": "payment-reminder.md",
|
|
171
|
+
"profile": "business"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"kind": "command",
|
|
175
|
+
"name": "plan-draft",
|
|
176
|
+
"dir": "assets/command/plan-draft.md",
|
|
177
|
+
"target": "plan-draft.md",
|
|
178
|
+
"profile": "business"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"kind": "command",
|
|
182
|
+
"name": "review-response",
|
|
183
|
+
"dir": "assets/command/review-response.md",
|
|
184
|
+
"target": "review-response.md",
|
|
185
|
+
"profile": "business"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"kind": "command",
|
|
189
|
+
"name": "rmslop",
|
|
190
|
+
"dir": "assets/command/rmslop.md",
|
|
191
|
+
"target": "rmslop.md",
|
|
192
|
+
"profile": "dev"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"kind": "command",
|
|
196
|
+
"name": "safety-check",
|
|
197
|
+
"dir": "assets/command/safety-check.md",
|
|
198
|
+
"target": "safety-check.md",
|
|
199
|
+
"profile": "business"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"kind": "command",
|
|
203
|
+
"name": "spellcheck",
|
|
204
|
+
"dir": "assets/command/spellcheck.md",
|
|
205
|
+
"target": "spellcheck.md",
|
|
206
|
+
"profile": "dev"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"kind": "command",
|
|
210
|
+
"name": "trend-analysis",
|
|
211
|
+
"dir": "assets/command/trend-analysis.md",
|
|
212
|
+
"target": "trend-analysis.md",
|
|
213
|
+
"profile": "business"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"kind": "command",
|
|
217
|
+
"name": "weekly-report",
|
|
218
|
+
"dir": "assets/command/weekly-report.md",
|
|
219
|
+
"target": "weekly-report.md",
|
|
220
|
+
"profile": "business"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"kind": "lib",
|
|
224
|
+
"name": "os_api.ts",
|
|
225
|
+
"dir": "assets/lib/os_api.ts",
|
|
226
|
+
"target": "os_api.ts",
|
|
227
|
+
"profile": "business"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "skill",
|
|
231
|
+
"name": "adjustment-report",
|
|
232
|
+
"dir": "assets/skill/adjustment-report",
|
|
233
|
+
"profile": "business"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"kind": "skill",
|
|
237
|
+
"name": "approval-flow-intelligence",
|
|
238
|
+
"dir": "assets/skill/approval-flow-intelligence",
|
|
239
|
+
"profile": "business"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"kind": "skill",
|
|
243
|
+
"name": "bidding-knowledge",
|
|
244
|
+
"dir": "assets/skill/bidding-knowledge",
|
|
245
|
+
"profile": "business"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"kind": "skill",
|
|
249
|
+
"name": "bun-file-io",
|
|
250
|
+
"dir": "assets/skill/bun-file-io",
|
|
251
|
+
"profile": "dev"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "skill",
|
|
255
|
+
"name": "business-finance",
|
|
256
|
+
"dir": "assets/skill/business-finance",
|
|
257
|
+
"profile": "business"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"kind": "skill",
|
|
261
|
+
"name": "business-operations-analytics",
|
|
262
|
+
"dir": "assets/skill/business-operations-analytics",
|
|
263
|
+
"profile": "business"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"kind": "skill",
|
|
267
|
+
"name": "cad-bim-review",
|
|
268
|
+
"dir": "assets/skill/cad-bim-review",
|
|
269
|
+
"profile": "business"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"kind": "skill",
|
|
273
|
+
"name": "canvas-design",
|
|
274
|
+
"dir": "assets/skill/canvas-design",
|
|
275
|
+
"profile": "business"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"kind": "skill",
|
|
279
|
+
"name": "construction-monitoring",
|
|
280
|
+
"dir": "assets/skill/construction-monitoring",
|
|
281
|
+
"profile": "business"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"kind": "skill",
|
|
285
|
+
"name": "customer-portal-brief",
|
|
286
|
+
"dir": "assets/skill/customer-portal-brief",
|
|
287
|
+
"profile": "business"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"kind": "skill",
|
|
291
|
+
"name": "data-analysis",
|
|
292
|
+
"dir": "assets/skill/data-analysis",
|
|
293
|
+
"profile": "business"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"kind": "skill",
|
|
297
|
+
"name": "di-bao-monitoring",
|
|
298
|
+
"dir": "assets/skill/di-bao-monitoring",
|
|
299
|
+
"profile": "business"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"kind": "skill",
|
|
303
|
+
"name": "docx-generation",
|
|
304
|
+
"dir": "assets/skill/docx-generation",
|
|
305
|
+
"profile": "business"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"kind": "skill",
|
|
309
|
+
"name": "excel-operations",
|
|
310
|
+
"dir": "assets/skill/excel-operations",
|
|
311
|
+
"profile": "business"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"kind": "skill",
|
|
315
|
+
"name": "frontend-design",
|
|
316
|
+
"dir": "assets/skill/frontend-design",
|
|
317
|
+
"profile": "dev"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"kind": "skill",
|
|
321
|
+
"name": "humanizer",
|
|
322
|
+
"dir": "assets/skill/humanizer",
|
|
323
|
+
"profile": "business"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"kind": "skill",
|
|
327
|
+
"name": "monitoring-design",
|
|
328
|
+
"dir": "assets/skill/monitoring-design",
|
|
329
|
+
"profile": "business"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"kind": "skill",
|
|
333
|
+
"name": "operational-monitoring",
|
|
334
|
+
"dir": "assets/skill/operational-monitoring",
|
|
335
|
+
"profile": "business"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"kind": "skill",
|
|
339
|
+
"name": "ops-monitoring",
|
|
340
|
+
"dir": "assets/skill/ops-monitoring",
|
|
341
|
+
"profile": "business"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"kind": "skill",
|
|
345
|
+
"name": "railwise-knowledge-curation",
|
|
346
|
+
"dir": "assets/skill/railwise-knowledge-curation",
|
|
347
|
+
"profile": "business"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"kind": "skill",
|
|
351
|
+
"name": "report-dibao",
|
|
352
|
+
"dir": "assets/skill/report-dibao",
|
|
353
|
+
"profile": "business"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"kind": "skill",
|
|
357
|
+
"name": "report-writing",
|
|
358
|
+
"dir": "assets/skill/report-writing",
|
|
359
|
+
"profile": "business"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"kind": "skill",
|
|
363
|
+
"name": "resource-dispatch-intelligence",
|
|
364
|
+
"dir": "assets/skill/resource-dispatch-intelligence",
|
|
365
|
+
"profile": "business"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"kind": "skill",
|
|
369
|
+
"name": "standard-reference",
|
|
370
|
+
"dir": "assets/skill/standard-reference",
|
|
371
|
+
"profile": "business"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"kind": "skill",
|
|
375
|
+
"name": "weekly-work-intelligence",
|
|
376
|
+
"dir": "assets/skill/weekly-work-intelligence",
|
|
377
|
+
"profile": "business"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "template",
|
|
381
|
+
"name": "adjustment-trend",
|
|
382
|
+
"dir": "assets/template/adjustment-trend.json",
|
|
383
|
+
"target": "adjustment-trend.json",
|
|
384
|
+
"profile": "business"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"kind": "template",
|
|
388
|
+
"name": "bid-technical-proposal",
|
|
389
|
+
"dir": "assets/template/bid-technical-proposal.json",
|
|
390
|
+
"target": "bid-technical-proposal.json",
|
|
391
|
+
"profile": "business"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"kind": "template",
|
|
395
|
+
"name": "compliance-review",
|
|
396
|
+
"dir": "assets/template/compliance-review.json",
|
|
397
|
+
"target": "compliance-review.json",
|
|
398
|
+
"profile": "business"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"kind": "template",
|
|
402
|
+
"name": "daily-monitor-report",
|
|
403
|
+
"dir": "assets/template/daily-monitor-report.json",
|
|
404
|
+
"target": "daily-monitor-report.json",
|
|
405
|
+
"profile": "business"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"kind": "template",
|
|
409
|
+
"name": "field-data-qa",
|
|
410
|
+
"dir": "assets/template/field-data-qa.json",
|
|
411
|
+
"target": "field-data-qa.json",
|
|
412
|
+
"profile": "business"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"kind": "template",
|
|
416
|
+
"name": "monitoring-plan",
|
|
417
|
+
"dir": "assets/template/monitoring-plan.json",
|
|
418
|
+
"target": "monitoring-plan.json",
|
|
419
|
+
"profile": "business"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"kind": "template",
|
|
423
|
+
"name": "monthly-monitor-report",
|
|
424
|
+
"dir": "assets/template/monthly-monitor-report.json",
|
|
425
|
+
"target": "monthly-monitor-report.json",
|
|
426
|
+
"profile": "business"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"kind": "template",
|
|
430
|
+
"name": "project-ppt",
|
|
431
|
+
"dir": "assets/template/project-ppt.json",
|
|
432
|
+
"target": "project-ppt.json",
|
|
433
|
+
"profile": "business"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"kind": "template",
|
|
437
|
+
"name": "review-response",
|
|
438
|
+
"dir": "assets/template/review-response.json",
|
|
439
|
+
"target": "review-response.json",
|
|
440
|
+
"profile": "business"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"kind": "template",
|
|
444
|
+
"name": "schema",
|
|
445
|
+
"dir": "assets/template/schema.json",
|
|
446
|
+
"target": "schema.json",
|
|
447
|
+
"profile": "business"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"kind": "template",
|
|
451
|
+
"name": "weekly-monitor-report",
|
|
452
|
+
"dir": "assets/template/weekly-monitor-report.json",
|
|
453
|
+
"target": "weekly-monitor-report.json",
|
|
454
|
+
"profile": "business"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "theme",
|
|
458
|
+
"name": "mytheme",
|
|
459
|
+
"dir": "assets/theme/mytheme.json",
|
|
460
|
+
"target": "mytheme.json",
|
|
461
|
+
"profile": "business"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "tool",
|
|
465
|
+
"name": "angle_convert.ts",
|
|
466
|
+
"dir": "assets/tool/angle_convert.ts",
|
|
467
|
+
"target": "angle_convert.ts",
|
|
468
|
+
"profile": "business"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "tool",
|
|
472
|
+
"name": "axial_force.ts",
|
|
473
|
+
"dir": "assets/tool/axial_force.ts",
|
|
474
|
+
"target": "axial_force.ts",
|
|
475
|
+
"profile": "business"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"kind": "tool",
|
|
479
|
+
"name": "chart_generator.ts",
|
|
480
|
+
"dir": "assets/tool/chart_generator.ts",
|
|
481
|
+
"target": "chart_generator.ts",
|
|
482
|
+
"profile": "business"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"kind": "tool",
|
|
486
|
+
"name": "control_network.ts",
|
|
487
|
+
"dir": "assets/tool/control_network.ts",
|
|
488
|
+
"target": "control_network.ts",
|
|
489
|
+
"profile": "business"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"kind": "tool",
|
|
493
|
+
"name": "coord_transform.ts",
|
|
494
|
+
"dir": "assets/tool/coord_transform.ts",
|
|
495
|
+
"target": "coord_transform.ts",
|
|
496
|
+
"profile": "business"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "tool",
|
|
500
|
+
"name": "cpiii_adjustment.ts",
|
|
501
|
+
"dir": "assets/tool/cpiii_adjustment.ts",
|
|
502
|
+
"target": "cpiii_adjustment.ts",
|
|
503
|
+
"profile": "business"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"kind": "tool",
|
|
507
|
+
"name": "cross_section.ts",
|
|
508
|
+
"dir": "assets/tool/cross_section.ts",
|
|
509
|
+
"target": "cross_section.ts",
|
|
510
|
+
"profile": "business"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"kind": "tool",
|
|
514
|
+
"name": "deformation_rate.ts",
|
|
515
|
+
"dir": "assets/tool/deformation_rate.ts",
|
|
516
|
+
"target": "deformation_rate.ts",
|
|
517
|
+
"profile": "business"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"kind": "tool",
|
|
521
|
+
"name": "distance_calculator.ts",
|
|
522
|
+
"dir": "assets/tool/distance_calculator.ts",
|
|
523
|
+
"target": "distance_calculator.ts",
|
|
524
|
+
"profile": "business"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"kind": "tool",
|
|
528
|
+
"name": "excel_export.ts",
|
|
529
|
+
"dir": "assets/tool/excel_export.ts",
|
|
530
|
+
"target": "excel_export.ts",
|
|
531
|
+
"profile": "business"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"kind": "tool",
|
|
535
|
+
"name": "format_parser.ts",
|
|
536
|
+
"dir": "assets/tool/format_parser.ts",
|
|
537
|
+
"target": "format_parser.ts",
|
|
538
|
+
"profile": "business"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"kind": "tool",
|
|
542
|
+
"name": "github-pr-search.ts",
|
|
543
|
+
"dir": "assets/tool/github-pr-search.ts",
|
|
544
|
+
"target": "github-pr-search.ts",
|
|
545
|
+
"profile": "dev"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"kind": "tool",
|
|
549
|
+
"name": "github-pr-search.txt",
|
|
550
|
+
"dir": "assets/tool/github-pr-search.txt",
|
|
551
|
+
"target": "github-pr-search.txt",
|
|
552
|
+
"profile": "dev"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"kind": "tool",
|
|
556
|
+
"name": "github-triage.ts",
|
|
557
|
+
"dir": "assets/tool/github-triage.ts",
|
|
558
|
+
"target": "github-triage.ts",
|
|
559
|
+
"profile": "dev"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"kind": "tool",
|
|
563
|
+
"name": "github-triage.txt",
|
|
564
|
+
"dir": "assets/tool/github-triage.txt",
|
|
565
|
+
"target": "github-triage.txt",
|
|
566
|
+
"profile": "dev"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"kind": "tool",
|
|
570
|
+
"name": "inclinometer.ts",
|
|
571
|
+
"dir": "assets/tool/inclinometer.ts",
|
|
572
|
+
"target": "inclinometer.ts",
|
|
573
|
+
"profile": "business"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"kind": "tool",
|
|
577
|
+
"name": "monitoring_csv.ts",
|
|
578
|
+
"dir": "assets/tool/monitoring_csv.ts",
|
|
579
|
+
"target": "monitoring_csv.ts",
|
|
580
|
+
"profile": "business"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"kind": "tool",
|
|
584
|
+
"name": "os_contract_query.ts",
|
|
585
|
+
"dir": "assets/tool/os_contract_query.ts",
|
|
586
|
+
"target": "os_contract_query.ts",
|
|
587
|
+
"profile": "business"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"kind": "tool",
|
|
591
|
+
"name": "os_dibao_project_files.ts",
|
|
592
|
+
"dir": "assets/tool/os_dibao_project_files.ts",
|
|
593
|
+
"target": "os_dibao_project_files.ts",
|
|
594
|
+
"profile": "business"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"kind": "tool",
|
|
598
|
+
"name": "os_file_download_ref.ts",
|
|
599
|
+
"dir": "assets/tool/os_file_download_ref.ts",
|
|
600
|
+
"target": "os_file_download_ref.ts",
|
|
601
|
+
"profile": "business"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"kind": "tool",
|
|
605
|
+
"name": "os_file_preview.ts",
|
|
606
|
+
"dir": "assets/tool/os_file_preview.ts",
|
|
607
|
+
"target": "os_file_preview.ts",
|
|
608
|
+
"profile": "business"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"kind": "tool",
|
|
612
|
+
"name": "os_gbrain_think.ts",
|
|
613
|
+
"dir": "assets/tool/os_gbrain_think.ts",
|
|
614
|
+
"target": "os_gbrain_think.ts",
|
|
615
|
+
"profile": "business"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"kind": "tool",
|
|
619
|
+
"name": "os_ppt_generate.ts",
|
|
620
|
+
"dir": "assets/tool/os_ppt_generate.ts",
|
|
621
|
+
"target": "os_ppt_generate.ts",
|
|
622
|
+
"profile": "business"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"kind": "tool",
|
|
626
|
+
"name": "os_project_context.ts",
|
|
627
|
+
"dir": "assets/tool/os_project_context.ts",
|
|
628
|
+
"target": "os_project_context.ts",
|
|
629
|
+
"profile": "business"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"kind": "tool",
|
|
633
|
+
"name": "os_report_publish.ts",
|
|
634
|
+
"dir": "assets/tool/os_report_publish.ts",
|
|
635
|
+
"target": "os_report_publish.ts",
|
|
636
|
+
"profile": "business"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"kind": "tool",
|
|
640
|
+
"name": "os_wiki_ingest.ts",
|
|
641
|
+
"dir": "assets/tool/os_wiki_ingest.ts",
|
|
642
|
+
"target": "os_wiki_ingest.ts",
|
|
643
|
+
"profile": "business"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "tool",
|
|
647
|
+
"name": "os_wiki_query.ts",
|
|
648
|
+
"dir": "assets/tool/os_wiki_query.ts",
|
|
649
|
+
"target": "os_wiki_query.ts",
|
|
650
|
+
"profile": "business"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "tool",
|
|
654
|
+
"name": "pile_stakeout.ts",
|
|
655
|
+
"dir": "assets/tool/pile_stakeout.ts",
|
|
656
|
+
"target": "pile_stakeout.ts",
|
|
657
|
+
"profile": "business"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"kind": "tool",
|
|
661
|
+
"name": "report_export.ts",
|
|
662
|
+
"dir": "assets/tool/report_export.ts",
|
|
663
|
+
"target": "report_export.ts",
|
|
664
|
+
"profile": "business"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"kind": "tool",
|
|
668
|
+
"name": "shield_guidance.ts",
|
|
669
|
+
"dir": "assets/tool/shield_guidance.ts",
|
|
670
|
+
"target": "shield_guidance.ts",
|
|
671
|
+
"profile": "business"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"kind": "tool",
|
|
675
|
+
"name": "standard_query.ts",
|
|
676
|
+
"dir": "assets/tool/standard_query.ts",
|
|
677
|
+
"target": "standard_query.ts",
|
|
678
|
+
"profile": "business"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"kind": "tool",
|
|
682
|
+
"name": "survey_calculator.ts",
|
|
683
|
+
"dir": "assets/tool/survey_calculator.ts",
|
|
684
|
+
"target": "survey_calculator.ts",
|
|
685
|
+
"profile": "business"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"kind": "tool",
|
|
689
|
+
"name": "water_level.ts",
|
|
690
|
+
"dir": "assets/tool/water_level.ts",
|
|
691
|
+
"target": "water_level.ts",
|
|
692
|
+
"profile": "business"
|
|
693
|
+
}
|
|
694
|
+
]
|
|
695
|
+
}
|