priiisk 0.1.1
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/README.md +41 -0
- package/dist/chunk-F77DHFYU.js +988 -0
- package/dist/chunk-FZICDHTN.js +603 -0
- package/dist/chunk-KFSFN6L5.js +44744 -0
- package/dist/chunk-PIZUXHCN.js +159 -0
- package/dist/chunk-RJO6Z3SQ.js +14714 -0
- package/dist/chunk-RJO6Z3SQ.js.LEGAL.txt +38 -0
- package/dist/chunk-UCN75R46.js +1185 -0
- package/dist/chunk-YCBBC5MH.js +26660 -0
- package/dist/chunk-YCBBC5MH.js.LEGAL.txt +7 -0
- package/dist/chunk-Z64QXV3O.js +2547 -0
- package/dist/priiisk-host.js +27171 -0
- package/dist/priiisk.js +20661 -0
- package/package.json +33 -0
- package/profiles/_base/instructions.md +37 -0
- package/profiles/assayer/instructions.md +13 -0
- package/profiles/prospector/instructions.md +13 -0
- package/profiles/wright/instructions.md +18 -0
- package/worker-skills/codegraph/SKILL.md +21 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { createRequire as __priiiskCreateRequire } from "node:module";
|
|
2
|
+
const require = __priiiskCreateRequire(import.meta.url);
|
|
3
|
+
import {
|
|
4
|
+
CAMP_UI_BASH_PREVIEW_LINES,
|
|
5
|
+
CAMP_UI_DEFAULT_TOOL_PREVIEW_LINES,
|
|
6
|
+
CAMP_UI_SUBSCRIPTION_BASE_DELAY_MS,
|
|
7
|
+
CAMP_UI_SUBSCRIPTION_MAX_RETRIES,
|
|
8
|
+
CampUiAssistantMessage,
|
|
9
|
+
CampUiBackend,
|
|
10
|
+
CampUiBackendError,
|
|
11
|
+
CampUiCompositionError,
|
|
12
|
+
CampUiContributionStrategy,
|
|
13
|
+
CampUiControllerError,
|
|
14
|
+
CampUiFocusDirection,
|
|
15
|
+
CampUiGlyph,
|
|
16
|
+
CampUiHealthStatus,
|
|
17
|
+
CampUiIntents,
|
|
18
|
+
CampUiLayoutMode,
|
|
19
|
+
CampUiPlacement,
|
|
20
|
+
CampUiRuntimeStatus,
|
|
21
|
+
CampUiScreen,
|
|
22
|
+
CampUiSectionSizeKind,
|
|
23
|
+
CampUiSlot,
|
|
24
|
+
CampUiTone,
|
|
25
|
+
DEFAULT_DIRECTED_BLOCK_BODY_LINES,
|
|
26
|
+
PACKAGE,
|
|
27
|
+
PiCampRunSelectorRoot,
|
|
28
|
+
PiCampUiRoot,
|
|
29
|
+
allocateCampUiSectionRows,
|
|
30
|
+
campUiAskBlockId,
|
|
31
|
+
campUiEquipmentBlockRenderer,
|
|
32
|
+
campUiPendingAskBlockRenderer,
|
|
33
|
+
campUiPendingAskTargets,
|
|
34
|
+
campUiSubscriptionRetryDelay,
|
|
35
|
+
campUiTranscriptBlockRenderer,
|
|
36
|
+
compactNumber,
|
|
37
|
+
composeCampUiDetailBlocks,
|
|
38
|
+
composeCampUiSlots,
|
|
39
|
+
decorateDefaultCampUiSections,
|
|
40
|
+
defaultCampUiDetailBlockRenderers,
|
|
41
|
+
defaultCampUiLayoutPolicy,
|
|
42
|
+
defaultCampUiLeftSectionSizes,
|
|
43
|
+
emptyCampUiComponent,
|
|
44
|
+
findCampUiSpatialFocusTarget,
|
|
45
|
+
findCampUiWorker,
|
|
46
|
+
fitCampUiLine,
|
|
47
|
+
fitCampUiLines,
|
|
48
|
+
formatCampUiDuration,
|
|
49
|
+
hasCampUiTextContent,
|
|
50
|
+
hasPendingCampUiAsk,
|
|
51
|
+
joinCampUiColumns,
|
|
52
|
+
jsonText,
|
|
53
|
+
makeCampUiComponentGroup,
|
|
54
|
+
makeCampUiComposerComponent,
|
|
55
|
+
makeCampUiDetailComponent,
|
|
56
|
+
makeCampUiIntentHandler,
|
|
57
|
+
makeCampUiIntentRouter,
|
|
58
|
+
makeCampUiModel,
|
|
59
|
+
makeCampUiSection,
|
|
60
|
+
makeCampUiStore,
|
|
61
|
+
makeDefaultCampUiContributions,
|
|
62
|
+
makeDefaultCampUiLayout,
|
|
63
|
+
makeInitialCampUiState,
|
|
64
|
+
mountPiCampUi,
|
|
65
|
+
nextCampUiPendingAskTarget,
|
|
66
|
+
renderCampUiDetailBlockLayout,
|
|
67
|
+
renderCampUiDetailBlocks,
|
|
68
|
+
renderCampUiDirectedBlock,
|
|
69
|
+
renderCampUiPanel,
|
|
70
|
+
renderCampUiState,
|
|
71
|
+
renderCampUiStatus,
|
|
72
|
+
renderCampUiToolResult,
|
|
73
|
+
renderCampUiWorkerState,
|
|
74
|
+
renderSelectedCampUiRow,
|
|
75
|
+
runCampUiPresentationClock,
|
|
76
|
+
sameCampUiRuntimeHealth,
|
|
77
|
+
selectCampRun,
|
|
78
|
+
styleCampUiTone,
|
|
79
|
+
uniqueCampUiNames
|
|
80
|
+
} from "./chunk-Z64QXV3O.js";
|
|
81
|
+
import "./chunk-KFSFN6L5.js";
|
|
82
|
+
export {
|
|
83
|
+
CAMP_UI_BASH_PREVIEW_LINES,
|
|
84
|
+
CAMP_UI_DEFAULT_TOOL_PREVIEW_LINES,
|
|
85
|
+
CAMP_UI_SUBSCRIPTION_BASE_DELAY_MS,
|
|
86
|
+
CAMP_UI_SUBSCRIPTION_MAX_RETRIES,
|
|
87
|
+
CampUiAssistantMessage,
|
|
88
|
+
CampUiBackend,
|
|
89
|
+
CampUiBackendError,
|
|
90
|
+
CampUiCompositionError,
|
|
91
|
+
CampUiContributionStrategy,
|
|
92
|
+
CampUiControllerError,
|
|
93
|
+
CampUiFocusDirection,
|
|
94
|
+
CampUiGlyph,
|
|
95
|
+
CampUiHealthStatus,
|
|
96
|
+
CampUiIntents,
|
|
97
|
+
CampUiLayoutMode,
|
|
98
|
+
CampUiPlacement,
|
|
99
|
+
CampUiRuntimeStatus,
|
|
100
|
+
CampUiScreen,
|
|
101
|
+
CampUiSectionSizeKind,
|
|
102
|
+
CampUiSlot,
|
|
103
|
+
CampUiTone,
|
|
104
|
+
DEFAULT_DIRECTED_BLOCK_BODY_LINES,
|
|
105
|
+
PACKAGE,
|
|
106
|
+
PiCampRunSelectorRoot,
|
|
107
|
+
PiCampUiRoot,
|
|
108
|
+
allocateCampUiSectionRows,
|
|
109
|
+
campUiAskBlockId,
|
|
110
|
+
campUiEquipmentBlockRenderer,
|
|
111
|
+
campUiPendingAskBlockRenderer,
|
|
112
|
+
campUiPendingAskTargets,
|
|
113
|
+
campUiSubscriptionRetryDelay,
|
|
114
|
+
campUiTranscriptBlockRenderer,
|
|
115
|
+
compactNumber,
|
|
116
|
+
composeCampUiDetailBlocks,
|
|
117
|
+
composeCampUiSlots,
|
|
118
|
+
decorateDefaultCampUiSections,
|
|
119
|
+
defaultCampUiDetailBlockRenderers,
|
|
120
|
+
defaultCampUiLayoutPolicy,
|
|
121
|
+
defaultCampUiLeftSectionSizes,
|
|
122
|
+
emptyCampUiComponent,
|
|
123
|
+
findCampUiSpatialFocusTarget,
|
|
124
|
+
findCampUiWorker,
|
|
125
|
+
fitCampUiLine,
|
|
126
|
+
fitCampUiLines,
|
|
127
|
+
formatCampUiDuration,
|
|
128
|
+
hasCampUiTextContent,
|
|
129
|
+
hasPendingCampUiAsk,
|
|
130
|
+
joinCampUiColumns,
|
|
131
|
+
jsonText,
|
|
132
|
+
makeCampUiComponentGroup,
|
|
133
|
+
makeCampUiComposerComponent,
|
|
134
|
+
makeCampUiDetailComponent,
|
|
135
|
+
makeCampUiIntentHandler,
|
|
136
|
+
makeCampUiIntentRouter,
|
|
137
|
+
makeCampUiModel,
|
|
138
|
+
makeCampUiSection,
|
|
139
|
+
makeCampUiStore,
|
|
140
|
+
makeDefaultCampUiContributions,
|
|
141
|
+
makeDefaultCampUiLayout,
|
|
142
|
+
makeInitialCampUiState,
|
|
143
|
+
mountPiCampUi,
|
|
144
|
+
nextCampUiPendingAskTarget,
|
|
145
|
+
renderCampUiDetailBlockLayout,
|
|
146
|
+
renderCampUiDetailBlocks,
|
|
147
|
+
renderCampUiDirectedBlock,
|
|
148
|
+
renderCampUiPanel,
|
|
149
|
+
renderCampUiState,
|
|
150
|
+
renderCampUiStatus,
|
|
151
|
+
renderCampUiToolResult,
|
|
152
|
+
renderCampUiWorkerState,
|
|
153
|
+
renderSelectedCampUiRow,
|
|
154
|
+
runCampUiPresentationClock,
|
|
155
|
+
sameCampUiRuntimeHealth,
|
|
156
|
+
selectCampRun,
|
|
157
|
+
styleCampUiTone,
|
|
158
|
+
uniqueCampUiNames
|
|
159
|
+
};
|