chore(deps): bump commander from 12.1.0 to 15.0.0 - #42
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
ReAgent Diagnostics
| Field | Value |
|---|---|
| ReAgent Version | 5.23.2 |
| Trigger | PR opened |
| Tier | VERSION_CRITICAL |
| Project Context | No CLAUDE.md |
| Model | claude-sonnet-5 |
| Effort | high |
| Ref Repos | Enabled (dev-tools, shared-infrastructure) |
| Merge Safety | No recent-code deletions |
| Review Time | 39s |
| Timestamp | 2026-09-26T07:18:01Z |
| Repository | agentmuxai/muxcode |
| PR | #42 |
Issues:
- [P1] package.json:3 - Missing version bump for code changes (no diff found for "version" field)
Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 15.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v12.1.0...v15.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
5b2ac11 to
ff665bf
Compare
There was a problem hiding this comment.
ReAgent Diagnostics
| Field | Value |
|---|---|
| ReAgent Version | 5.23.2 |
| Trigger | Re-review (new commits) |
| Tier | VERSION_CRITICAL |
| Project Context | No CLAUDE.md |
| Model | claude-sonnet-5 |
| Effort | high |
| Ref Repos | Enabled (dev-tools, shared-infrastructure) |
| Merge Safety | No recent-code deletions |
| Review Time | 1m 4s |
| Timestamp | 2026-09-26T07:40:49Z |
| Repository | agentmuxai/muxcode |
| PR | #42 |
LGTM
|
Closing in favour of #47: major upgrades get their own PR with the code changes they need and a version bump, rather than an unattended merge. Dependabot is being set to group minor and patch updates and ignore majors. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…d as instructions (#48) * feat: load CLAUDE.md (Claude Code's rules) and AGENTS.md as instructions AgentMux writes each agent's soul, memory, Global Memory and skills index into CLAUDE.md (or .claude/AGENTMUX_MEMORY.md, imported from a user-owned CLAUDE.md). Mux Code now reads them, in Claude Code's order, and sends them as the first user message so the system prompt stays byte-stable for caching. - ~/.claude/CLAUDE.md and ~/.claude/rules, then AGENTS.md, CLAUDE.md, .claude/CLAUDE.md and CLAUDE.local.md in every directory from the filesystem root down to the cwd, as Claude Code walks (so an agent in ~/.agentmux/agents/<agent>/ also gets ~/.agentmux/agents/CLAUDE.md). Concatenated broadest first. - .claude/rules come from the project only (the git root, else the cwd), after its own files. Rules with a paths: frontmatter are skipped for now. - AGENTS.md is read alongside CLAUDE.md; each file is included once. - @path imports up to 4 levels, not in code spans or fences; missing and repeated imports are left as written. An import must stay inside the importing directory's tree or the project's; ~/.claude files may import anything. Block HTML comments are stripped. - 32 KiB cap keeping the most specific files; broader ones are truncated or omitted with a marker. - MUXCODE_DISABLE_INSTRUCTIONS=1 turns it off. Closes #7. * test: instructions come before a resumed conversation and aren't saved in it * chore(dependabot): group minor and patch updates; take majors deliberately Dependabot's first run opened seven PRs, three of them major upgrades that need code changes (#41, #42, #44, now tracked in #47). npm minor and patch updates now arrive as one grouped PR a week, GitHub Actions updates as another, and major versions are ignored so they're taken on purpose. * chore: v0.7.0 --------- Co-authored-by: Agent3 <agent3@agentmux.local>
Bumps commander from 12.1.0 to 15.0.0.
Release notes
Sourced from commander's releases.
... (truncated)
Changelog
Sourced from commander's changelog.
... (truncated)
Commits
ba6d13dFix release dates in changelog (#2523)a752ed9Pin GitHub actions with hash (#2521)74d5dfeDrop EOL node 20 from test matrix, and add node 26 (#2520)6df9b68Update details for 15.0.0 release (#2519)01ce5d0Remove jest esm examples (#2517)d785d8bUpdate dependencies (#2518)9098b48Update dependencies (#2506)373f660Use node:util stripVTControlCharacters instead of own code (#2486)987f289Use simple match in test (to avoid warning about expensive regex) (#2485)0ea3bb3Update dependecies and lint (#2489)