aui-agent-builder 0.3.157 → 0.3.159

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.
@@ -28,20 +28,20 @@ const NOTION_PAGES_BY_ENV = {
28
28
  "AGENTS.md": "31d11cfe-b370-8024-92b2-d942c6b4c3d9",
29
29
  },
30
30
  staging: {
31
- "AGENTS.md": "34211cfe-b370-8034-a836-e50c99f3e4e0",
31
+ "AGENTS.md": "02711cfe-b370-82af-9dfc-015383c7bac7",
32
32
  },
33
33
  preview: {
34
34
  "AGENTS.md": "35d11cfe-b370-80ac-8efe-cc446fd19b99",
35
35
  },
36
36
  custom: {
37
- "AGENTS.md": "34211cfe-b370-8034-a836-e50c99f3e4e0",
37
+ "AGENTS.md": "02711cfe-b370-82af-9dfc-015383c7bac7",
38
38
  },
39
39
  };
40
40
  const NOTION_SKILLS_PAGE_ID_BY_ENV = {
41
41
  production: "32511cfe-b370-8024-8486-c912c661a16e",
42
- staging: "34211cfe-b370-8046-b1b1-f8d3fd1a70a2",
42
+ staging: "10f11cfe-b370-8337-8380-015c37a0306a",
43
43
  preview: "35d11cfe-b370-8001-8043-df90ada83bee",
44
- custom: "34211cfe-b370-8046-b1b1-f8d3fd1a70a2",
44
+ custom: "10f11cfe-b370-8337-8380-015c37a0306a",
45
45
  };
46
46
  function getNotionPages(overrideEnv) {
47
47
  const env = overrideEnv || loadEnvironment();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aui-agent-builder",
3
- "version": "0.3.157",
3
+ "version": "0.3.159",
4
4
  "description": "CLI for building, managing, and deploying AUI AI agent configurations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",