mneme-ai 2.124.0 โ 2.126.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/commands/outline.js +5 -5
- package/dist/commands/outline.js.map +1 -1
- package/dist/commands/scaffold.d.ts +16 -0
- package/dist/commands/scaffold.d.ts.map +1 -0
- package/dist/commands/scaffold.js +92 -0
- package/dist/commands/scaffold.js.map +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/commands/outline.js
CHANGED
|
@@ -21,8 +21,8 @@ export function registerOutlineCommands(program) {
|
|
|
21
21
|
program
|
|
22
22
|
.command("outline <file>")
|
|
23
23
|
.alias("glance")
|
|
24
|
-
.description("๐ญ Read a file's STRUCTURE (every symbol + line range, bodies elided) for a fraction of the tokens, instead of loading the whole file. `--region <symbol|L1-L2
|
|
25
|
-
.option("--region <selector>", "
|
|
24
|
+
.description("๐ญ Read a file's STRUCTURE (every symbol + line range, bodies elided) for a fraction of the tokens, instead of loading the whole file. Multi-language (TS/JS/Python/Go/Rust/Java/C). `--region <symbol|L1-L2|a,b,...>` fetches the byte-EXACT slice(s) to edit. Orient cheap โ edit exact.")
|
|
25
|
+
.option("--region <selector>", "byte-exact slice(s): a symbol name, an L<a>-L<b> range, or a comma-separated list of either (multi-region).")
|
|
26
26
|
.option("--json", "structured JSON output.")
|
|
27
27
|
.action((file, opts) => {
|
|
28
28
|
const cwd = process.cwd();
|
|
@@ -42,7 +42,7 @@ export function registerOutlineCommands(program) {
|
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
44
|
if (opts.region) {
|
|
45
|
-
const r = outline.extractRegion(src, opts.region);
|
|
45
|
+
const r = outline.extractRegion(src, opts.region, { path: file });
|
|
46
46
|
if (!r.ok) {
|
|
47
47
|
out(`โ ${r.note}`);
|
|
48
48
|
process.exitCode = 1;
|
|
@@ -52,11 +52,11 @@ export function registerOutlineCommands(program) {
|
|
|
52
52
|
outJson(r);
|
|
53
53
|
return;
|
|
54
54
|
}
|
|
55
|
-
out(`# ${file} ยท
|
|
55
|
+
out(`# ${file} ยท ${r.note}`);
|
|
56
56
|
out(r.text);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
|
-
const o = outline.extractOutline(src);
|
|
59
|
+
const o = outline.extractOutline(src, { path: file });
|
|
60
60
|
const rendered = outline.renderOutline(o, { path: file });
|
|
61
61
|
const m = outline.measureReduction(src.length, rendered.length);
|
|
62
62
|
// record the measured saving into the signed treasury ledger (Pay-per-Token-Saved)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outline.js","sourceRoot":"","sources":["../../src/commands/outline.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAGH,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,SAAS,GAAG,CAAC,CAAS,IAAU,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AACjE,SAAS,OAAO,CAAC,CAAU,IAAU,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;AAE/F,MAAM,UAAU,uBAAuB,CAAC,OAAgB;IACtD,OAAO;SACJ,OAAO,CAAC,gBAAgB,CAAC;SACzB,KAAK,CAAC,QAAQ,CAAC;SACf,WAAW,CAAC,
|
|
1
|
+
{"version":3,"file":"outline.js","sourceRoot":"","sources":["../../src/commands/outline.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `mneme scaffold` (v2.126.0) โ the honest core of "Blueprint Inflation": an
|
|
3
|
+
* agent emits a tiny spec, Mneme expands it into deterministic boilerplate
|
|
4
|
+
* locally (no syntax errors, no re-typing), saving OUTPUT tokens.
|
|
5
|
+
*
|
|
6
|
+
* HONEST scope: KNOWN templates only (ts-model + CRUD, test-skeleton, config).
|
|
7
|
+
* It does NOT generate arbitrary business logic โ it leaves TODO markers exactly
|
|
8
|
+
* where you must write the real logic.
|
|
9
|
+
*
|
|
10
|
+
* mneme scaffold --spec '{"kind":"ts-model","model":"User","fields":{"id":"string","email":"string"},"crud":true}'
|
|
11
|
+
* mneme scaffold --spec-file blueprint.json --out src/ # write the files
|
|
12
|
+
* mneme scaffold --spec '{"kind":"config","format":"env","entries":{"port":3000}}' --json
|
|
13
|
+
*/
|
|
14
|
+
import type { Command } from "commander";
|
|
15
|
+
export declare function registerScaffoldCommands(program: Command): void;
|
|
16
|
+
//# sourceMappingURL=scaffold.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scaffold.d.ts","sourceRoot":"","sources":["../../src/commands/scaffold.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AASzC,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAmC/D"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `mneme scaffold` (v2.126.0) โ the honest core of "Blueprint Inflation": an
|
|
3
|
+
* agent emits a tiny spec, Mneme expands it into deterministic boilerplate
|
|
4
|
+
* locally (no syntax errors, no re-typing), saving OUTPUT tokens.
|
|
5
|
+
*
|
|
6
|
+
* HONEST scope: KNOWN templates only (ts-model + CRUD, test-skeleton, config).
|
|
7
|
+
* It does NOT generate arbitrary business logic โ it leaves TODO markers exactly
|
|
8
|
+
* where you must write the real logic.
|
|
9
|
+
*
|
|
10
|
+
* mneme scaffold --spec '{"kind":"ts-model","model":"User","fields":{"id":"string","email":"string"},"crud":true}'
|
|
11
|
+
* mneme scaffold --spec-file blueprint.json --out src/ # write the files
|
|
12
|
+
* mneme scaffold --spec '{"kind":"config","format":"env","entries":{"port":3000}}' --json
|
|
13
|
+
*/
|
|
14
|
+
import { existsSync, readFileSync, writeFileSync, mkdirSync } from "node:fs";
|
|
15
|
+
import { resolve, join, dirname } from "node:path";
|
|
16
|
+
import { scaffold } from "@mneme-ai/core";
|
|
17
|
+
import { appendSaving } from "./savings.js";
|
|
18
|
+
function out(s) { process.stdout.write(s + "\n"); }
|
|
19
|
+
function outJson(o) { process.stdout.write(JSON.stringify(o, null, 2) + "\n"); }
|
|
20
|
+
export function registerScaffoldCommands(program) {
|
|
21
|
+
program
|
|
22
|
+
.command("scaffold")
|
|
23
|
+
.description("๐งฑ Expand a compact SPEC into deterministic boilerplate locally (saves OUTPUT tokens). KNOWN templates only: ts-model (+CRUD), test-skeleton, config โ leaves TODO markers where YOU write the real logic. NOT a generator of arbitrary business logic.")
|
|
24
|
+
.option("--spec <json>", "the blueprint spec as inline JSON.")
|
|
25
|
+
.option("--spec-file <path>", "read the spec JSON from a file.")
|
|
26
|
+
.option("--out <dir>", "write the generated files under this dir (else print to stdout).")
|
|
27
|
+
.option("--json", "structured JSON output (files + measured saving).")
|
|
28
|
+
.action((opts) => {
|
|
29
|
+
let raw = opts.spec;
|
|
30
|
+
if (!raw && opts.specFile) {
|
|
31
|
+
try {
|
|
32
|
+
if (existsSync(opts.specFile))
|
|
33
|
+
raw = readFileSync(opts.specFile, "utf8");
|
|
34
|
+
}
|
|
35
|
+
catch { /* */ }
|
|
36
|
+
}
|
|
37
|
+
if (!raw) {
|
|
38
|
+
out("โ provide --spec '<json>' or --spec-file <path>");
|
|
39
|
+
process.exitCode = 1;
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
let spec;
|
|
43
|
+
try {
|
|
44
|
+
spec = JSON.parse(raw);
|
|
45
|
+
}
|
|
46
|
+
catch (e) {
|
|
47
|
+
out(`โ invalid spec JSON: ${e.message}`);
|
|
48
|
+
process.exitCode = 1;
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
const r = scaffold.scaffold(spec);
|
|
52
|
+
if (!r.ok) {
|
|
53
|
+
out(`โ ${r.error ?? "scaffold failed"}`);
|
|
54
|
+
out(` ${r.note}`);
|
|
55
|
+
process.exitCode = 1;
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
// record the OUTPUT-token saving into the signed treasury ledger
|
|
59
|
+
try {
|
|
60
|
+
appendSaving(process.cwd(), { source: "scaffold", tokensBefore: r.measure.codeTokens, tokensAfter: r.measure.specTokens });
|
|
61
|
+
}
|
|
62
|
+
catch { /* */ }
|
|
63
|
+
if (opts.json) {
|
|
64
|
+
outJson(r);
|
|
65
|
+
return;
|
|
66
|
+
}
|
|
67
|
+
if (opts.out) {
|
|
68
|
+
const cwd = process.cwd();
|
|
69
|
+
for (const f of r.files) {
|
|
70
|
+
const p = resolve(cwd, join(opts.out, f.path));
|
|
71
|
+
try {
|
|
72
|
+
if (!existsSync(dirname(p)))
|
|
73
|
+
mkdirSync(dirname(p), { recursive: true });
|
|
74
|
+
writeFileSync(p, f.content);
|
|
75
|
+
out(`โ wrote ${join(opts.out, f.path)} (${f.content.split("\n").length} lines)`);
|
|
76
|
+
}
|
|
77
|
+
catch (e) {
|
|
78
|
+
out(`โ write ${f.path}: ${e.message}`);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
for (const f of r.files) {
|
|
84
|
+
out(`# โโ ${f.path} โโ`);
|
|
85
|
+
process.stdout.write(f.content);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
out(`\n๐งฑ ${r.kind}: spec ~${r.measure.specTokens} tok โ ~${r.measure.codeTokens} tok of code (${r.measure.outputReductionPct}% output-token saving, ${r.measure.expansionRatio}ร expansion)`);
|
|
89
|
+
out(` ${r.note}`);
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=scaffold.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scaffold.js","sourceRoot":"","sources":["../../src/commands/scaffold.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAuJA,wBAAsB,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAygNvD"}
|
package/dist/index.js
CHANGED
|
@@ -83,6 +83,7 @@ import { registerEgressCommands } from "./commands/egress.js";
|
|
|
83
83
|
import { registerExecCommands } from "./commands/exec.js";
|
|
84
84
|
import { registerBequestCommands } from "./commands/bequest.js";
|
|
85
85
|
import { registerOutlineCommands } from "./commands/outline.js";
|
|
86
|
+
import { registerScaffoldCommands } from "./commands/scaffold.js";
|
|
86
87
|
import { registerTrustCommands } from "./commands/trust.js";
|
|
87
88
|
import { registerNuclearCommands } from "./commands/nuclear-cli.js";
|
|
88
89
|
import { registerOvernightCommand } from "./commands/overnight.js";
|
|
@@ -4711,6 +4712,7 @@ export async function run(argv) {
|
|
|
4711
4712
|
registerExecCommands(program);
|
|
4712
4713
|
registerBequestCommands(program);
|
|
4713
4714
|
registerOutlineCommands(program);
|
|
4715
|
+
registerScaffoldCommands(program);
|
|
4714
4716
|
// โโโ Trust calibrator (v1.31.0) -- per-subsystem precision/recall/band
|
|
4715
4717
|
registerTrustCommands(program);
|
|
4716
4718
|
// โโโ Wisdom reactor (v1.33.0) -- five nuclear-physics formulas as Mneme metrics
|