@bendyline/gilde 0.1.21 → 0.1.23
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/nemotron3.5-lightning-30b-q4.json +3 -2
- package/authoring/chat-models/nemotron3.5-lightning-30b-q8.json +3 -2
- package/authoring/page-demo-stub.js +85 -0
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q4/manifest.json +3 -2
- package/data/chat-models/ne/nemotron3.5-lightning-30b-q8/manifest.json +3 -2
- package/data/connector-types/bl/bluesky-posts/manifest.json +16 -0
- package/data/connector-types/bl/bluesky-posts/versions/1.0.0/manifest.json +76 -0
- package/data/connector-types/ca/calendar-google/versions/1.0.0/manifest.json +14 -0
- package/data/connector-types/gi/github-issues/versions/1.0.1/manifest.json +67 -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 +96 -0
- package/data/connector-types/index.json +1 -1
- package/data/connector-types/li/linkedin-posts/manifest.json +16 -0
- package/data/connector-types/li/linkedin-posts/versions/1.0.0/manifest.json +54 -0
- package/data/connector-types/ma/mail-gmail/versions/1.0.0/manifest.json +14 -0
- package/data/connector-types/ma/mail-microsoft365/versions/1.0.0/manifest.json +14 -1
- package/data/connector-types/ma/mail-outlook/versions/1.0.0/manifest.json +14 -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 +92 -0
- package/data/craftbook-templates/dr/draft-social-post/manifest.json +24 -0
- package/data/craftbook-templates/dr/draft-social-post/versions/1.0.0/craftbook.json +178 -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/ca/caregiving-binder/versions/1.1.0/about.md +8 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/care.json +4 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/manifest.json +178 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/meds.json +8 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/mission.md +8 -0
- package/data/project-types/ca/caregiving-binder/versions/1.1.0/pages/dashboard/index.html +265 -0
- package/data/project-types/ch/checkers/versions/1.2.0/about.md +9 -0
- package/data/project-types/ch/checkers/versions/1.2.0/game.json +77 -0
- package/data/project-types/ch/checkers/versions/1.2.0/manifest.json +167 -0
- package/data/project-types/ch/checkers/versions/1.2.0/mission.md +9 -0
- package/data/project-types/ch/checkers/versions/1.2.0/pages/board/index.html +1157 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/about.md +8 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/deck.json +7 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/manifest.json +168 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/mission.md +6 -0
- package/data/project-types/fl/flashcards/versions/1.1.0/pages/review/index.html +476 -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 +832 -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 +21 -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 +336 -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 +756 -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/connector-type-version.schema.json +6 -0
- package/schemas/craftbook-test.schema.json +1 -0
- package/schemas/project-type-version.schema.json +4 -0
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"version": "1.0.0",
|
|
24
24
|
"updatedAt": "2026-08-11T00:00:00Z",
|
|
25
|
+
"minGezelVersion": "1.26223",
|
|
25
26
|
"license": "OpenMDW-1.1",
|
|
26
27
|
"licenseClass": "open",
|
|
27
28
|
"licenseShortName": "OpenMDW 1.1",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"profiles": {
|
|
67
68
|
"thinking-general": {
|
|
68
69
|
"sampling": {
|
|
69
|
-
"temperature":
|
|
70
|
+
"temperature": 0.6,
|
|
70
71
|
"topP": 0.95,
|
|
71
72
|
"maxTokens": 16384
|
|
72
73
|
},
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
},
|
|
78
79
|
"thinking-coding": {
|
|
79
80
|
"sampling": {
|
|
80
|
-
"temperature":
|
|
81
|
+
"temperature": 0.6,
|
|
81
82
|
"topP": 0.95,
|
|
82
83
|
"maxTokens": 32768
|
|
83
84
|
},
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"version": "1.0.0",
|
|
24
24
|
"updatedAt": "2026-08-11T00:00:00Z",
|
|
25
|
+
"minGezelVersion": "1.26223",
|
|
25
26
|
"license": "OpenMDW-1.1",
|
|
26
27
|
"licenseClass": "open",
|
|
27
28
|
"licenseShortName": "OpenMDW 1.1",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"profiles": {
|
|
67
68
|
"thinking-general": {
|
|
68
69
|
"sampling": {
|
|
69
|
-
"temperature":
|
|
70
|
+
"temperature": 0.6,
|
|
70
71
|
"topP": 0.95,
|
|
71
72
|
"maxTokens": 16384
|
|
72
73
|
},
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
},
|
|
78
79
|
"thinking-coding": {
|
|
79
80
|
"sampling": {
|
|
80
|
-
"temperature":
|
|
81
|
+
"temperature": 0.6,
|
|
81
82
|
"topP": 0.95,
|
|
82
83
|
"maxTokens": 32768
|
|
83
84
|
},
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/* gezel-page-demo-stub v1 */
|
|
2
|
+
/*
|
|
3
|
+
* The canonical demo stub for Gezel type pages. MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Paste this file's bytes verbatim into a <script> block ahead of the
|
|
6
|
+
* page's own code, then call makeDemoGezel({ page, tools, data }) with the
|
|
7
|
+
* page's demo handlers. Served by Gezel, the real window.gezel is already
|
|
8
|
+
* injected and the stub steps aside; opened as a raw file (the live demos
|
|
9
|
+
* on gezelgilde.com), it installs a window.gezel whose tools and data are
|
|
10
|
+
* the page-supplied handler maps — one code path in every mode. `tools`
|
|
11
|
+
* and `data` map a tool name / declared read path to a function; data
|
|
12
|
+
* handlers back read() and list(), and url() returns the handler's value
|
|
13
|
+
* or passes a data: URI through. See docs/page-authoring.md.
|
|
14
|
+
*/
|
|
15
|
+
(function () {
|
|
16
|
+
'use strict';
|
|
17
|
+
window.makeDemoGezel = function (opts) {
|
|
18
|
+
if (window.gezel) return window.gezel;
|
|
19
|
+
var page = (opts && opts.page) || {};
|
|
20
|
+
var tools = (opts && opts.tools) || {};
|
|
21
|
+
var data = (opts && opts.data) || {};
|
|
22
|
+
var themeListeners = [];
|
|
23
|
+
var media = window.matchMedia ? window.matchMedia('(prefers-color-scheme: dark)') : null;
|
|
24
|
+
var ui = {
|
|
25
|
+
theme: { mode: media && media.matches ? 'dark' : 'light' },
|
|
26
|
+
onTheme: function (cb) {
|
|
27
|
+
themeListeners.push(cb);
|
|
28
|
+
return function () {
|
|
29
|
+
var at = themeListeners.indexOf(cb);
|
|
30
|
+
if (at >= 0) themeListeners.splice(at, 1);
|
|
31
|
+
};
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
if (media && media.addEventListener) {
|
|
35
|
+
media.addEventListener('change', function (ev) {
|
|
36
|
+
ui.theme = { mode: ev.matches ? 'dark' : 'light' };
|
|
37
|
+
themeListeners.slice().forEach(function (cb) { cb(ui.theme); });
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
function fail(code, message) {
|
|
41
|
+
var err = new Error(message);
|
|
42
|
+
err.code = code;
|
|
43
|
+
return Promise.reject(err);
|
|
44
|
+
}
|
|
45
|
+
function run(map, key, arg) {
|
|
46
|
+
if (!Object.prototype.hasOwnProperty.call(map, key)) return null;
|
|
47
|
+
return Promise.resolve().then(function () { return map[key](arg); });
|
|
48
|
+
}
|
|
49
|
+
window.gezel = {
|
|
50
|
+
page: {
|
|
51
|
+
api: 1,
|
|
52
|
+
projectId: 'demo',
|
|
53
|
+
source: 'type',
|
|
54
|
+
entry: page.entry || 'index.html',
|
|
55
|
+
typeName: page.typeName || 'demo',
|
|
56
|
+
params: page.params || {},
|
|
57
|
+
mode: 'demo',
|
|
58
|
+
},
|
|
59
|
+
tools: {
|
|
60
|
+
list: function () { return Promise.resolve(Object.keys(tools)); },
|
|
61
|
+
invoke: function (name, input) {
|
|
62
|
+
var call = run(tools, name, input || {});
|
|
63
|
+
if (!call) return fail('not-allowed', "The demo does not handle the tool '" + name + "'.");
|
|
64
|
+
return call.then(function (output) { return { output: output }; });
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
data: {
|
|
68
|
+
read: function (path, o) {
|
|
69
|
+
return run(data, path, o || {}) || fail('not-allowed', "The demo has no data for '" + path + "'.");
|
|
70
|
+
},
|
|
71
|
+
list: function (path, o) {
|
|
72
|
+
return run(data, path, o || {}) || Promise.resolve([]);
|
|
73
|
+
},
|
|
74
|
+
watch: function () { return function () {}; },
|
|
75
|
+
url: function (path) {
|
|
76
|
+
if (Object.prototype.hasOwnProperty.call(data, path)) return String(data[path]({}));
|
|
77
|
+
return typeof path === 'string' && path.indexOf('data:') === 0 ? path : '';
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
ui: ui,
|
|
81
|
+
refresh: function () {},
|
|
82
|
+
};
|
|
83
|
+
return window.gezel;
|
|
84
|
+
};
|
|
85
|
+
})();
|