@flyingrobots/bijou-mcp 7.0.0 → 7.2.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.
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js.map +1 -1
- package/dist/output.d.ts.map +1 -1
- package/dist/output.js +5 -4
- package/dist/output.js.map +1 -1
- package/dist/server.js +11 -1
- package/dist/server.js.map +1 -1
- package/dist/tools/accordion.js +1 -1
- package/dist/tools/accordion.js.map +1 -1
- package/dist/tools/alert.js +1 -1
- package/dist/tools/alert.js.map +1 -1
- package/dist/tools/badge.js +1 -1
- package/dist/tools/badge.js.map +1 -1
- package/dist/tools/box.js +2 -2
- package/dist/tools/box.js.map +1 -1
- package/dist/tools/breadcrumb.js +1 -1
- package/dist/tools/breadcrumb.js.map +1 -1
- package/dist/tools/constrain.js +1 -1
- package/dist/tools/constrain.js.map +1 -1
- package/dist/tools/dag.js +1 -1
- package/dist/tools/dag.js.map +1 -1
- package/dist/tools/docs-catalog/authoring.d.ts +3 -0
- package/dist/tools/docs-catalog/authoring.d.ts.map +1 -0
- package/dist/tools/docs-catalog/authoring.js +236 -0
- package/dist/tools/docs-catalog/authoring.js.map +1 -0
- package/dist/tools/docs-catalog/index.d.ts +4 -0
- package/dist/tools/docs-catalog/index.d.ts.map +1 -0
- package/dist/tools/docs-catalog/index.js +12 -0
- package/dist/tools/docs-catalog/index.js.map +1 -0
- package/dist/tools/docs-catalog/motion.d.ts +3 -0
- package/dist/tools/docs-catalog/motion.d.ts.map +1 -0
- package/dist/tools/docs-catalog/motion.js +174 -0
- package/dist/tools/docs-catalog/motion.js.map +1 -0
- package/dist/tools/docs-catalog/structure.d.ts +3 -0
- package/dist/tools/docs-catalog/structure.d.ts.map +1 -0
- package/dist/tools/docs-catalog/structure.js +232 -0
- package/dist/tools/docs-catalog/structure.js.map +1 -0
- package/dist/tools/docs-catalog/types.d.ts +21 -0
- package/dist/tools/docs-catalog/types.d.ts.map +1 -0
- package/dist/tools/docs-catalog/types.js +13 -0
- package/dist/tools/docs-catalog/types.js.map +1 -0
- package/dist/tools/docs-catalog/workflow.d.ts +3 -0
- package/dist/tools/docs-catalog/workflow.d.ts.map +1 -0
- package/dist/tools/docs-catalog/workflow.js +236 -0
- package/dist/tools/docs-catalog/workflow.js.map +1 -0
- package/dist/tools/docs-values.d.ts +4 -0
- package/dist/tools/docs-values.d.ts.map +1 -0
- package/dist/tools/docs-values.js +16 -0
- package/dist/tools/docs-values.js.map +1 -0
- package/dist/tools/docs.d.ts +1 -20
- package/dist/tools/docs.d.ts.map +1 -1
- package/dist/tools/docs.js +101 -916
- package/dist/tools/docs.js.map +1 -1
- package/dist/tools/docs.test-support.d.ts +2 -0
- package/dist/tools/docs.test-support.d.ts.map +1 -0
- package/dist/tools/docs.test-support.js +48 -0
- package/dist/tools/docs.test-support.js.map +1 -0
- package/dist/tools/docs.test.js +49 -69
- package/dist/tools/docs.test.js.map +1 -1
- package/dist/tools/enumerated-list.js +1 -1
- package/dist/tools/enumerated-list.js.map +1 -1
- package/dist/tools/explainability.js +1 -1
- package/dist/tools/explainability.js.map +1 -1
- package/dist/tools/hyperlink.js +1 -1
- package/dist/tools/hyperlink.js.map +1 -1
- package/dist/tools/inspector.js +1 -1
- package/dist/tools/inspector.js.map +1 -1
- package/dist/tools/kbd.js +1 -1
- package/dist/tools/kbd.js.map +1 -1
- package/dist/tools/log.js +1 -1
- package/dist/tools/log.js.map +1 -1
- package/dist/tools/output.test.js +21 -4
- package/dist/tools/output.test.js.map +1 -1
- package/dist/tools/paginator.js +1 -1
- package/dist/tools/paginator.js.map +1 -1
- package/dist/tools/progress.js +1 -1
- package/dist/tools/progress.js.map +1 -1
- package/dist/tools/separator.js +1 -1
- package/dist/tools/separator.js.map +1 -1
- package/dist/tools/skeleton.js +1 -1
- package/dist/tools/skeleton.js.map +1 -1
- package/dist/tools/stepper.js +1 -1
- package/dist/tools/stepper.js.map +1 -1
- package/dist/tools/table.js +1 -1
- package/dist/tools/table.js.map +1 -1
- package/dist/tools/tabs.js +1 -1
- package/dist/tools/tabs.js.map +1 -1
- package/dist/tools/timeline.js +1 -1
- package/dist/tools/timeline.js.map +1 -1
- package/dist/tools/tree.js +1 -1
- package/dist/tools/tree.js.map +1 -1
- package/dist/types.d.ts +2 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
export const MOTION_DOCS_CATALOG = [
|
|
2
|
+
{
|
|
3
|
+
toolName: 'bijou_spinner',
|
|
4
|
+
family: 'spinnerFrame() / createSpinner()',
|
|
5
|
+
category: 'Feedback and Status',
|
|
6
|
+
summary: 'Inline spinner glyphs and live spinner controller for indeterminate work.',
|
|
7
|
+
aliases: ['spinner', 'loading spinner', 'busy indicator', 'working'],
|
|
8
|
+
useWhen: [
|
|
9
|
+
'Work is in flight but there is no honest percentage yet.',
|
|
10
|
+
'You need a compact live-status affordance rather than a large placeholder.',
|
|
11
|
+
],
|
|
12
|
+
avoidWhen: [
|
|
13
|
+
'Progress is determinate enough for a progress bar or stepper.',
|
|
14
|
+
'The load state wants a full skeleton or empty-state narrative instead.',
|
|
15
|
+
],
|
|
16
|
+
related: ['progressBar()', 'skeleton()', 'timer()'],
|
|
17
|
+
exampleArgs: {
|
|
18
|
+
tick: 3,
|
|
19
|
+
label: 'Build',
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
toolName: 'bijou_timer',
|
|
24
|
+
family: 'timer() / createTimer() / createStopwatch()',
|
|
25
|
+
category: 'Feedback and Status',
|
|
26
|
+
summary: 'Static and live timer family for countdowns, stopwatches, and elapsed-time readouts.',
|
|
27
|
+
aliases: ['timer', 'countdown', 'stopwatch', 'elapsed time'],
|
|
28
|
+
useWhen: [
|
|
29
|
+
'Time remaining or elapsed time is the core signal.',
|
|
30
|
+
'You need a compact time readout that can degrade across output modes.',
|
|
31
|
+
],
|
|
32
|
+
avoidWhen: [
|
|
33
|
+
'The user needs task progression rather than wall-clock duration.',
|
|
34
|
+
'A timestamp label is enough and no live timer semantics are needed.',
|
|
35
|
+
],
|
|
36
|
+
related: ['progressBar()', 'spinnerFrame() / createSpinner()', 'perfOverlaySurface()'],
|
|
37
|
+
exampleArgs: {
|
|
38
|
+
ms: 150000,
|
|
39
|
+
label: 'Deploy',
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
toolName: 'bijou_sparkline',
|
|
44
|
+
family: 'sparkline()',
|
|
45
|
+
category: 'Data Visualization',
|
|
46
|
+
summary: 'Compact inline trend graph using Unicode block characters.',
|
|
47
|
+
aliases: ['sparkline', 'inline chart', 'trend line', 'micro chart'],
|
|
48
|
+
useWhen: [
|
|
49
|
+
'You need a tiny trend summary inline with a metric.',
|
|
50
|
+
'A full chart would be too heavy for the available space.',
|
|
51
|
+
],
|
|
52
|
+
avoidWhen: [
|
|
53
|
+
'The chart needs axes, dense labels, or higher detail.',
|
|
54
|
+
'The audience needs exact values rather than a quick trend read.',
|
|
55
|
+
],
|
|
56
|
+
related: ['brailleChartSurface()', 'statsPanelSurface()', 'perfOverlaySurface()'],
|
|
57
|
+
exampleArgs: {
|
|
58
|
+
values: [1, 5, 3, 8, 2, 7],
|
|
59
|
+
width: 8,
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
toolName: 'bijou_braille_chart',
|
|
64
|
+
family: 'brailleChartSurface()',
|
|
65
|
+
category: 'Data Visualization',
|
|
66
|
+
summary: 'High-density filled area chart using Unicode Braille sub-pixels.',
|
|
67
|
+
aliases: ['braille chart', 'area chart', 'dense chart', 'tiny chart'],
|
|
68
|
+
useWhen: [
|
|
69
|
+
'You need more visual density than a sparkline can provide.',
|
|
70
|
+
'The chart should stay text-native but still show trend shape clearly.',
|
|
71
|
+
],
|
|
72
|
+
avoidWhen: [
|
|
73
|
+
'Exact values or labeled axes matter more than density.',
|
|
74
|
+
'A single metric trend is compact enough for sparkline().',
|
|
75
|
+
],
|
|
76
|
+
related: ['sparkline()', 'statsPanelSurface()', 'perfOverlaySurface()'],
|
|
77
|
+
exampleArgs: {
|
|
78
|
+
values: [1, 4, 2, 8, 3, 7, 5],
|
|
79
|
+
width: 16,
|
|
80
|
+
height: 4,
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
toolName: 'bijou_stats_panel',
|
|
85
|
+
family: 'statsPanelSurface()',
|
|
86
|
+
category: 'Data Visualization',
|
|
87
|
+
summary: 'Aligned metrics panel with labels, values, and optional inline sparklines.',
|
|
88
|
+
aliases: ['stats panel', 'metrics panel', 'telemetry panel', 'perf panel'],
|
|
89
|
+
useWhen: [
|
|
90
|
+
'Several metrics belong together inside one compact panel.',
|
|
91
|
+
'Labels, values, and small trends should stay aligned and readable.',
|
|
92
|
+
],
|
|
93
|
+
avoidWhen: [
|
|
94
|
+
'You only need one metric and a badge or inline value would do.',
|
|
95
|
+
'The content is narrative or workflow guidance rather than telemetry.',
|
|
96
|
+
],
|
|
97
|
+
related: ['sparkline()', 'brailleChartSurface()', 'perfOverlaySurface()'],
|
|
98
|
+
exampleArgs: {
|
|
99
|
+
entries: [
|
|
100
|
+
{ label: 'FPS', value: '60' },
|
|
101
|
+
{ label: 'frame', value: '16.7 ms', sparkline: [15.8, 16.1, 16.7, 16.4, 17.0] },
|
|
102
|
+
],
|
|
103
|
+
title: 'Perf',
|
|
104
|
+
width: 28,
|
|
105
|
+
},
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
toolName: 'bijou_perf_overlay',
|
|
109
|
+
family: 'perfOverlaySurface()',
|
|
110
|
+
category: 'Data Visualization',
|
|
111
|
+
summary: 'Prebuilt performance dashboard combining a stats panel and braille chart.',
|
|
112
|
+
aliases: ['perf overlay', 'performance overlay', 'telemetry overlay', 'fps overlay'],
|
|
113
|
+
useWhen: [
|
|
114
|
+
'You need an immediately useful perf HUD without composing several primitives yourself.',
|
|
115
|
+
'Frame timing, terminal size, and memory should be visible together as one overlay.',
|
|
116
|
+
],
|
|
117
|
+
avoidWhen: [
|
|
118
|
+
'The app only needs one inline metric or a small sparkline.',
|
|
119
|
+
'The shell should stay clean and no telemetry overlay belongs on screen.',
|
|
120
|
+
],
|
|
121
|
+
related: ['statsPanelSurface()', 'brailleChartSurface()', 'sparkline()'],
|
|
122
|
+
exampleArgs: {
|
|
123
|
+
fps: 60,
|
|
124
|
+
frameTimeMs: 16.7,
|
|
125
|
+
frameTimeHistory: [15.8, 16.1, 16.7, 16.4, 17.0],
|
|
126
|
+
width: 80,
|
|
127
|
+
height: 24,
|
|
128
|
+
title: 'Perf',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
toolName: 'bijou_branding',
|
|
133
|
+
family: 'loadRandomLogo() / gradientText()',
|
|
134
|
+
category: 'Narrative and Content',
|
|
135
|
+
summary: 'Expressive branding helpers for deliberate splash, celebratory, and docs-opening moments.',
|
|
136
|
+
aliases: ['branding', 'logo', 'gradient text', 'splash', 'hero'],
|
|
137
|
+
useWhen: [
|
|
138
|
+
'The interface needs a deliberate branded or celebratory moment.',
|
|
139
|
+
'Expressive emphasis helps open or orient the experience without carrying critical state.',
|
|
140
|
+
],
|
|
141
|
+
avoidWhen: [
|
|
142
|
+
'Routine app chrome or task-critical labels need maximum scanability.',
|
|
143
|
+
'Decoration would compete with the actual work or hide meaning behind color.',
|
|
144
|
+
],
|
|
145
|
+
related: ['markdown()', 'box()', 'renderByMode()'],
|
|
146
|
+
exampleArgs: {
|
|
147
|
+
logo: 'BIJOU',
|
|
148
|
+
headline: 'Release ready',
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
toolName: 'bijou_mode_aware_authoring',
|
|
153
|
+
family: 'renderByMode()',
|
|
154
|
+
category: 'Utility',
|
|
155
|
+
summary: 'Authoring helper for building one semantic primitive that lowers honestly across output modes.',
|
|
156
|
+
aliases: ['renderByMode', 'mode-aware primitive', 'custom primitive', 'lowering'],
|
|
157
|
+
useWhen: [
|
|
158
|
+
'An app needs a domain-specific primitive that does not belong in the shared component catalog.',
|
|
159
|
+
'The same semantic thing must lower honestly across interactive, pipe, and accessible modes.',
|
|
160
|
+
],
|
|
161
|
+
avoidWhen: [
|
|
162
|
+
'An existing Bijou family already matches the job.',
|
|
163
|
+
'Mode branching would only chase cosmetics instead of preserving meaning.',
|
|
164
|
+
],
|
|
165
|
+
related: ['note()', 'badge()', 'markdown()'],
|
|
166
|
+
exampleArgs: {
|
|
167
|
+
semanticThing: 'build health',
|
|
168
|
+
interactive: '[build][healthy]',
|
|
169
|
+
pipe: 'build health: healthy',
|
|
170
|
+
accessible: 'Build health is healthy.',
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
];
|
|
174
|
+
//# sourceMappingURL=motion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"motion.js","sourceRoot":"","sources":["../../../src/tools/docs-catalog/motion.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,mBAAmB,GAAoC;IAClE;QACE,QAAQ,EAAE,eAAe;QACzB,MAAM,EAAE,kCAAkC;QAC1C,QAAQ,EAAE,qBAAqB;QAC/B,OAAO,EAAE,2EAA2E;QACpF,OAAO,EAAE,CAAC,SAAS,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,SAAS,CAAC;QACpE,OAAO,EAAE;YACP,0DAA0D;YAC1D,4EAA4E;SAC7E;QACD,SAAS,EAAE;YACT,+DAA+D;YAC/D,wEAAwE;SACzE;QACD,OAAO,EAAE,CAAC,eAAe,EAAE,YAAY,EAAE,SAAS,CAAC;QACnD,WAAW,EAAE;YACX,IAAI,EAAE,CAAC;YACP,KAAK,EAAE,OAAO;SACf;KACF;IACD;QACE,QAAQ,EAAE,aAAa;QACvB,MAAM,EAAE,6CAA6C;QACrD,QAAQ,EAAE,qBAAqB;QAC/B,OAAO,EAAE,sFAAsF;QAC/F,OAAO,EAAE,CAAC,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,CAAC;QAC5D,OAAO,EAAE;YACP,oDAAoD;YACpD,uEAAuE;SACxE;QACD,SAAS,EAAE;YACT,kEAAkE;YAClE,qEAAqE;SACtE;QACD,OAAO,EAAE,CAAC,eAAe,EAAE,kCAAkC,EAAE,sBAAsB,CAAC;QACtF,WAAW,EAAE;YACX,EAAE,EAAE,MAAM;YACV,KAAK,EAAE,QAAQ;SAChB;KACF;IACD;QACE,QAAQ,EAAE,iBAAiB;QAC3B,MAAM,EAAE,aAAa;QACrB,QAAQ,EAAE,oBAAoB;QAC9B,OAAO,EAAE,4DAA4D;QACrE,OAAO,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,YAAY,EAAE,aAAa,CAAC;QACnE,OAAO,EAAE;YACP,qDAAqD;YACrD,0DAA0D;SAC3D;QACD,SAAS,EAAE;YACT,uDAAuD;YACvD,iEAAiE;SAClE;QACD,OAAO,EAAE,CAAC,uBAAuB,EAAE,qBAAqB,EAAE,sBAAsB,CAAC;QACjF,WAAW,EAAE;YACX,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;YAC1B,KAAK,EAAE,CAAC;SACT;KACF;IACD;QACE,QAAQ,EAAE,qBAAqB;QAC/B,MAAM,EAAE,uBAAuB;QAC/B,QAAQ,EAAE,oBAAoB;QAC9B,OAAO,EAAE,kEAAkE;QAC3E,OAAO,EAAE,CAAC,eAAe,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,CAAC;QACrE,OAAO,EAAE;YACP,4DAA4D;YAC5D,uEAAuE;SACxE;QACD,SAAS,EAAE;YACT,wDAAwD;YACxD,0DAA0D;SAC3D;QACD,OAAO,EAAE,CAAC,aAAa,EAAE,qBAAqB,EAAE,sBAAsB,CAAC;QACvE,WAAW,EAAE;YACX,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;YAC7B,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,CAAC;SACV;KACF;IACD;QACE,QAAQ,EAAE,mBAAmB;QAC7B,MAAM,EAAE,qBAAqB;QAC7B,QAAQ,EAAE,oBAAoB;QAC9B,OAAO,EAAE,4EAA4E;QACrF,OAAO,EAAE,CAAC,aAAa,EAAE,eAAe,EAAE,iBAAiB,EAAE,YAAY,CAAC;QAC1E,OAAO,EAAE;YACP,2DAA2D;YAC3D,oEAAoE;SACrE;QACD,SAAS,EAAE;YACT,gEAAgE;YAChE,sEAAsE;SACvE;QACD,OAAO,EAAE,CAAC,aAAa,EAAE,uBAAuB,EAAE,sBAAsB,CAAC;QACzE,WAAW,EAAE;YACX,OAAO,EAAE;gBACP,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE;gBAC7B,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE;aAChF;YACD,KAAK,EAAE,MAAM;YACb,KAAK,EAAE,EAAE;SACV;KACF;IACD;QACE,QAAQ,EAAE,oBAAoB;QAC9B,MAAM,EAAE,sBAAsB;QAC9B,QAAQ,EAAE,oBAAoB;QAC9B,OAAO,EAAE,2EAA2E;QACpF,OAAO,EAAE,CAAC,cAAc,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,aAAa,CAAC;QACpF,OAAO,EAAE;YACP,wFAAwF;YACxF,oFAAoF;SACrF;QACD,SAAS,EAAE;YACT,4DAA4D;YAC5D,yEAAyE;SAC1E;QACD,OAAO,EAAE,CAAC,qBAAqB,EAAE,uBAAuB,EAAE,aAAa,CAAC;QACxE,WAAW,EAAE;YACX,GAAG,EAAE,EAAE;YACP,WAAW,EAAE,IAAI;YACjB,gBAAgB,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC;YAChD,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,KAAK,EAAE,MAAM;SACd;KACF;IACD;QACE,QAAQ,EAAE,gBAAgB;QAC1B,MAAM,EAAE,mCAAmC;QAC3C,QAAQ,EAAE,uBAAuB;QACjC,OAAO,EAAE,2FAA2F;QACpG,OAAO,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,CAAC;QAChE,OAAO,EAAE;YACP,iEAAiE;YACjE,0FAA0F;SAC3F;QACD,SAAS,EAAE;YACT,sEAAsE;YACtE,6EAA6E;SAC9E;QACD,OAAO,EAAE,CAAC,YAAY,EAAE,OAAO,EAAE,gBAAgB,CAAC;QAClD,WAAW,EAAE;YACX,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE,eAAe;SAC1B;KACF;IACD;QACE,QAAQ,EAAE,4BAA4B;QACtC,MAAM,EAAE,gBAAgB;QACxB,QAAQ,EAAE,SAAS;QACnB,OAAO,EAAE,gGAAgG;QACzG,OAAO,EAAE,CAAC,cAAc,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,UAAU,CAAC;QACjF,OAAO,EAAE;YACP,gGAAgG;YAChG,6FAA6F;SAC9F;QACD,SAAS,EAAE;YACT,mDAAmD;YACnD,0EAA0E;SAC3E;QACD,OAAO,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,YAAY,CAAC;QAC5C,WAAW,EAAE;YACX,aAAa,EAAE,cAAc;YAC7B,WAAW,EAAE,kBAAkB;YAC/B,IAAI,EAAE,uBAAuB;YAC7B,UAAU,EAAE,0BAA0B;SACvC;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"structure.d.ts","sourceRoot":"","sources":["../../../src/tools/docs-catalog/structure.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEvD,eAAO,MAAM,sBAAsB,EAAE,SAAS,oBAAoB,EAsOjE,CAAC"}
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
export const STRUCTURE_DOCS_CATALOG = [
|
|
2
|
+
{
|
|
3
|
+
toolName: 'bijou_table',
|
|
4
|
+
family: 'table()',
|
|
5
|
+
category: 'Data and Structure',
|
|
6
|
+
summary: 'Rectangular data grid with headers and box-drawing borders.',
|
|
7
|
+
aliases: ['table', 'grid', 'rows', 'columns'],
|
|
8
|
+
useWhen: [
|
|
9
|
+
'Your data is naturally row-and-column shaped.',
|
|
10
|
+
'People need to compare values across consistent fields.',
|
|
11
|
+
],
|
|
12
|
+
avoidWhen: [
|
|
13
|
+
'The structure is hierarchical rather than tabular.',
|
|
14
|
+
'You need narrative prose more than aligned comparison.',
|
|
15
|
+
],
|
|
16
|
+
related: ['dag()', 'tree()', 'enumeratedList()'],
|
|
17
|
+
exampleArgs: {
|
|
18
|
+
columns: [{ header: 'Service' }, { header: 'Status' }],
|
|
19
|
+
rows: [['api', 'healthy'], ['worker', 'healthy']],
|
|
20
|
+
width: 40,
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
toolName: 'bijou_tree',
|
|
25
|
+
family: 'tree()',
|
|
26
|
+
category: 'Data and Structure',
|
|
27
|
+
summary: 'Nested hierarchy with Unicode connectors.',
|
|
28
|
+
aliases: ['tree', 'hierarchy', 'outline', 'nested'],
|
|
29
|
+
useWhen: [
|
|
30
|
+
'The data has parent-child nesting.',
|
|
31
|
+
'Expansion order matters more than cross-node comparison.',
|
|
32
|
+
],
|
|
33
|
+
avoidWhen: [
|
|
34
|
+
'You need many-to-many relationships or cross-links.',
|
|
35
|
+
'The data is better scanned as rows and columns.',
|
|
36
|
+
],
|
|
37
|
+
related: ['dag()', 'enumeratedList()', 'table()'],
|
|
38
|
+
exampleArgs: {
|
|
39
|
+
nodes: [
|
|
40
|
+
{
|
|
41
|
+
label: 'docs',
|
|
42
|
+
children: [{ label: 'design-system' }, { label: 'release' }],
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
toolName: 'bijou_dag',
|
|
49
|
+
family: 'dag()',
|
|
50
|
+
category: 'Data and Structure',
|
|
51
|
+
summary: 'Directed graph with boxed nodes and routed edges.',
|
|
52
|
+
aliases: ['dag', 'graph', 'dependency graph', 'flow graph'],
|
|
53
|
+
useWhen: [
|
|
54
|
+
'Relationships are graph-shaped rather than purely hierarchical.',
|
|
55
|
+
'You need to show dependencies, branches, or converging flows.',
|
|
56
|
+
],
|
|
57
|
+
avoidWhen: [
|
|
58
|
+
'A linear timeline or step list would explain the flow more clearly.',
|
|
59
|
+
'The structure is simple enough for a tree or breadcrumb.',
|
|
60
|
+
],
|
|
61
|
+
related: ['tree()', 'timeline()', 'table()'],
|
|
62
|
+
exampleArgs: {
|
|
63
|
+
nodes: [
|
|
64
|
+
{ id: 'build', label: 'Build', edges: ['test'] },
|
|
65
|
+
{ id: 'test', label: 'Test', edges: ['deploy'] },
|
|
66
|
+
{ id: 'deploy', label: 'Deploy' },
|
|
67
|
+
],
|
|
68
|
+
maxWidth: 60,
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
toolName: 'bijou_enumerated_list',
|
|
73
|
+
family: 'enumeratedList()',
|
|
74
|
+
category: 'Data and Structure',
|
|
75
|
+
summary: 'List renderer for bullets, ordered steps, letters, or roman numerals.',
|
|
76
|
+
aliases: ['enumerated list', 'list', 'bullet list', 'ordered list'],
|
|
77
|
+
useWhen: [
|
|
78
|
+
'You need a lightweight ordered or unordered list.',
|
|
79
|
+
'Sequence matters but rich container chrome would be overkill.',
|
|
80
|
+
],
|
|
81
|
+
avoidWhen: [
|
|
82
|
+
'Items need per-row metadata or aligned fields.',
|
|
83
|
+
'The structure is better represented as tabs, steps, or a tree.',
|
|
84
|
+
],
|
|
85
|
+
related: ['stepper()', 'timeline()', 'table()'],
|
|
86
|
+
exampleArgs: {
|
|
87
|
+
items: ['Build', 'Test', 'Deploy'],
|
|
88
|
+
style: 'arabic',
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
toolName: 'bijou_box',
|
|
93
|
+
family: 'box()',
|
|
94
|
+
category: 'Containers and Layout',
|
|
95
|
+
summary: 'Generic bordered container for prose, status, or grouped content.',
|
|
96
|
+
aliases: ['box', 'panel', 'container'],
|
|
97
|
+
useWhen: [
|
|
98
|
+
'Content needs a visible boundary or title.',
|
|
99
|
+
'You want a neutral container that does not imply workflow state.',
|
|
100
|
+
],
|
|
101
|
+
avoidWhen: [
|
|
102
|
+
'The content wants a more opinionated component such as alert or inspector.',
|
|
103
|
+
'The output is simple enough to stay as plain text.',
|
|
104
|
+
],
|
|
105
|
+
related: ['headerBox()', 'alert()', 'inspector()'],
|
|
106
|
+
exampleArgs: {
|
|
107
|
+
content: 'Release ready for canary.',
|
|
108
|
+
title: 'status',
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
toolName: 'bijou_header_box',
|
|
113
|
+
family: 'headerBox()',
|
|
114
|
+
category: 'Containers and Layout',
|
|
115
|
+
summary: 'Compact labeled container with a heading and optional detail line.',
|
|
116
|
+
aliases: ['header box', 'summary panel', 'heading panel'],
|
|
117
|
+
useWhen: [
|
|
118
|
+
'A compact callout needs a strong label up front.',
|
|
119
|
+
'You want a container with more voice than a generic box.',
|
|
120
|
+
],
|
|
121
|
+
avoidWhen: [
|
|
122
|
+
'You need multi-section detail instead of a headline summary.',
|
|
123
|
+
'The content is only one line and does not need chrome.',
|
|
124
|
+
],
|
|
125
|
+
related: ['box()', 'inspector()', 'alert()'],
|
|
126
|
+
exampleArgs: {
|
|
127
|
+
label: 'Release',
|
|
128
|
+
detail: 'stable',
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
toolName: 'bijou_separator',
|
|
133
|
+
family: 'separator()',
|
|
134
|
+
category: 'Containers and Layout',
|
|
135
|
+
summary: 'Horizontal rule with optional centered label.',
|
|
136
|
+
aliases: ['separator', 'divider', 'rule'],
|
|
137
|
+
useWhen: [
|
|
138
|
+
'You need a clear break between sections.',
|
|
139
|
+
'A short label should orient the next block of content.',
|
|
140
|
+
],
|
|
141
|
+
avoidWhen: [
|
|
142
|
+
'You need an actual container rather than a visual divider.',
|
|
143
|
+
'The surrounding layout already makes section boundaries obvious.',
|
|
144
|
+
],
|
|
145
|
+
related: ['box()', 'headerBox()', 'tabs()'],
|
|
146
|
+
exampleArgs: {
|
|
147
|
+
label: 'release queue',
|
|
148
|
+
width: 32,
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
toolName: 'bijou_constrain',
|
|
153
|
+
family: 'constrain()',
|
|
154
|
+
category: 'Containers and Layout',
|
|
155
|
+
summary: 'Text truncation helper for bounded width and height.',
|
|
156
|
+
aliases: ['constrain', 'truncate', 'clamp', 'ellipsis'],
|
|
157
|
+
useWhen: [
|
|
158
|
+
'Free-form text must fit a strict width or height.',
|
|
159
|
+
'A preview should stay honest without rewriting the source text.',
|
|
160
|
+
],
|
|
161
|
+
avoidWhen: [
|
|
162
|
+
'You actually need wrapping instead of truncation.',
|
|
163
|
+
'The source content is important enough to merit a scrollable container.',
|
|
164
|
+
],
|
|
165
|
+
related: ['box()', 'markdown()', 'table()'],
|
|
166
|
+
exampleArgs: {
|
|
167
|
+
content: 'This is a long release note preview that should be clipped before it overruns the surrounding layout.',
|
|
168
|
+
maxWidth: 26,
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
toolName: 'bijou_alert',
|
|
173
|
+
family: 'alert()',
|
|
174
|
+
category: 'Feedback and Status',
|
|
175
|
+
summary: 'Severity callout with icon and bordered container.',
|
|
176
|
+
aliases: ['alert', 'warning', 'error', 'success', 'info'],
|
|
177
|
+
useWhen: [
|
|
178
|
+
'A message needs strong severity signaling.',
|
|
179
|
+
'The reader should treat the content as a callout rather than ambient copy.',
|
|
180
|
+
],
|
|
181
|
+
avoidWhen: [
|
|
182
|
+
'You need transient notification behavior rather than a static panel.',
|
|
183
|
+
'The state is low-stakes enough for a badge or note.',
|
|
184
|
+
],
|
|
185
|
+
related: ['badge()', 'log()', 'explainability()'],
|
|
186
|
+
exampleArgs: {
|
|
187
|
+
message: 'Canary error budget is almost exhausted.',
|
|
188
|
+
variant: 'warning',
|
|
189
|
+
},
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
toolName: 'bijou_note',
|
|
193
|
+
family: 'note()',
|
|
194
|
+
category: 'Feedback and Status',
|
|
195
|
+
summary: 'Calm explanatory note for form flows and inline guidance without alert-level urgency.',
|
|
196
|
+
aliases: ['note', 'helper text', 'supporting note', 'inline guidance'],
|
|
197
|
+
useWhen: [
|
|
198
|
+
'You need supportive explanatory text that should not compete with primary status messaging.',
|
|
199
|
+
'A form, guided flow, or inspector needs clarifying context without turning into an alert.',
|
|
200
|
+
],
|
|
201
|
+
avoidWhen: [
|
|
202
|
+
'The message carries urgency, severity, or a required next action.',
|
|
203
|
+
'The content is long-form prose that should live in markdown() or guidedFlow().',
|
|
204
|
+
],
|
|
205
|
+
related: ['alert()', 'markdown()', 'group() / wizard()'],
|
|
206
|
+
exampleArgs: {
|
|
207
|
+
title: 'Deploy window',
|
|
208
|
+
message: 'Rotate credentials after the canary completes.',
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
toolName: 'bijou_progress_bar',
|
|
213
|
+
family: 'progressBar()',
|
|
214
|
+
category: 'Feedback and Status',
|
|
215
|
+
summary: 'Static completion bar with optional percent label.',
|
|
216
|
+
aliases: ['progress', 'progress bar', 'percent', 'completion'],
|
|
217
|
+
useWhen: [
|
|
218
|
+
'A single bounded percentage is the important state.',
|
|
219
|
+
'You need a compact progress signal inside another surface.',
|
|
220
|
+
],
|
|
221
|
+
avoidWhen: [
|
|
222
|
+
'The workflow has named steps rather than a pure percent.',
|
|
223
|
+
'The state is indeterminate and should be shown as loading instead.',
|
|
224
|
+
],
|
|
225
|
+
related: ['stepper()', 'timeline()', 'skeleton()'],
|
|
226
|
+
exampleArgs: {
|
|
227
|
+
percent: 72,
|
|
228
|
+
width: 20,
|
|
229
|
+
},
|
|
230
|
+
},
|
|
231
|
+
];
|
|
232
|
+
//# sourceMappingURL=structure.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"structure.js","sourceRoot":"","sources":["../../../src/tools/docs-catalog/structure.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface ToolInteractionProfiles {
|
|
2
|
+
readonly interactive: string;
|
|
3
|
+
readonly static: string;
|
|
4
|
+
readonly pipe: string;
|
|
5
|
+
readonly accessible: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ToolDocsCatalogEntry {
|
|
8
|
+
readonly toolName: string;
|
|
9
|
+
readonly family: string;
|
|
10
|
+
readonly category: string;
|
|
11
|
+
readonly summary: string;
|
|
12
|
+
readonly aliases: readonly string[];
|
|
13
|
+
readonly useWhen: readonly string[];
|
|
14
|
+
readonly avoidWhen: readonly string[];
|
|
15
|
+
readonly interactionProfiles?: Partial<ToolInteractionProfiles>;
|
|
16
|
+
readonly related: readonly string[];
|
|
17
|
+
readonly exampleArgs?: Record<string, unknown>;
|
|
18
|
+
}
|
|
19
|
+
export declare const DEFAULT_INTERACTION_PROFILES: ToolInteractionProfiles;
|
|
20
|
+
export declare const DEFAULT_DOCS_ONLY_INTERACTION_PROFILES: ToolInteractionProfiles;
|
|
21
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/tools/docs-catalog/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;IACpC,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;IACpC,QAAQ,CAAC,SAAS,EAAE,SAAS,MAAM,EAAE,CAAC;IACtC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAC;IAChE,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAC;IACpC,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAChD;AAED,eAAO,MAAM,4BAA4B,EAAE,uBAK1C,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,uBAKpD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const DEFAULT_INTERACTION_PROFILES = {
|
|
2
|
+
interactive: 'Rendered through a plain-style interactive context with Unicode structure and no ANSI color.',
|
|
3
|
+
static: 'Matches the interactive MCP output because the wrapper returns a plain-text rendering rather than a live terminal state.',
|
|
4
|
+
pipe: 'Not separately lowered by the MCP wrapper; the returned result is already plain text suitable for logs, prompts, and transcripts.',
|
|
5
|
+
accessible: 'No dedicated accessible lowering is exposed by this MCP wrapper yet, so callers should treat the plain-text structure as the accessible fallback.',
|
|
6
|
+
};
|
|
7
|
+
export const DEFAULT_DOCS_ONLY_INTERACTION_PROFILES = {
|
|
8
|
+
interactive: 'No dedicated MCP render tool is exposed today. bijou_docs documents this first-party family directly and can synthesize a representative plain-text example when examples are requested.',
|
|
9
|
+
static: 'Matches the docs-only interactive sample because bijou_docs returns a plain-text reference rendering rather than a live terminal session.',
|
|
10
|
+
pipe: 'The synthesized example output is already plain text suitable for logs, prompts, and transcripts.',
|
|
11
|
+
accessible: 'No dedicated accessible lowering is exposed for this docs-only entry yet, so callers should treat the plain-text sample and guidance as the accessible fallback.',
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/tools/docs-catalog/types.ts"],"names":[],"mappings":"AAoBA,MAAM,CAAC,MAAM,4BAA4B,GAA4B;IACnE,WAAW,EAAE,8FAA8F;IAC3G,MAAM,EAAE,0HAA0H;IAClI,IAAI,EAAE,mIAAmI;IACzI,UAAU,EAAE,mJAAmJ;CAChK,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAA4B;IAC7E,WAAW,EAAE,0LAA0L;IACvM,MAAM,EAAE,2IAA2I;IACnJ,IAAI,EAAE,mGAAmG;IACzG,UAAU,EAAE,kKAAkK;CAC/K,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../../../src/tools/docs-catalog/workflow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAEvD,eAAO,MAAM,qBAAqB,EAAE,SAAS,oBAAoB,EA0OhE,CAAC"}
|