Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions packages/extension/esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,6 @@ const targets = [
minify: false,
logLevel: "info",
},
// catalog-card dev preview webview bundle (#47 scaffold)
{
entryPoints: ["src/catalog_card_webview.ts"],
bundle: true,
platform: "browser",
target: "es2022",
format: "iife",
outfile: "dist/catalog_card_webview.js",
sourcemap: true,
minify: false,
logLevel: "info",
loader: { ".svg": "text" },
},
// Chat Deck webview bundle — pane-manager shell (src/deck/shell.ts + model)
{
entryPoints: ["src/deck/shell.ts"],
Expand Down
287 changes: 0 additions & 287 deletions packages/extension/media/ui/components/catalogcard.ts

This file was deleted.

22 changes: 0 additions & 22 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
"id": "amicode.armonia",
"name": "Armonia",
"type": "tree"
},
{
"id": "amicode.catalog",
"name": "Catalog",
"type": "tree"
}
]
},
Expand Down Expand Up @@ -138,10 +133,6 @@
"command": "amicode.distillNow",
"title": "Amicode: Distill now (update my memory)"
},
{
"command": "amicode.catalog.remove",
"title": "Remove from Catalog"
},
{
"command": "amicode.fleet.repair",
"title": "Amicode: Fleet — Repair (guard + tunnel)"
Expand Down Expand Up @@ -311,19 +302,6 @@
"when": "view == amicode.armonia",
"group": "navigation"
}
],
"view/item/context": [
{
"command": "amicode.catalog.remove",
"when": "view == amicode.catalog && viewItem == amicodeCatalogEntry",
"group": "7_modification"
}
],
"commandPalette": [
{
"command": "amicode.catalog.remove",
"when": "false"
}
]
}
},
Expand Down
Loading
Loading