@buildlog/openclaw-skill 1.0.0 → 2.0.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/exporter.d.ts +50 -31
- package/dist/exporter.d.ts.map +1 -1
- package/dist/exporter.js +182 -139
- package/dist/exporter.js.map +1 -1
- package/dist/index.d.ts +8 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/recorder.d.ts +75 -33
- package/dist/recorder.d.ts.map +1 -1
- package/dist/recorder.js +251 -101
- package/dist/recorder.js.map +1 -1
- package/dist/skill.d.ts +8 -5
- package/dist/skill.d.ts.map +1 -1
- package/dist/skill.js +87 -93
- package/dist/skill.js.map +1 -1
- package/dist/types.d.ts +97 -48
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +18 -2
- package/dist/types.js.map +1 -1
- package/dist/uploader.d.ts +5 -5
- package/dist/uploader.d.ts.map +1 -1
- package/dist/uploader.js +1 -1
- package/dist/uploader.js.map +1 -1
- package/package.json +8 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @buildlog/openclaw-skill
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* Capture workflow recipes from AI coding sessions.
|
|
5
|
+
* Prompts are the artifact. Code is ephemeral.
|
|
5
6
|
*
|
|
6
7
|
* @example
|
|
7
8
|
* ```typescript
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
* apiKey: 'your-api-key',
|
|
12
13
|
* autoUpload: false,
|
|
13
14
|
* defaultPublic: true,
|
|
15
|
+
* fullFormat: false, // slim format by default (2-50KB)
|
|
14
16
|
* });
|
|
15
17
|
*
|
|
16
18
|
* await skill.initialize(openClawContext);
|
|
@@ -19,12 +21,13 @@
|
|
|
19
21
|
export { BuildlogSkill, createBuildlogSkill } from './skill.js';
|
|
20
22
|
export type { SkillConfig, OpenClawContext, CommandMatch } from './skill.js';
|
|
21
23
|
export { BuildlogRecorder } from './recorder.js';
|
|
22
|
-
export type { RecorderState, RecorderConfig, RecordingSession,
|
|
23
|
-
export { BuildlogExporter, exportSession } from './exporter.js';
|
|
24
|
-
export type { SessionMessage, SessionHistory, ExportOptions, } from './exporter.js';
|
|
24
|
+
export type { RecorderState, RecorderConfig, RecordingSession, } from './recorder.js';
|
|
25
|
+
export { BuildlogExporter, exportSession, BUILDLOG_VERSION, DEFAULT_FORMAT, MAX_SLIM_SIZE_BYTES } from './exporter.js';
|
|
26
|
+
export type { SessionMessage, SessionHistory, ExportOptions, FileChangeInfo, TerminalCommandInfo, } from './exporter.js';
|
|
25
27
|
export { BuildlogUploader, UploadError, uploadBuildlog } from './uploader.js';
|
|
26
28
|
export type { UploadConfig, UploadOptions, UploadResult, BuildlogInfo, } from './uploader.js';
|
|
27
|
-
export type {
|
|
29
|
+
export type { BuildlogFile, BuildlogStep, BuildlogMetadata, PromptStep, ActionStep, TerminalStep, NoteStep, CheckpointStep, ErrorStep, NoteCategory, } from './types.js';
|
|
30
|
+
export { STEP_TYPE_ICONS } from './types.js';
|
|
28
31
|
import { BuildlogSkill } from './skill.js';
|
|
29
32
|
export default BuildlogSkill;
|
|
30
33
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAChE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAG7E,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EACV,aAAa,EACb,cAAc,EACd,gBAAgB,GACjB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACvH,YAAY,EACV,cAAc,EACd,cAAc,EACd,aAAa,EACb,cAAc,EACd,mBAAmB,GACpB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC9E,YAAY,EACV,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,YAAY,GACb,MAAM,eAAe,CAAC;AAGvB,YAAY,EACV,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,SAAS,EACT,YAAY,GACb,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7C,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC3C,eAAe,aAAa,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* @buildlog/openclaw-skill
|
|
4
4
|
*
|
|
5
|
-
*
|
|
5
|
+
* Capture workflow recipes from AI coding sessions.
|
|
6
|
+
* Prompts are the artifact. Code is ephemeral.
|
|
6
7
|
*
|
|
7
8
|
* @example
|
|
8
9
|
* ```typescript
|
|
@@ -12,13 +13,14 @@
|
|
|
12
13
|
* apiKey: 'your-api-key',
|
|
13
14
|
* autoUpload: false,
|
|
14
15
|
* defaultPublic: true,
|
|
16
|
+
* fullFormat: false, // slim format by default (2-50KB)
|
|
15
17
|
* });
|
|
16
18
|
*
|
|
17
19
|
* await skill.initialize(openClawContext);
|
|
18
20
|
* ```
|
|
19
21
|
*/
|
|
20
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.uploadBuildlog = exports.UploadError = exports.BuildlogUploader = exports.exportSession = exports.BuildlogExporter = exports.BuildlogRecorder = exports.createBuildlogSkill = exports.BuildlogSkill = void 0;
|
|
23
|
+
exports.STEP_TYPE_ICONS = exports.uploadBuildlog = exports.UploadError = exports.BuildlogUploader = exports.MAX_SLIM_SIZE_BYTES = exports.DEFAULT_FORMAT = exports.BUILDLOG_VERSION = exports.exportSession = exports.BuildlogExporter = exports.BuildlogRecorder = exports.createBuildlogSkill = exports.BuildlogSkill = void 0;
|
|
22
24
|
// Main skill export
|
|
23
25
|
var skill_js_1 = require("./skill.js");
|
|
24
26
|
Object.defineProperty(exports, "BuildlogSkill", { enumerable: true, get: function () { return skill_js_1.BuildlogSkill; } });
|
|
@@ -30,11 +32,16 @@ Object.defineProperty(exports, "BuildlogRecorder", { enumerable: true, get: func
|
|
|
30
32
|
var exporter_js_1 = require("./exporter.js");
|
|
31
33
|
Object.defineProperty(exports, "BuildlogExporter", { enumerable: true, get: function () { return exporter_js_1.BuildlogExporter; } });
|
|
32
34
|
Object.defineProperty(exports, "exportSession", { enumerable: true, get: function () { return exporter_js_1.exportSession; } });
|
|
35
|
+
Object.defineProperty(exports, "BUILDLOG_VERSION", { enumerable: true, get: function () { return exporter_js_1.BUILDLOG_VERSION; } });
|
|
36
|
+
Object.defineProperty(exports, "DEFAULT_FORMAT", { enumerable: true, get: function () { return exporter_js_1.DEFAULT_FORMAT; } });
|
|
37
|
+
Object.defineProperty(exports, "MAX_SLIM_SIZE_BYTES", { enumerable: true, get: function () { return exporter_js_1.MAX_SLIM_SIZE_BYTES; } });
|
|
33
38
|
// Uploader exports
|
|
34
39
|
var uploader_js_1 = require("./uploader.js");
|
|
35
40
|
Object.defineProperty(exports, "BuildlogUploader", { enumerable: true, get: function () { return uploader_js_1.BuildlogUploader; } });
|
|
36
41
|
Object.defineProperty(exports, "UploadError", { enumerable: true, get: function () { return uploader_js_1.UploadError; } });
|
|
37
42
|
Object.defineProperty(exports, "uploadBuildlog", { enumerable: true, get: function () { return uploader_js_1.uploadBuildlog; } });
|
|
43
|
+
var types_js_1 = require("./types.js");
|
|
44
|
+
Object.defineProperty(exports, "STEP_TYPE_ICONS", { enumerable: true, get: function () { return types_js_1.STEP_TYPE_ICONS; } });
|
|
38
45
|
// Default export for OpenClaw skill registration
|
|
39
46
|
const skill_js_2 = require("./skill.js");
|
|
40
47
|
exports.default = skill_js_2.BuildlogSkill;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAEH,oBAAoB;AACpB,uCAAgE;AAAvD,yGAAA,aAAa,OAAA;AAAE,+GAAA,mBAAmB,OAAA;AAG3C,mBAAmB;AACnB,6CAAiD;AAAxC,+GAAA,gBAAgB,OAAA;AAOzB,mBAAmB;AACnB,6CAAuH;AAA9G,+GAAA,gBAAgB,OAAA;AAAE,4GAAA,aAAa,OAAA;AAAE,+GAAA,gBAAgB,OAAA;AAAE,6GAAA,cAAc,OAAA;AAAE,kHAAA,mBAAmB,OAAA;AAS/F,mBAAmB;AACnB,6CAA8E;AAArE,+GAAA,gBAAgB,OAAA;AAAE,0GAAA,WAAW,OAAA;AAAE,6GAAA,cAAc,OAAA;AAsBtD,uCAA6C;AAApC,2GAAA,eAAe,OAAA;AAExB,iDAAiD;AACjD,yCAA2C;AAC3C,kBAAe,wBAAa,CAAC"}
|
package/dist/recorder.d.ts
CHANGED
|
@@ -1,27 +1,22 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { BuildlogFile, BuildlogStep, BuildlogMetadata, NoteCategory, OutcomeStatus, AIProvider } from './types.js';
|
|
2
2
|
export type RecorderState = 'idle' | 'recording' | 'paused';
|
|
3
3
|
export interface RecorderConfig {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
entryIndex: number;
|
|
11
|
-
}
|
|
12
|
-
export interface Chapter {
|
|
13
|
-
title: string;
|
|
14
|
-
entryIndex: number;
|
|
15
|
-
timestamp: number;
|
|
4
|
+
/** Whether to include full AI responses and diffs (full format) */
|
|
5
|
+
fullFormat: boolean;
|
|
6
|
+
/** Default AI provider */
|
|
7
|
+
aiProvider: AIProvider;
|
|
8
|
+
/** Model name */
|
|
9
|
+
model?: string;
|
|
16
10
|
}
|
|
17
11
|
export interface RecordingSession {
|
|
18
12
|
id: string;
|
|
19
13
|
title: string;
|
|
20
14
|
startedAt: number;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
chapters: Chapter[];
|
|
15
|
+
steps: BuildlogStep[];
|
|
16
|
+
sequenceCounter: number;
|
|
24
17
|
metadata: Partial<BuildlogMetadata>;
|
|
18
|
+
filesCreated: Set<string>;
|
|
19
|
+
filesModified: Set<string>;
|
|
25
20
|
}
|
|
26
21
|
export interface OpenClawEvent {
|
|
27
22
|
type: 'user_message' | 'assistant_message' | 'file_change' | 'terminal_command' | 'tool_use';
|
|
@@ -50,15 +45,26 @@ export interface AssistantMessageEvent extends OpenClawEvent {
|
|
|
50
45
|
}
|
|
51
46
|
export interface FileChangeEvent extends OpenClawEvent {
|
|
52
47
|
type: 'file_change';
|
|
53
|
-
data:
|
|
48
|
+
data: {
|
|
49
|
+
path: string;
|
|
50
|
+
action: 'create' | 'modify' | 'delete';
|
|
51
|
+
diff?: string;
|
|
52
|
+
};
|
|
54
53
|
}
|
|
55
54
|
export interface TerminalCommandEvent extends OpenClawEvent {
|
|
56
55
|
type: 'terminal_command';
|
|
57
|
-
data:
|
|
56
|
+
data: {
|
|
57
|
+
command: string;
|
|
58
|
+
output?: string;
|
|
59
|
+
exitCode?: number;
|
|
60
|
+
};
|
|
58
61
|
}
|
|
59
62
|
type EventHandler = (event: OpenClawEvent) => void;
|
|
60
63
|
/**
|
|
61
|
-
* BuildlogRecorder -
|
|
64
|
+
* BuildlogRecorder v2 - Slim workflow format
|
|
65
|
+
*
|
|
66
|
+
* Key change from v1: Prompts are the primary artifact.
|
|
67
|
+
* We capture the workflow, not the full file contents.
|
|
62
68
|
*
|
|
63
69
|
* States: idle -> recording <-> paused -> idle
|
|
64
70
|
*/
|
|
@@ -67,7 +73,8 @@ export declare class BuildlogRecorder {
|
|
|
67
73
|
private session;
|
|
68
74
|
private config;
|
|
69
75
|
private eventHandlers;
|
|
70
|
-
private
|
|
76
|
+
private lastPromptStep;
|
|
77
|
+
private pendingFileChanges;
|
|
71
78
|
constructor(config?: Partial<RecorderConfig>);
|
|
72
79
|
/**
|
|
73
80
|
* Get current recorder state
|
|
@@ -86,9 +93,12 @@ export declare class BuildlogRecorder {
|
|
|
86
93
|
*/
|
|
87
94
|
start(title: string, metadata?: Partial<BuildlogMetadata>): void;
|
|
88
95
|
/**
|
|
89
|
-
* Stop recording and return the
|
|
96
|
+
* Stop recording and return the buildlog
|
|
90
97
|
*/
|
|
91
|
-
stop(
|
|
98
|
+
stop(outcome?: {
|
|
99
|
+
status: OutcomeStatus;
|
|
100
|
+
summary: string;
|
|
101
|
+
}): BuildlogFile | null;
|
|
92
102
|
/**
|
|
93
103
|
* Pause recording
|
|
94
104
|
*/
|
|
@@ -102,17 +112,42 @@ export declare class BuildlogRecorder {
|
|
|
102
112
|
*/
|
|
103
113
|
handleEvent(event: OpenClawEvent): void;
|
|
104
114
|
/**
|
|
105
|
-
*
|
|
115
|
+
* Manually add a prompt step
|
|
106
116
|
*/
|
|
107
|
-
|
|
117
|
+
addPrompt(content: string, options?: {
|
|
118
|
+
context?: string[];
|
|
119
|
+
intent?: string;
|
|
120
|
+
}): void;
|
|
108
121
|
/**
|
|
109
|
-
*
|
|
122
|
+
* Manually add an action step
|
|
110
123
|
*/
|
|
111
|
-
|
|
124
|
+
addAction(summary: string, options?: {
|
|
125
|
+
filesCreated?: string[];
|
|
126
|
+
filesModified?: string[];
|
|
127
|
+
filesDeleted?: string[];
|
|
128
|
+
approach?: string;
|
|
129
|
+
aiResponse?: string;
|
|
130
|
+
}): void;
|
|
112
131
|
/**
|
|
113
|
-
*
|
|
132
|
+
* Add a note step
|
|
114
133
|
*/
|
|
115
|
-
|
|
134
|
+
addNote(content: string, category?: NoteCategory): void;
|
|
135
|
+
/**
|
|
136
|
+
* Add a checkpoint step
|
|
137
|
+
*/
|
|
138
|
+
addCheckpoint(label: string, summary?: string): void;
|
|
139
|
+
/**
|
|
140
|
+
* Track a file change for the current action
|
|
141
|
+
*/
|
|
142
|
+
trackFileChange(path: string, changeType: 'created' | 'modified' | 'deleted'): void;
|
|
143
|
+
/**
|
|
144
|
+
* Add a terminal command step
|
|
145
|
+
*/
|
|
146
|
+
addTerminal(command: string, cwd?: string, exitCode?: number): void;
|
|
147
|
+
/**
|
|
148
|
+
* Add an error step
|
|
149
|
+
*/
|
|
150
|
+
addError(message: string, resolved?: boolean, resolution?: string): void;
|
|
116
151
|
/**
|
|
117
152
|
* Get recording status
|
|
118
153
|
*/
|
|
@@ -120,15 +155,17 @@ export declare class BuildlogRecorder {
|
|
|
120
155
|
state: RecorderState;
|
|
121
156
|
sessionId?: string;
|
|
122
157
|
title?: string;
|
|
123
|
-
|
|
158
|
+
stepCount: number;
|
|
159
|
+
promptCount: number;
|
|
124
160
|
duration: number;
|
|
125
|
-
noteCount: number;
|
|
126
|
-
chapterCount: number;
|
|
127
161
|
};
|
|
128
162
|
/**
|
|
129
163
|
* Convert session to Buildlog format
|
|
130
164
|
*/
|
|
131
|
-
toBuildlog(
|
|
165
|
+
toBuildlog(outcome?: {
|
|
166
|
+
status: OutcomeStatus;
|
|
167
|
+
summary: string;
|
|
168
|
+
}): BuildlogFile | null;
|
|
132
169
|
/**
|
|
133
170
|
* Subscribe to recorder events
|
|
134
171
|
*/
|
|
@@ -137,7 +174,12 @@ export declare class BuildlogRecorder {
|
|
|
137
174
|
private handleAssistantMessage;
|
|
138
175
|
private handleFileChange;
|
|
139
176
|
private handleTerminalCommand;
|
|
140
|
-
|
|
177
|
+
/**
|
|
178
|
+
* Flush pending file changes into an action step
|
|
179
|
+
*/
|
|
180
|
+
private flushPendingChanges;
|
|
181
|
+
private generateActionSummary;
|
|
182
|
+
private getTimestamp;
|
|
141
183
|
private generateId;
|
|
142
184
|
private emit;
|
|
143
185
|
}
|
package/dist/recorder.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recorder.d.ts","sourceRoot":"","sources":["../src/recorder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,
|
|
1
|
+
{"version":3,"file":"recorder.d.ts","sourceRoot":"","sources":["../src/recorder.ts"],"names":[],"mappings":"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"}
|