@davidjinguoxu/agentcore 0.4.6 → 0.4.8

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.
File without changes
File without changes
File without changes
File without changes
@@ -53,7 +53,7 @@ function resolveTriggersPath() {
53
53
  // Provides the core review loop (TR-001/002/003) and safety nets (TR-006/009)
54
54
  // using log_event actions only (no dispatch scripts required).
55
55
  function resolveDefaultTriggersPath() {
56
- return path.join(path.dirname(fileURLToPath(import.meta.url)), "../../defaults/default-triggers.json");
56
+ return path.join(path.dirname(fileURLToPath(import.meta.url)), "../../triggers/default-triggers.json");
57
57
  }
58
58
  function loadRules() {
59
59
  // Disable triggers in test mode
package/dist/types.js.map CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidjinguoxu/agentcore",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "Local-first AI memory engine for multi-agent workflows \u2014 17-tool MCP server. Zero config (LanceDB) or Azure (Cosmos + AI Search).",
5
5
  "license": "MIT",
6
6
  "author": "David Xu",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "files": [
54
54
  "dist/",
55
- "defaults/",
55
+ "triggers/",
56
56
  "scripts/run-server.mjs",
57
57
  "scripts/stdio-only.mjs",
58
58
  "README.md"
File without changes