@alan512/experienceengine 0.1.0 → 0.1.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "experienceengine",
3
3
  "description": "Context-aware experience intervention controller for Claude Code.",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "author": {
6
6
  "name": "ExperienceEngine"
7
7
  },
@@ -332,7 +332,7 @@ export const createCodexMcpServer = (options = {}) => {
332
332
  const stateArtifacts = createCodexStateArtifactService(options);
333
333
  const server = new McpServer({
334
334
  name: "experienceengine",
335
- version: "0.1.0"
335
+ version: "0.1.2"
336
336
  });
337
337
  server.registerResource("experienceengine_doctor", new ResourceTemplate("experienceengine://doctor/{adapter}", {
338
338
  list: undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alan512/experienceengine",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "ExperienceEngine v2 MVP scaffold for OpenClaw companion-layer experience intervention.",
6
6
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "experienceengine",
3
3
  "description": "Context-aware experience intervention controller for Claude Code.",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "author": {
6
6
  "name": "ExperienceEngine"
7
7
  },
@@ -6,7 +6,7 @@ PACKAGE_DIR="${PLUGIN_DATA}/node_modules/@alan512/experienceengine"
6
6
  STAMP_PATH="${PLUGIN_DATA}/.experienceengine-plugin-version"
7
7
  REPO_URL="${EXPERIENCE_ENGINE_PLUGIN_GIT_URL:-https://github.com/Alan-512/ExperienceEngine.git}"
8
8
  REPO_REF="${EXPERIENCE_ENGINE_PLUGIN_GIT_REF:-main}"
9
- PACKAGE_VERSION="0.1.0"
9
+ PACKAGE_VERSION="0.1.2"
10
10
 
11
11
  mkdir -p "${PLUGIN_DATA}"
12
12