mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- Implemented E2E tests for code relationship visualization in Graph Explorer. - Added tests for archived session management in History, including search, filter, restore, and delete functionalities. - Created tests for workflow orchestration in Orchestrator, covering node creation, connection, deletion, and workflow management. - Developed tests for project statistics and timeline visualization in Project, including error handling and internationalization checks.
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"id": "commands/memory/memory-docs-full-cli",
|
|
"title": "/memory:docs-full-cli",
|
|
"description": "Generate full CLI documentation for all project modules",
|
|
"source": "@site/docs/commands/memory/memory-docs-full-cli.mdx",
|
|
"sourceDirName": "commands/memory",
|
|
"slug": "/commands/memory/memory-docs-full-cli",
|
|
"permalink": "/docs/commands/memory/memory-docs-full-cli",
|
|
"draft": false,
|
|
"unlisted": false,
|
|
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/memory/memory-docs-full-cli.mdx",
|
|
"tags": [],
|
|
"version": "current",
|
|
"sidebarPosition": 4,
|
|
"frontMatter": {
|
|
"title": "/memory:docs-full-cli",
|
|
"sidebar_label": "/memory:docs-full-cli",
|
|
"sidebar_position": 4,
|
|
"description": "Generate full CLI documentation for all project modules"
|
|
},
|
|
"sidebar": "docs",
|
|
"previous": {
|
|
"title": "/memory:load",
|
|
"permalink": "/docs/commands/memory/memory-load"
|
|
},
|
|
"next": {
|
|
"title": "/memory:docs-related-cli",
|
|
"permalink": "/docs/commands/memory/memory-docs-related-cli"
|
|
}
|
|
} |