@contextium/cli 1.6.8 → 1.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/ium/contextium.md +1 -1
package/package.json
CHANGED
package/skills/ium/contextium.md
CHANGED
|
@@ -83,7 +83,7 @@ Files can link to each other (Obsidian-style). A link is just a `//<fileId>` tok
|
|
|
83
83
|
|
|
84
84
|
Flow: `find`/`search` the target → take its id → embed `//<id>` in the content → `new`/`edit`.
|
|
85
85
|
|
|
86
|
-
**
|
|
86
|
+
**Whenever a user asks to open / show / read a file, surface its links by default.** Read it with `contextium cat <file> --with-links` (or follow up with `contextium links <fileId>`). After presenting it, if it has links add a one-line footer with **how many files it links to** and a short **numbered list by title** (mark any dangling/unresolved ones), then **offer** to open them — do not open the linked files automatically; wait for the user to choose. When you quote the content, render each `//<id>` as its `[[Title]]` rather than the raw id.
|
|
87
87
|
|
|
88
88
|
## Contextium Is the Source of Truth
|
|
89
89
|
|