Conversation
…alternative folder trees)
Tag (8bc6d065-8fc0-4ea9-aeb9-45566cacef34): a named, flat folder-tag; applying it to an object is a Relation {predicate: "tag"}.
FolderTree (84c803f2-f595-4c99-b126-1a361c10947e): an alternative virtual folder hierarchy over tags and facets (kind: tree | order).
Both are written by Vaultican (W3Office Files) into the user's own vault; Label was deliberately not reused (it serves a different purpose).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two new ontology schemas used by Vaultican (W3Office Files, platform eName
@7f016cd4-04ce-52dd-b41c-a536bcc6229b, https://vaultican.postplatforms.com), a two-panel file manager over eVault.Tag —
8bc6d065-8fc0-4ea9-aeb9-45566cacef34(domain: productivity)A named, flat folder-tag that never moves or copies its objects. Applying a tag to an object is a
Relation { subject: object URI, predicate: "tag", object: tag envelope URI }written on the tagger's vault. The vault the Tag lives in says whose tag it is. No parent, no position — hierarchies live in FolderTree.FolderTree —
84c803f2-f595-4c99-b126-1a361c10947e(domain: productivity)An alternative virtual folder hierarchy over the same tags.
kind: "tree"— explicit nodes, each either a concrete Tag or a group facet (month, chat, place…) that expands automatically;kind: "order"— an ordered list of facets. One object can live in many trees at once; trees never copy files.Why not Label
Label(e70c0b15…) was reviewed and deliberately not reused: it models a different thing (labels attached to a record by the labelling platform), while Tag is the user's own folder vocabulary and FolderTree is the user's own arrangement of it.Both schemas carry an optional
platformfield (eName of the writing platform). Written only into the user's own vault; read by anything that understands Tag + Relation.🤖 Generated with Claude Code