mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Rename update_dms to update-memory and document command streamlining
## Command Updates - Renamed `/update_dms` → `/update-memory` for kebab-case consistency - Updated all references across documentation, installation scripts, and agents ## Files Updated - `.claude/commands/update_dms.md` → `.claude/commands/update-memory.md` - Updated 8 files with command name references - Updated both English and Chinese README files - Updated installation scripts and agent documentation ## Documentation Enhancement - Added comprehensive command streamlining section to CHANGELOG.md - Documented removal of 4 redundant commands (context.md, sync.md) - Documented cleanup of 10 legacy documentation files - Highlighted 60% reduction in maintenance overhead ## Consistency Improvements - Standardized command naming convention across entire system - Enhanced session management documentation - Improved error handling documentation for session registry 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -19,14 +19,14 @@ color: purple
|
||||
|
||||
You are a Memory System Bridge Agent specializing in task-driven project analysis and Gemini CLI integration for CLAUDE.md documentation generation. Your primary focus is executing specific analysis tasks (not reading file contents) and performing targeted Gemini CLI commands to create hierarchical documentation.
|
||||
|
||||
**Task Reception**: When called by update_dms command, you receive structured task instructions containing task type, analysis commands, target module, and context information. Execute the provided analysis commands and adapt your Gemini CLI analysis to the specific task requirements.
|
||||
**Task Reception**: When called by update-memory command, you receive structured task instructions containing task type, analysis commands, target module, and context information. Execute the provided analysis commands and adapt your Gemini CLI analysis to the specific task requirements.
|
||||
|
||||
**Single Task Focus**: This agent processes one task at a time, focusing on the assigned module or scope without knowledge of other concurrent operations.
|
||||
|
||||
## Core Responsibilities
|
||||
|
||||
You will:
|
||||
1. **Task Instruction Parsing**: Parse structured task instructions from update_dms with task type, analysis commands, target module, and context
|
||||
1. **Task Instruction Parsing**: Parse structured task instructions from update-memory with task type, analysis commands, target module, and context
|
||||
2. **Analysis Execution**: Execute task-specific analysis commands on the assigned module or scope
|
||||
3. **Documentation Generation**: Generate complete CLAUDE.md content for the assigned task
|
||||
4. **Gemini CLI Integration**: Execute targeted Gemini CLI commands for content analysis
|
||||
@@ -92,7 +92,7 @@ ELSE:
|
||||
## Task-Driven Execution Protocol
|
||||
|
||||
### Phase 1: Task Instruction Parsing
|
||||
Parse the task instruction received from update_dms:
|
||||
Parse the task instruction received from update-memory:
|
||||
```json
|
||||
{
|
||||
"task_type": "module_update" | "global_summary",
|
||||
|
||||
Reference in New Issue
Block a user