claude-memory-layer 1.0.47 → 1.0.48
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/cli/index.js +1 -1
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -21104,7 +21104,7 @@ async function runOperationCli(action, label) {
|
|
|
21104
21104
|
}
|
|
21105
21105
|
}
|
|
21106
21106
|
var program = new Command();
|
|
21107
|
-
program.name("claude-memory-layer").description("Claude Code Memory Plugin CLI").version("1.0.
|
|
21107
|
+
program.name("claude-memory-layer").description("Claude Code Memory Plugin CLI").version("1.0.48");
|
|
21108
21108
|
program.command("market-context").description("Fetch read-only DART/FRED/Finnhub context with structured MarketContextSnapshot bull/bear/risk/catalyst analysis").option("--company <name>", "Company name for DART fallback search and report subject").option("--dart-corp-code <code>", "Exact DART corp_code for issuer-specific filings").option("--symbol <ticker>", "Listed ticker for Finnhub company profile").option("--providers <list>", "Comma-separated providers: dart,fred,finnhub").option("--fred-series <list>", "Comma-separated FRED series IDs").option("--json", "Print structured JSON including analysis.marketSnapshot").option("--no-snapshot", "Disable MarketContextSnapshot and DART company snapshot analysis").action(async (options) => {
|
|
21109
21109
|
try {
|
|
21110
21110
|
await runMarketContextCommand(options);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-memory-layer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.48",
|
|
4
4
|
"description": "Project-scoped memory layer for Claude Code, Codex, Hermes, MCP, and dashboards",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
80
80
|
"better-sqlite3": "^12.6.2",
|
|
81
81
|
"commander": "^12.0.0",
|
|
82
|
-
"hono": "^4.12.
|
|
82
|
+
"hono": "^4.12.25",
|
|
83
83
|
"mongodb": "^6.14.0",
|
|
84
84
|
"zod": "^3.22.0"
|
|
85
85
|
},
|