From 0cdade720db0549ca7c2c11871f15e633f85ad1a Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Mon, 18 May 2026 12:04:02 +0200 Subject: [PATCH] chore: WIP marketplace doc adjustments across plugins Pre-trekexecute snapshot of in-progress CLAUDE.md/SKILL.md edits and extracted docs/ files. Captured as one commit so /trekexecute claude-design can run against a clean working tree. Co-Authored-By: Claude Opus 4.7 --- CLAUDE.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ec7a807..7da304c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -41,20 +41,3 @@ Pipelinen er sannhet inntil release: 5. Review er release-gate Voyage-policy: Opus på alle sub-agenter og orchestrator-faser. - -## Communication patterns - -### Linking to local files - -When pointing to local files in responses, always use markdown link syntax with a descriptive name: - -- Use `[Human-friendly name](file:///absolute/path)` — never bare `file:///...` URLs or autolinks ``. -- Always use absolute paths. Never `~/` or relative paths. -- For multiple files, render as a bullet list of named markdown links. - -Why: bare `file://` URLs only render the first as clickable across multiple lines. Named markdown links make each entry independently clickable and look cleaner. - -Example: - -- [Brief](file:///Users/ktg/.../brief.html) -- [Research summary](file:///Users/ktg/.../research/summary.md)