Expand description
Persistent hypermedia asset library — ingest documents/assets, and find them by meaning (topic / depiction / time / place / project / purpose), never by folder.
§Sections (product lanes)
The library is one store, many sections — purpose-shaped views, not folders:
- Secret — sanctuary / restricted / classified / Wellfair-private health
- Wellfair — health & welfare purposes (can also force secret when sensitivity is high)
- Personal — private life, default home shelf
- Work — project-scoped labour
- Tools — logs, telemetry, technical artefacts, agent/tool output
- Software — QApps, websites, packages, installable/runnable software artefacts
- Commons — permissive share surface (peers / micro-commons via social networking)
Sensitivity (public | restricted | classified | sanctuary) is orthogonal: high sensitivity
always routes into Secret even if the purpose is Wellfair or Work.
Structs§
- Facet
Counts - Per-value counts for facet chips after a filter is applied.
- Facet
Filter - Multi-facet filter for library browse / Software QApp shelf.
- Hypermedia
Store - On-disk library store (whole-file JSON, write-temp-then-rename), matching the sibling-store convention.
- Library
Entry - One ingested asset in the person’s library — its identity + the container’s semantic edge-graph.
- Library
Flag - A summarised flag on an ingested asset (for display / the guardian path).
- Library
Stats - Aggregate counts for the Library UI header.
Enums§
- Commons
Visibility - How far an item may travel on social / commons layers.
- Library
Section - Product section id for the Library chrome.
- Library
Sort - Sort keys for faceted library browse.
Constants§
Functions§
- normalize_
sensitivity - Normalize sensitivity tokens used at ingest / UI.
- resolve_
section - Resolve the product section for an entry (secret always wins on high sensitivity).