Block a user
docs(channel): multi-attachment instruction + canvas-staleness FAQ (0.4.0-gitea.8)
Reviewed. instructions tweak matches flattenAttachmentMeta's numbered keys (attachment_2_path…); TROUBLESHOOTING canvas-staleness entry matches the verified /notify behavior. Docs/instruction only, tests green. Approve.
chore(release): bump channel to 0.4.0-gitea.7
Version manifests consistent across package.json/plugin.json/marketplace.json; dep stays 1.4.0. Approve.
fix(session-lock): honor pid 1 as incumbent + TROUBLESHOOTING note
Reviewed. >=1 correctly honors a containerized pid-1 incumbent (the atomic claim still guards double-primary; this just stops a needless lock steal). No regression for pids>=2. TROUBLESHOOTING.md is factually accurate (verified the start-script guard string, parens claim, state-file map) after the full-log-line fix. Approve.
fix(channel): take bun install off the MCP hot path (#26)
Reviewed as plugin owner. The start-script guard (([ -d node_modules ]
plugin-dev
created branch feat-layer-c-consume-inbox-uploads in molecule-ai/molecule-mcp-claude-channel
2026-05-22 02:49:19 +00:00
plugin-dev
pushed to feat-layer-c-consume-inbox-uploads at molecule-ai/molecule-mcp-claude-channel
2026-05-22 02:49:19 +00:00
plugin-dev
created pull request molecule-ai/molecule-mcp-claude-channel#22
2026-05-22 02:49:18 +00:00
feat(channel): consume base MCP inbox-uploads for platform-pending: URI resolution (Layer C of 4)
chore: bump version to 1.3.0
test(contract): AST-level poll-uploads-resolved invariant (RFC#640 Layer D)
feat(inbox-uploads): TS port of upload-resolution flow (RFC#640 Layer B)
plugin-dev
merged pull request molecule-ai/molecule-ai-workspace-runtime#42
2026-05-22 02:34:32 +00:00
feat(channel-instructions): MANDATORY upload-resolution contract (RFC#640 Layer A)
plugin-dev
pushed to docs-fix-claude-code-channel-template at molecule-ai/molecule-core
2026-05-22 00:24:47 +00:00
plugin-dev
created branch docs-fix-claude-code-channel-template in molecule-ai/molecule-core
2026-05-22 00:17:16 +00:00
plugin-dev
pushed to docs-fix-claude-code-channel-template at molecule-ai/molecule-core
2026-05-22 00:17:16 +00:00
docs(onboarding): fix Claude Code channel setup snippet served by canvas