docs: align SKILL, README, and primers with v0.14.0#3
Conversation
Greptile SummaryThis PR aligns Key improvements:
Two minor P2 items noted:
Confidence Score: 5/5Safe to merge — docs-only PR with no code changes and only minor P2 clarity suggestions remaining. All findings are P2 style/clarity suggestions that do not affect correctness, security, or runtime behaviour. The alignment work is thorough and internally consistent across all nine changed files. No files require special attention. The README.md HTML example and coordination.md Agent B example have minor clarity gaps but nothing that blocks merge. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Install x0x CLI plus x0xd daemon] --> B[x0x start]
B --> C{Read daemon data_dir}
C -->|api.port| D[Dynamic API address]
C -->|bearer token| E[Auth credential]
D & E --> F[REST API calls]
D & E --> G[WebSocket connection]
F --> H[publish / subscribe / direct / MLS / tasks / stores]
G --> I[Client sends: type subscribe, topics array]
G --> J[Server pushes: type message, origin field]
G --> K[Server pushes: type direct_message, sender field]
Reviews (2): Last reviewed commit: "docs: use api.port in README SSE example..." | Re-trigger Greptile |
| x0x peers # Connected gossip peers | ||
| x0x presence # Online agents | ||
| x0x presence online # Online agents | ||
| x0x upgrade # Check for updates |
There was a problem hiding this comment.
x0x upgrade vs x0x upgrade --check mismatch with SKILL.md
This line lists x0x upgrade as the command to "Check for updates", while the CLI reference added to SKILL.md (line 289) uses x0x upgrade --check for the same description. If --check is a dry-run flag that prevents an automatic download/install, the two documents now describe different behaviours under the same label. One of them should be corrected to match actual CLI behaviour.
This is a fork-only docs review branch for Greptile / diff inspection. Not intended as an upstream PR yet.
What’s in scope:
Main fixes:
Out of scope: