mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +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
969 B
JSON
30 lines
969 B
JSON
{
|
|
"id": "commands/memory/memory-load",
|
|
"title": "/memory:load",
|
|
"description": "Load project context and core content into memory",
|
|
"source": "@site/docs/commands/memory/memory-load.mdx",
|
|
"sourceDirName": "commands/memory",
|
|
"slug": "/commands/memory/memory-load",
|
|
"permalink": "/docs/commands/memory/memory-load",
|
|
"draft": false,
|
|
"unlisted": false,
|
|
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/memory/memory-load.mdx",
|
|
"tags": [],
|
|
"version": "current",
|
|
"sidebarPosition": 3,
|
|
"frontMatter": {
|
|
"title": "/memory:load",
|
|
"sidebar_label": "/memory:load",
|
|
"sidebar_position": 3,
|
|
"description": "Load project context and core content into memory"
|
|
},
|
|
"sidebar": "docs",
|
|
"previous": {
|
|
"title": "/memory:update-related",
|
|
"permalink": "/docs/commands/memory/memory-update-related"
|
|
},
|
|
"next": {
|
|
"title": "/memory:docs-full-cli",
|
|
"permalink": "/docs/commands/memory/memory-docs-full-cli"
|
|
}
|
|
} |