-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivation
There's no way to discover which nodes have content attached without checking each one individually. A git mind content list command would complete the content CRUD surface.
Proposed Behavior
$ git mind content list
doc:readme text/markdown 1.2 KB abc123...
doc:design text/plain 456 B def456...
$ git mind content list --json
[{ "nodeId": "doc:readme", "mime": "text/markdown", "size": 1234, "sha": "abc..." }, ...]
Implementation
- Walk all nodes, check for
_content.shaproperty - Add JSON schema contract
content-list.schema.json - Reuse
getContentMetafor each node with content
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request