memory-list
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePurpose
目的
List all files in a knowledge bucket.
.md列出知识桶中的所有 文件。
.mdInput
输入
- : pm | architect | dev | qa
bucket
- : pm | architect | dev | qa
bucket
Required Flow
必要流程
bash
memory-hub list <bucket>bash
memory-hub list <bucket>Output
输出
JSON envelope with array of filenames.
data.files包含 文件名数组的 JSON 包。
data.filesError Handling
错误处理
- → invalid bucket name
INVALID_BUCKET - → bucket directory does not exist
BUCKET_NOT_FOUND
- → 无效的桶名称
INVALID_BUCKET - → 桶目录不存在
BUCKET_NOT_FOUND