feat: architectural grid editor fullPage + slash commands + doc info panel + AI title

This commit is contained in:
Antigravity
2026-05-07 22:29:02 +00:00
parent 0d8252aec0
commit e458b63115
126 changed files with 7652 additions and 1110 deletions

8
memento-note/run-test.ts Normal file
View File

@@ -0,0 +1,8 @@
import { executeAgent } from "./lib/ai/services/agent-executor.service.js";
async function main() {
const result = await executeAgent("cmory42lf001920drcqc6nmt8", "cmooqpcnb00001yvn3tzwgf1i");
console.log(JSON.stringify(result, null, 2));
}
main().catch(e => { console.error("ERROR:", e.message); process.exit(1); });