@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextium/cli",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "description": "Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants",
5
5
  "keywords": [
6
6
  "contextium",
@@ -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
- **When you open/read a file that contains links:** after presenting it, surface a short **numbered list of its outgoing links 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. Resolve titles with `contextium links <fileId>` or `contextium cat <file> --with-links`. When you quote the content, render each `//<id>` as its `[[Title]]` rather than the raw id.
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