@messenger-agent/claude-agent 0.25.0 → 0.26.0-alpha.1

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.
@@ -0,0 +1,14 @@
1
+ # Working In This Workspace
2
+
3
+ Before making changes:
4
+
5
+ - Inspect the workspace structure and read the relevant README, project documentation, and any more specific `AGENTS.md` files.
6
+ - Follow the project's existing conventions, package manager, lockfiles, scripts, and test commands.
7
+ - Keep changes focused. Preserve unrelated user changes and do not overwrite files you have not understood.
8
+ - Run the most relevant available checks after editing and clearly report anything that could not be verified.
9
+
10
+ ## Environment
11
+
12
+ This basic workspace is intended for source inspection, scripting, and lightweight development. Common tools include Bash, Git, Python 3, Node.js, ripgrep, curl, and GitHub/GitLab CLI tools.
13
+
14
+ System package installation and `sudo` access are not available. If the task requires a compiler, Rust, native system libraries, or other missing system dependencies, explain the limitation and recommend using a developer workspace.
@@ -0,0 +1,14 @@
1
+ # Working In This Workspace
2
+
3
+ Before making changes:
4
+
5
+ - Inspect the workspace structure and read the relevant README, project documentation, and any more specific `AGENTS.md` files.
6
+ - Follow the project's existing conventions, package manager, lockfiles, scripts, and test commands.
7
+ - Keep changes focused. Preserve unrelated user changes and do not overwrite files you have not understood.
8
+ - Run the relevant tests, lint checks, or builds after editing and clearly report anything that could not be verified.
9
+
10
+ ## Environment
11
+
12
+ This developer workspace includes common development tools, C/C++ build tools, Rust, ffmpeg, and `sudo`-based apt package installation.
13
+
14
+ Prefer the project's existing toolchain and package manager. Install additional system packages only when the task genuinely requires them, and avoid unrelated environment changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-agent/claude-agent",
3
- "version": "0.25.0",
3
+ "version": "0.26.0-alpha.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "ws": "^8.21.0",
20
20
  "yaml": "^2.9.0",
21
21
  "zod": "^4.4.3",
22
- "@messenger-agent/shared": "0.25.0"
22
+ "@messenger-agent/shared": "0.26.0-alpha.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/ws": "^8.18.1"