@the-bearded-bear/claude-craft 5.5.1 → 5.6.0-next.8bfdffa
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.
- package/Dev/i18n/de/Common/agents/ralph-conductor.md +1 -0
- package/Dev/i18n/de/Common/agents/research-assistant.md +1 -0
- package/Dev/i18n/de/Common/agents/workflow-orchestrator.md +1 -0
- package/Dev/i18n/en/Common/agents/ralph-conductor.md +1 -0
- package/Dev/i18n/en/Common/agents/research-assistant.md +1 -0
- package/Dev/i18n/en/Common/agents/workflow-orchestrator.md +1 -0
- package/Dev/i18n/es/Common/agents/ralph-conductor.md +1 -0
- package/Dev/i18n/es/Common/agents/research-assistant.md +1 -0
- package/Dev/i18n/es/Common/agents/workflow-orchestrator.md +1 -0
- package/Dev/i18n/fr/Common/agents/ralph-conductor.md +1 -0
- package/Dev/i18n/fr/Common/agents/research-assistant.md +1 -0
- package/Dev/i18n/fr/Common/agents/workflow-orchestrator.md +1 -0
- package/Dev/i18n/pt/Common/agents/ralph-conductor.md +1 -0
- package/Dev/i18n/pt/Common/agents/research-assistant.md +1 -0
- package/Dev/i18n/pt/Common/agents/workflow-orchestrator.md +1 -0
- package/README.md +8 -10
- package/package.json +1 -1
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
name: workflow-orchestrator
|
|
3
3
|
description: Intelligently routes to appropriate agents and workflows based on project context
|
|
4
4
|
model: opus
|
|
5
|
+
memory: user
|
|
5
6
|
tools: [Read, Glob, Grep, Edit, Write, Bash, Task, WebFetch, WebSearch]
|
|
6
7
|
permissionMode: default
|
|
7
8
|
skills: [workflow-analysis]
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
name: workflow-orchestrator
|
|
3
3
|
description: Intelligently routes to appropriate agents and workflows based on project context
|
|
4
4
|
model: opus
|
|
5
|
+
memory: user
|
|
5
6
|
tools: [Read, Glob, Grep, Edit, Write, Bash, Task, WebFetch, WebSearch]
|
|
6
7
|
permissionMode: default
|
|
7
8
|
skills: [workflow-analysis]
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
name: workflow-orchestrator
|
|
3
3
|
description: Intelligently routes to appropriate agents and workflows based on project context
|
|
4
4
|
model: opus
|
|
5
|
+
memory: user
|
|
5
6
|
tools: [Read, Glob, Grep, Edit, Write, Bash, Task, WebFetch, WebSearch]
|
|
6
7
|
permissionMode: default
|
|
7
8
|
skills: [workflow-analysis]
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
name: workflow-orchestrator
|
|
3
3
|
description: Intelligently routes to appropriate agents and workflows based on project context
|
|
4
4
|
model: opus
|
|
5
|
+
memory: user
|
|
5
6
|
tools: [Read, Glob, Grep, Edit, Write, Bash, Task, WebFetch, WebSearch]
|
|
6
7
|
permissionMode: default
|
|
7
8
|
skills: [workflow-analysis]
|
package/README.md
CHANGED
|
@@ -4,16 +4,14 @@ A comprehensive framework for AI-assisted development with [Claude Code](https:/
|
|
|
4
4
|
|
|
5
5
|
**Autonomous Sprint Ready**: Run entire sprints overnight with `/common:ralph-sprint` - auto-claim, error recovery, parallel processing.
|
|
6
6
|
|
|
7
|
-
## What's New in v5.
|
|
8
|
-
|
|
9
|
-
- **
|
|
10
|
-
- **
|
|
11
|
-
- **
|
|
12
|
-
- **
|
|
13
|
-
- **
|
|
14
|
-
- **
|
|
15
|
-
- **--resume Agent Inheritance** (v2.1.32): Auto-inherits --agent value
|
|
16
|
-
- **VSCode Session Spinner** (v2.1.32): Loading spinner during session restore
|
|
7
|
+
## What's New in v5.6 - Claude Code 2.1.33 / 2.1.34
|
|
8
|
+
|
|
9
|
+
- **Agent Memory** (v2.1.33): Persistent `memory` frontmatter for agents (user/project/local scopes)
|
|
10
|
+
- **TeammateIdle & TaskCompleted Hooks** (v2.1.33): New hook events for multi-agent workflows
|
|
11
|
+
- **Agent Type Restrictions** (v2.1.33): Control sub-agent types via `Task(agent_type)` syntax
|
|
12
|
+
- **Plugin Name in Skills** (v2.1.33): Plugin names visible in `/skills` menu
|
|
13
|
+
- **VSCode Remote Sessions** (v2.1.33): Browse/resume sessions from claude.ai
|
|
14
|
+
- **VSCode Session Picker** (v2.1.33): Git branch + message count display
|
|
17
15
|
- See [CHANGELOG](CHANGELOG.md) for full details
|
|
18
16
|
|
|
19
17
|
## What's New in v5.4 - Claude Code 2.1.31 Compatibility
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-bearded-bear/claude-craft",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0-next.8bfdffa",
|
|
4
4
|
"description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
|
|
5
5
|
"main": "cli/index.js",
|
|
6
6
|
"bin": {
|