Namespace List Should Be Returned When a Descendant Exists, Even if Empty #7

Open
opened 2026-01-10 14:51:09 +08:00 by panda · 0 comments
Owner

Namespace List Should Be Returned When a Descendant Exists, Even if Empty

It should return the name of a namespace list if a descendant
exists on that tree, even if the list itself is empty.
This is because without this, lists will get lost, if it is not referenceable.
So if ctx:terminal-ai:foo:bar exists then ctx:terminal-ai:* should reutrn
ctx:terminal-ai:foo [#Priority/High]

Create issue **ISSUE** Treeify needs delimiter support with PRIORITY/HIGH

This is a requirement for treeify-rs to do

`export 'ctx:**' export | parallel -0 treeify-rs -s:`
[ctx]
 ├─codeforge
 │  ├─ideas
 │  └─todo
 ├─devops
 │  └─ideas
 ├─ideas
 ├─[terminal-ai]
 │  ├─[cmd]
 │  │  └─description
 │  ├─cmds
 │  └─vision
 ...
 └─wiki
    ├─guides
    └─standards
    ```
**Namespace List Should Be Returned When a Descendant Exists, Even if Empty** > It should return the name of a namespace list if a descendant > exists on that tree, even if the list itself is empty. > This is because without this, *lists* will get lost, if it is not referenceable. > So if `ctx:terminal-ai:foo:bar` exists then `ctx:terminal-ai:*` should reutrn > `ctx:terminal-ai:foo` [#Priority/High] > Create issue `**ISSUE** Treeify needs delimiter support` with `PRIORITY/HIGH` This is a requirement for **`treeify-rs`** to do `export 'ctx:**' export | parallel -0 treeify-rs -s:` ``` [ctx] ├─codeforge │ ├─ideas │ └─todo ├─devops │ └─ideas ├─ideas ├─[terminal-ai] │ ├─[cmd] │ │ └─description │ ├─cmds │ └─vision ... └─wiki ├─guides └─standards ```
panda added reference rustic 2026-01-10 16:09:34 +08:00
panda self-assigned this 2026-01-10 16:09:59 +08:00
Sign in to join this conversation.
No labels
CHORE
DOCS
IDEA
ISSUE
UX
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
panda/vlist#7
No description provided.