🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@muxbot/muxbot

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@muxbot/muxbot - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.1.4
to
0.1.5
+28
templates/openclaw/MEMORY.md
---
summary: "Workspace long-term memory"
read_when:
- Bootstrapping a workspace manually
---
# MEMORY.md - Long-Term Memory
_Use this file for durable context worth carrying across sessions._
Good content:
- stable preferences
- project background worth reusing
- architecture or product decisions
- recurring operational facts
- lessons learned
- ongoing constraints that should not need to be rediscovered
Avoid:
- credentials or secrets unless you explicitly intend to store them here
- high-churn scratch notes that belong in day-specific memory files instead
- transient task state that will be obsolete soon
## Notes
Add short entries over time. Prefer facts that will help future sessions start with better judgment.
+1
-1
{
"name": "@muxbot/muxbot",
"version": "0.1.4",
"version": "0.1.5",
"private": false,

@@ -5,0 +5,0 @@ "description": "Chat surfaces for durable AI coding agents running in tmux",

@@ -222,2 +222,11 @@ # muxbot - tmux-based Agentic Coding CLI & chat bot

- If `muxbot status` shows `bootstrap=...:not-bootstrapped`, finish the workspace bootstrap by reviewing `BOOTSTRAP.md`, `SOUL.md`, `IDENTITY.md`, and the mode-specific files in that workspace.
- If Codex shows `Do you trust the contents of this directory?`, keep `trustWorkspace: true` in muxbot config and also mark the workspace as trusted in `~/.codex/config.toml`, for example:
```toml
[projects."/home/node/.muxbot/workspaces/default"]
trust_level = "trusted"
```
- If that trust screen is still blocking, attach directly and continue from tmux with `tmux -S ~/.muxbot/state/muxbot.sock attach -t agent-default-main`.
- If Codex warns that `bubblewrap` is missing on Linux, install `bubblewrap` in the runtime environment.
- If the bot does not answer, check that your shell environment really contains the expected tokens and restart `muxbot` after changing them.

@@ -224,0 +233,0 @@ - If runtime startup still fails, run `muxbot logs` and inspect the recent log tail that `muxbot` now prints automatically on startup failure.

@@ -12,2 +12,3 @@ # OpenClaw Agent Templates

- `IDENTITY.md`
- `MEMORY.md`
- `SOUL.md`

@@ -14,0 +15,0 @@ - `TOOLS.md`

Sorry, the diff of this file is too big to display