@bendyline/gilde 0.1.20 → 0.1.22
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/authoring/chat-models/muse-glimmer-30b-q4.json +1 -1
- package/authoring/chat-models/nemotron3.5-lightning-30b-q4.json +135 -0
- package/authoring/chat-models/nemotron3.5-lightning-30b-q8.json +135 -0
- package/authoring/page-demo-stub.js +85 -0
- package/data/chat-models/de/deepseek-v4-flash-284b-mxfp4/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-mxfp4/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2/versions/1.1.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2q4/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q2q4/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q4/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q4/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/de/deepseek-v4-flash-284b-q4/versions/1.1.0/manifest.json +3 -1
- package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +3 -1
- package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +3 -1
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +1 -1
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q4/manifest.json +194 -0
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q4/versions/1.0.0/manifest.json +74 -0
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q8/manifest.json +209 -0
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q8/versions/1.0.0/manifest.json +89 -0
- package/data/connector-types/bl/bluesky-posts/manifest.json +16 -0
- package/data/connector-types/bl/bluesky-posts/versions/1.0.0/manifest.json +70 -0
- package/data/connector-types/gi/github-issues/versions/1.0.1/manifest.json +67 -0
- package/data/connector-types/gi/github-pulls/manifest.json +17 -0
- package/data/connector-types/gi/github-pulls/versions/1.0.0/manifest.json +37 -0
- package/data/connector-types/in/instagram-media/manifest.json +17 -0
- package/data/connector-types/in/instagram-media/versions/1.0.0/manifest.json +70 -0
- package/data/connector-types/index.json +1 -1
- package/data/connector-types/x-/x-posts/manifest.json +17 -0
- package/data/connector-types/x-/x-posts/versions/1.0.0/manifest.json +66 -0
- package/data/craftbook-templates/dr/draft-social-post/manifest.json +23 -0
- package/data/craftbook-templates/dr/draft-social-post/versions/1.0.0/craftbook.json +176 -0
- package/data/craftbook-templates/dr/draft-social-post/versions/1.0.0/test.json +161 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/re/reception-report/manifest.json +21 -0
- package/data/craftbook-templates/re/reception-report/versions/1.0.0/craftbook.json +170 -0
- package/data/craftbook-templates/re/reception-report/versions/1.0.0/test.json +168 -0
- package/data/craftbook-templates/so/social-digest/manifest.json +21 -0
- package/data/craftbook-templates/so/social-digest/versions/1.0.0/craftbook.json +133 -0
- package/data/craftbook-templates/so/social-digest/versions/1.0.0/test.json +168 -0
- package/data/gezel-templates/index.json +1 -1
- package/data/gezel-templates/om/omroeper/manifest.json +20 -0
- package/data/gezel-templates/om/omroeper/versions/1.0.0/about.md +33 -0
- package/data/gezel-templates/om/omroeper/versions/1.0.0/manifest.json +23 -0
- package/data/project-types/im/image-feed/manifest.json +20 -0
- package/data/project-types/im/image-feed/versions/1.0.0/about.md +21 -0
- package/data/project-types/im/image-feed/versions/1.0.0/manifest.json +330 -0
- package/data/project-types/im/image-feed/versions/1.0.0/mission.md +10 -0
- package/data/project-types/im/image-feed/versions/1.0.0/pages/gallery/index.html +831 -0
- package/data/project-types/im/image-feed/versions/1.0.0/posts/index.json +4 -0
- package/data/project-types/im/image-feed/versions/1.0.0/style-guide.md +24 -0
- package/data/project-types/index.json +1 -1
- package/data/project-types/so/social-feed/manifest.json +20 -0
- package/data/project-types/so/social-feed/versions/1.0.0/about.md +19 -0
- package/data/project-types/so/social-feed/versions/1.0.0/manifest.json +330 -0
- package/data/project-types/so/social-feed/versions/1.0.0/mission.md +10 -0
- package/data/project-types/so/social-feed/versions/1.0.0/pages/dashboard/index.html +754 -0
- package/data/project-types/so/social-feed/versions/1.0.0/posts/index.json +4 -0
- package/data/project-types/so/social-feed/versions/1.0.0/voice-guide.md +22 -0
- package/package.json +1 -1
- package/schemas/chat-model-version.schema.json +10 -0
- package/schemas/connector-type-version.schema.json +6 -0
- package/schemas/craftbook-doc.schema.json +24 -0
- package/schemas/craftbook-template-version.schema.json +24 -0
- package/schemas/craftbook-test.schema.json +1 -0
- package/schemas/project-type-version.schema.json +4 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Voice guide
|
|
2
|
+
|
|
3
|
+
{{voice}}
|
|
4
|
+
|
|
5
|
+
## How {{brand}} sounds
|
|
6
|
+
|
|
7
|
+
- Short sentences. Concrete nouns. No filler.
|
|
8
|
+
- Warm, not chummy; confident, never salesy.
|
|
9
|
+
- Write like one person talking to one person.
|
|
10
|
+
|
|
11
|
+
## Per platform
|
|
12
|
+
|
|
13
|
+
- **Bluesky** — conversational and link-friendly; 300 characters.
|
|
14
|
+
- **X** — tighter; 280 characters, and the first line does the work.
|
|
15
|
+
- **Instagram** — the image leads; the caption adds one honest thought.
|
|
16
|
+
|
|
17
|
+
## Never
|
|
18
|
+
|
|
19
|
+
- Hashtag pile-ups, engagement bait, manufactured urgency.
|
|
20
|
+
- Claims we cannot back, punching down, posting angry.
|
|
21
|
+
|
|
22
|
+
Edit this file freely — the crew treats it as law.
|
package/package.json
CHANGED
|
@@ -254,6 +254,16 @@
|
|
|
254
254
|
"exclusiveMinimum": 0,
|
|
255
255
|
"maximum": 9007199254740991
|
|
256
256
|
},
|
|
257
|
+
"kvBytesPerToken": {
|
|
258
|
+
"type": "integer",
|
|
259
|
+
"exclusiveMinimum": 0,
|
|
260
|
+
"maximum": 9007199254740991
|
|
261
|
+
},
|
|
262
|
+
"residentCtxTokens": {
|
|
263
|
+
"type": "integer",
|
|
264
|
+
"exclusiveMinimum": 0,
|
|
265
|
+
"maximum": 9007199254740991
|
|
266
|
+
},
|
|
257
267
|
"quantization": {
|
|
258
268
|
"type": "string"
|
|
259
269
|
},
|
|
@@ -158,6 +158,30 @@
|
|
|
158
158
|
]
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
|
+
"connectors": {
|
|
162
|
+
"type": "array",
|
|
163
|
+
"items": {
|
|
164
|
+
"type": "object",
|
|
165
|
+
"properties": {
|
|
166
|
+
"typeId": {
|
|
167
|
+
"type": "string",
|
|
168
|
+
"minLength": 1
|
|
169
|
+
},
|
|
170
|
+
"sourceId": {
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"optional": {
|
|
174
|
+
"type": "boolean"
|
|
175
|
+
},
|
|
176
|
+
"reason": {
|
|
177
|
+
"type": "string"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"required": [
|
|
181
|
+
"typeId"
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
},
|
|
161
185
|
"paramSchema": {
|
|
162
186
|
"type": "object",
|
|
163
187
|
"propertyNames": {
|
|
@@ -5505,6 +5505,30 @@
|
|
|
5505
5505
|
"toolsetId"
|
|
5506
5506
|
]
|
|
5507
5507
|
}
|
|
5508
|
+
},
|
|
5509
|
+
"connectors": {
|
|
5510
|
+
"type": "array",
|
|
5511
|
+
"items": {
|
|
5512
|
+
"type": "object",
|
|
5513
|
+
"properties": {
|
|
5514
|
+
"typeId": {
|
|
5515
|
+
"type": "string",
|
|
5516
|
+
"minLength": 1
|
|
5517
|
+
},
|
|
5518
|
+
"sourceId": {
|
|
5519
|
+
"type": "string"
|
|
5520
|
+
},
|
|
5521
|
+
"optional": {
|
|
5522
|
+
"type": "boolean"
|
|
5523
|
+
},
|
|
5524
|
+
"reason": {
|
|
5525
|
+
"type": "string"
|
|
5526
|
+
}
|
|
5527
|
+
},
|
|
5528
|
+
"required": [
|
|
5529
|
+
"typeId"
|
|
5530
|
+
]
|
|
5531
|
+
}
|
|
5508
5532
|
}
|
|
5509
5533
|
},
|
|
5510
5534
|
"required": [
|