mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Add end-to-end tests for Graph Explorer, History, Orchestrator, and Project features
- 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.
This commit is contained in:
@@ -1 +1 @@
|
||||
{"options":{"path":"docs","routeBasePath":"/","sidebarPath":"D:\\Claude_dms3\\ccw\\docs-site\\sidebars.ts","editUrl":"https://github.com/ccw/docs/tree/main/","editCurrentVersion":false,"editLocalizedFiles":false,"tagsBasePath":"tags","include":["**/*.{md,mdx}"],"exclude":["**/_*.{js,jsx,ts,tsx,md,mdx}","**/_*/**","**/*.test.{js,jsx,ts,tsx}","**/__tests__/**"],"sidebarCollapsible":true,"sidebarCollapsed":true,"docsRootComponent":"@theme/DocsRoot","docVersionRootComponent":"@theme/DocVersionRoot","docRootComponent":"@theme/DocRoot","docItemComponent":"@theme/DocItem","docTagsListComponent":"@theme/DocTagsListPage","docTagDocListComponent":"@theme/DocTagDocListPage","docCategoryGeneratedIndexComponent":"@theme/DocCategoryGeneratedIndexPage","remarkPlugins":[],"rehypePlugins":[],"recmaPlugins":[],"beforeDefaultRemarkPlugins":[],"beforeDefaultRehypePlugins":[],"admonitions":true,"showLastUpdateTime":false,"showLastUpdateAuthor":false,"includeCurrentVersion":true,"disableVersioning":false,"versions":{},"breadcrumbs":true,"onInlineTags":"warn","id":"default"},"versionsMetadata":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/docs/zh/","tagsPath":"/docs/zh/tags","editUrl":"https://github.com/ccw/docs/tree/main/docs","editUrlLocalized":"https://github.com/ccw/docs/tree/main/i18n/zh/docusaurus-plugin-content-docs/current","isLast":true,"routePriority":-1,"sidebarFilePath":"D:\\Claude_dms3\\ccw\\docs-site\\sidebars.ts","contentPath":"D:\\Claude_dms3\\ccw\\docs-site\\docs","contentPathLocalized":"D:\\Claude_dms3\\ccw\\docs-site\\i18n\\zh\\docusaurus-plugin-content-docs\\current"}]}
|
||||
{"options":{"path":"docs","routeBasePath":"/","sidebarPath":"D:\\Claude_dms3\\ccw\\docs-site\\sidebars.ts","editUrl":"https://github.com/ccw/docs/tree/main/","editCurrentVersion":false,"editLocalizedFiles":false,"tagsBasePath":"tags","include":["**/*.{md,mdx}"],"exclude":["**/_*.{js,jsx,ts,tsx,md,mdx}","**/_*/**","**/*.test.{js,jsx,ts,tsx}","**/__tests__/**"],"sidebarCollapsible":true,"sidebarCollapsed":true,"docsRootComponent":"@theme/DocsRoot","docVersionRootComponent":"@theme/DocVersionRoot","docRootComponent":"@theme/DocRoot","docItemComponent":"@theme/DocItem","docTagsListComponent":"@theme/DocTagsListPage","docTagDocListComponent":"@theme/DocTagDocListPage","docCategoryGeneratedIndexComponent":"@theme/DocCategoryGeneratedIndexPage","remarkPlugins":[],"rehypePlugins":[],"recmaPlugins":[],"beforeDefaultRemarkPlugins":[],"beforeDefaultRehypePlugins":[],"admonitions":true,"showLastUpdateTime":false,"showLastUpdateAuthor":false,"includeCurrentVersion":true,"disableVersioning":false,"versions":{},"breadcrumbs":true,"onInlineTags":"warn","id":"default"},"versionsMetadata":[{"versionName":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","path":"/docs/","tagsPath":"/docs/tags","editUrl":"https://github.com/ccw/docs/tree/main/docs","isLast":true,"routePriority":-1,"sidebarFilePath":"D:\\Claude_dms3\\ccw\\docs-site\\sidebars.ts","contentPath":"D:\\Claude_dms3\\ccw\\docs-site\\docs"}]}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/cli/cli-init.mdx",
|
||||
"sourceDirName": "commands/cli",
|
||||
"slug": "/commands/cli/cli-init",
|
||||
"permalink": "/docs/zh/commands/cli/cli-init",
|
||||
"permalink": "/docs/commands/cli/cli-init",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/cli/cli-init.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "issue:convert-to-plan",
|
||||
"permalink": "/docs/zh/commands/issue/issue-convert-to-plan"
|
||||
"permalink": "/docs/commands/issue/issue-convert-to-plan"
|
||||
},
|
||||
"next": {
|
||||
"title": "/cli:codex-review",
|
||||
"permalink": "/docs/zh/commands/cli/codex-review"
|
||||
"permalink": "/docs/commands/cli/codex-review"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/cli/codex-review.mdx",
|
||||
"sourceDirName": "commands/cli",
|
||||
"slug": "/commands/cli/codex-review",
|
||||
"permalink": "/docs/zh/commands/cli/codex-review",
|
||||
"permalink": "/docs/commands/cli/codex-review",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/cli/codex-review.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/cli:cli-init",
|
||||
"permalink": "/docs/zh/commands/cli/cli-init"
|
||||
"permalink": "/docs/commands/cli/cli-init"
|
||||
},
|
||||
"next": {
|
||||
"title": "/memory:update-full",
|
||||
"permalink": "/docs/zh/commands/memory/memory-update-full"
|
||||
"permalink": "/docs/commands/memory/memory-update-full"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/general/ccw-coordinator.mdx",
|
||||
"sourceDirName": "commands/general",
|
||||
"slug": "/commands/general/ccw-coordinator",
|
||||
"permalink": "/docs/zh/commands/general/ccw-coordinator",
|
||||
"permalink": "/docs/commands/general/ccw-coordinator",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/ccw-coordinator.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/ccw-test",
|
||||
"permalink": "/docs/zh/commands/general/ccw-test"
|
||||
"permalink": "/docs/commands/general/ccw-test"
|
||||
},
|
||||
"next": {
|
||||
"title": "/ccw-debug",
|
||||
"permalink": "/docs/zh/commands/general/ccw-debug"
|
||||
"permalink": "/docs/commands/general/ccw-debug"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/general/ccw-debug.mdx",
|
||||
"sourceDirName": "commands/general",
|
||||
"slug": "/commands/general/ccw-debug",
|
||||
"permalink": "/docs/zh/commands/general/ccw-debug",
|
||||
"permalink": "/docs/commands/general/ccw-debug",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/ccw-debug.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/ccw-coordinator",
|
||||
"permalink": "/docs/zh/commands/general/ccw-coordinator"
|
||||
"permalink": "/docs/commands/general/ccw-coordinator"
|
||||
},
|
||||
"next": {
|
||||
"title": "/flow-create",
|
||||
"permalink": "/docs/zh/commands/general/flow-create"
|
||||
"permalink": "/docs/commands/general/flow-create"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/general/ccw.mdx",
|
||||
"sourceDirName": "commands/general",
|
||||
"slug": "/commands/general/ccw",
|
||||
"permalink": "/docs/zh/commands/general/ccw",
|
||||
"permalink": "/docs/commands/general/ccw",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/ccw.mdx",
|
||||
@@ -20,11 +20,11 @@
|
||||
},
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "概览",
|
||||
"permalink": "/docs/zh/overview"
|
||||
"title": "Overview",
|
||||
"permalink": "/docs/overview"
|
||||
},
|
||||
"next": {
|
||||
"title": "/ccw-plan",
|
||||
"permalink": "/docs/zh/commands/general/ccw-plan"
|
||||
"permalink": "/docs/commands/general/ccw-plan"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/general/ccw-plan.mdx",
|
||||
"sourceDirName": "commands/general",
|
||||
"slug": "/commands/general/ccw-plan",
|
||||
"permalink": "/docs/zh/commands/general/ccw-plan",
|
||||
"permalink": "/docs/commands/general/ccw-plan",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/ccw-plan.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/ccw",
|
||||
"permalink": "/docs/zh/commands/general/ccw"
|
||||
"permalink": "/docs/commands/general/ccw"
|
||||
},
|
||||
"next": {
|
||||
"title": "/ccw-test",
|
||||
"permalink": "/docs/zh/commands/general/ccw-test"
|
||||
"permalink": "/docs/commands/general/ccw-test"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/general/ccw-test.mdx",
|
||||
"sourceDirName": "commands/general",
|
||||
"slug": "/commands/general/ccw-test",
|
||||
"permalink": "/docs/zh/commands/general/ccw-test",
|
||||
"permalink": "/docs/commands/general/ccw-test",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/ccw-test.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/ccw-plan",
|
||||
"permalink": "/docs/zh/commands/general/ccw-plan"
|
||||
"permalink": "/docs/commands/general/ccw-plan"
|
||||
},
|
||||
"next": {
|
||||
"title": "/ccw-coordinator",
|
||||
"permalink": "/docs/zh/commands/general/ccw-coordinator"
|
||||
"permalink": "/docs/commands/general/ccw-coordinator"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/general/codex-coordinator.mdx",
|
||||
"sourceDirName": "commands/general",
|
||||
"slug": "/commands/general/codex-coordinator",
|
||||
"permalink": "/docs/zh/commands/general/codex-coordinator",
|
||||
"permalink": "/docs/commands/general/codex-coordinator",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/codex-coordinator.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/flow-create",
|
||||
"permalink": "/docs/zh/commands/general/flow-create"
|
||||
"permalink": "/docs/commands/general/flow-create"
|
||||
},
|
||||
"next": {
|
||||
"title": "issue:new",
|
||||
"permalink": "/docs/zh/commands/issue/issue-new"
|
||||
"permalink": "/docs/commands/issue/issue-new"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/general/flow-create.mdx",
|
||||
"sourceDirName": "commands/general",
|
||||
"slug": "/commands/general/flow-create",
|
||||
"permalink": "/docs/zh/commands/general/flow-create",
|
||||
"permalink": "/docs/commands/general/flow-create",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/flow-create.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/ccw-debug",
|
||||
"permalink": "/docs/zh/commands/general/ccw-debug"
|
||||
"permalink": "/docs/commands/general/ccw-debug"
|
||||
},
|
||||
"next": {
|
||||
"title": "/codex-coordinator",
|
||||
"permalink": "/docs/zh/commands/general/codex-coordinator"
|
||||
"permalink": "/docs/commands/general/codex-coordinator"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/issue/issue-convert-to-plan.md",
|
||||
"sourceDirName": "commands/issue",
|
||||
"slug": "/commands/issue/issue-convert-to-plan",
|
||||
"permalink": "/docs/zh/commands/issue/issue-convert-to-plan",
|
||||
"permalink": "/docs/commands/issue/issue-convert-to-plan",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-convert-to-plan.md",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "issue:from-brainstorm",
|
||||
"permalink": "/docs/zh/commands/issue/issue-from-brainstorm"
|
||||
"permalink": "/docs/commands/issue/issue-from-brainstorm"
|
||||
},
|
||||
"next": {
|
||||
"title": "/cli:cli-init",
|
||||
"permalink": "/docs/zh/commands/cli/cli-init"
|
||||
"permalink": "/docs/commands/cli/cli-init"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/issue/issue-discover.md",
|
||||
"sourceDirName": "commands/issue",
|
||||
"slug": "/commands/issue/issue-discover",
|
||||
"permalink": "/docs/zh/commands/issue/issue-discover",
|
||||
"permalink": "/docs/commands/issue/issue-discover",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-discover.md",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "issue:new",
|
||||
"permalink": "/docs/zh/commands/issue/issue-new"
|
||||
"permalink": "/docs/commands/issue/issue-new"
|
||||
},
|
||||
"next": {
|
||||
"title": "issue:plan",
|
||||
"permalink": "/docs/zh/commands/issue/issue-plan"
|
||||
"permalink": "/docs/commands/issue/issue-plan"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/issue/issue-execute.md",
|
||||
"sourceDirName": "commands/issue",
|
||||
"slug": "/commands/issue/issue-execute",
|
||||
"permalink": "/docs/zh/commands/issue/issue-execute",
|
||||
"permalink": "/docs/commands/issue/issue-execute",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-execute.md",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "issue:queue",
|
||||
"permalink": "/docs/zh/commands/issue/issue-queue"
|
||||
"permalink": "/docs/commands/issue/issue-queue"
|
||||
},
|
||||
"next": {
|
||||
"title": "issue:from-brainstorm",
|
||||
"permalink": "/docs/zh/commands/issue/issue-from-brainstorm"
|
||||
"permalink": "/docs/commands/issue/issue-from-brainstorm"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/issue/issue-from-brainstorm.md",
|
||||
"sourceDirName": "commands/issue",
|
||||
"slug": "/commands/issue/issue-from-brainstorm",
|
||||
"permalink": "/docs/zh/commands/issue/issue-from-brainstorm",
|
||||
"permalink": "/docs/commands/issue/issue-from-brainstorm",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-from-brainstorm.md",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "issue:execute",
|
||||
"permalink": "/docs/zh/commands/issue/issue-execute"
|
||||
"permalink": "/docs/commands/issue/issue-execute"
|
||||
},
|
||||
"next": {
|
||||
"title": "issue:convert-to-plan",
|
||||
"permalink": "/docs/zh/commands/issue/issue-convert-to-plan"
|
||||
"permalink": "/docs/commands/issue/issue-convert-to-plan"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/issue/issue-new.md",
|
||||
"sourceDirName": "commands/issue",
|
||||
"slug": "/commands/issue/issue-new",
|
||||
"permalink": "/docs/zh/commands/issue/issue-new",
|
||||
"permalink": "/docs/commands/issue/issue-new",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-new.md",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/codex-coordinator",
|
||||
"permalink": "/docs/zh/commands/general/codex-coordinator"
|
||||
"permalink": "/docs/commands/general/codex-coordinator"
|
||||
},
|
||||
"next": {
|
||||
"title": "issue:discover",
|
||||
"permalink": "/docs/zh/commands/issue/issue-discover"
|
||||
"permalink": "/docs/commands/issue/issue-discover"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/issue/issue-plan.md",
|
||||
"sourceDirName": "commands/issue",
|
||||
"slug": "/commands/issue/issue-plan",
|
||||
"permalink": "/docs/zh/commands/issue/issue-plan",
|
||||
"permalink": "/docs/commands/issue/issue-plan",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-plan.md",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "issue:discover",
|
||||
"permalink": "/docs/zh/commands/issue/issue-discover"
|
||||
"permalink": "/docs/commands/issue/issue-discover"
|
||||
},
|
||||
"next": {
|
||||
"title": "issue:queue",
|
||||
"permalink": "/docs/zh/commands/issue/issue-queue"
|
||||
"permalink": "/docs/commands/issue/issue-queue"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/issue/issue-queue.md",
|
||||
"sourceDirName": "commands/issue",
|
||||
"slug": "/commands/issue/issue-queue",
|
||||
"permalink": "/docs/zh/commands/issue/issue-queue",
|
||||
"permalink": "/docs/commands/issue/issue-queue",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-queue.md",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "issue:plan",
|
||||
"permalink": "/docs/zh/commands/issue/issue-plan"
|
||||
"permalink": "/docs/commands/issue/issue-plan"
|
||||
},
|
||||
"next": {
|
||||
"title": "issue:execute",
|
||||
"permalink": "/docs/zh/commands/issue/issue-execute"
|
||||
"permalink": "/docs/commands/issue/issue-execute"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/memory/memory-compact.mdx",
|
||||
"sourceDirName": "commands/memory",
|
||||
"slug": "/commands/memory/memory-compact",
|
||||
"permalink": "/docs/zh/commands/memory/memory-compact",
|
||||
"permalink": "/docs/commands/memory/memory-compact",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/memory/memory-compact.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/memory:docs-related-cli",
|
||||
"permalink": "/docs/zh/commands/memory/memory-docs-related-cli"
|
||||
"permalink": "/docs/commands/memory/memory-docs-related-cli"
|
||||
},
|
||||
"next": {
|
||||
"title": "Introduction",
|
||||
"permalink": "/docs/zh/workflows/introduction"
|
||||
"permalink": "/docs/workflows/introduction"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/memory/memory-docs-full-cli.mdx",
|
||||
"sourceDirName": "commands/memory",
|
||||
"slug": "/commands/memory/memory-docs-full-cli",
|
||||
"permalink": "/docs/zh/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",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/memory:load",
|
||||
"permalink": "/docs/zh/commands/memory/memory-load"
|
||||
"permalink": "/docs/commands/memory/memory-load"
|
||||
},
|
||||
"next": {
|
||||
"title": "/memory:docs-related-cli",
|
||||
"permalink": "/docs/zh/commands/memory/memory-docs-related-cli"
|
||||
"permalink": "/docs/commands/memory/memory-docs-related-cli"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/memory/memory-docs-related-cli.mdx",
|
||||
"sourceDirName": "commands/memory",
|
||||
"slug": "/commands/memory/memory-docs-related-cli",
|
||||
"permalink": "/docs/zh/commands/memory/memory-docs-related-cli",
|
||||
"permalink": "/docs/commands/memory/memory-docs-related-cli",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/memory/memory-docs-related-cli.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/memory:docs-full-cli",
|
||||
"permalink": "/docs/zh/commands/memory/memory-docs-full-cli"
|
||||
"permalink": "/docs/commands/memory/memory-docs-full-cli"
|
||||
},
|
||||
"next": {
|
||||
"title": "/memory:compact",
|
||||
"permalink": "/docs/zh/commands/memory/memory-compact"
|
||||
"permalink": "/docs/commands/memory/memory-compact"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/memory/memory-load.mdx",
|
||||
"sourceDirName": "commands/memory",
|
||||
"slug": "/commands/memory/memory-load",
|
||||
"permalink": "/docs/zh/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",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/memory:update-related",
|
||||
"permalink": "/docs/zh/commands/memory/memory-update-related"
|
||||
"permalink": "/docs/commands/memory/memory-update-related"
|
||||
},
|
||||
"next": {
|
||||
"title": "/memory:docs-full-cli",
|
||||
"permalink": "/docs/zh/commands/memory/memory-docs-full-cli"
|
||||
"permalink": "/docs/commands/memory/memory-docs-full-cli"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/memory/memory-update-full.mdx",
|
||||
"sourceDirName": "commands/memory",
|
||||
"slug": "/commands/memory/memory-update-full",
|
||||
"permalink": "/docs/zh/commands/memory/memory-update-full",
|
||||
"permalink": "/docs/commands/memory/memory-update-full",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/memory/memory-update-full.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/cli:codex-review",
|
||||
"permalink": "/docs/zh/commands/cli/codex-review"
|
||||
"permalink": "/docs/commands/cli/codex-review"
|
||||
},
|
||||
"next": {
|
||||
"title": "/memory:update-related",
|
||||
"permalink": "/docs/zh/commands/memory/memory-update-related"
|
||||
"permalink": "/docs/commands/memory/memory-update-related"
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"source": "@site/docs/commands/memory/memory-update-related.mdx",
|
||||
"sourceDirName": "commands/memory",
|
||||
"slug": "/commands/memory/memory-update-related",
|
||||
"permalink": "/docs/zh/commands/memory/memory-update-related",
|
||||
"permalink": "/docs/commands/memory/memory-update-related",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/memory/memory-update-related.mdx",
|
||||
@@ -21,10 +21,10 @@
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "/memory:update-full",
|
||||
"permalink": "/docs/zh/commands/memory/memory-update-full"
|
||||
"permalink": "/docs/commands/memory/memory-update-full"
|
||||
},
|
||||
"next": {
|
||||
"title": "/memory:load",
|
||||
"permalink": "/docs/zh/commands/memory/memory-load"
|
||||
"permalink": "/docs/commands/memory/memory-load"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user