diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 27fc37a..156d357 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ { "name": "subtext", "source": "./", - "version": "0.2.2", + "version": "0.2.3", "description": "Tools that let coding agents verify and show their work against your running application", "category": "development", "keywords": ["subtext", "automation", "verification", "testing", "session-replay", "debugging", "fullstory"], diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 3786ca7..52846f9 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "subtext", - "version": "0.2.1", + "version": "0.2.3", "description": "Tools for agents to build with Subtext", "license": "MIT", "author": { diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index dc86d1f..1da6098 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "subtext", - "version": "0.2.1", + "version": "0.2.3", "description": "Tools that let coding agents verify and show their work against your running application", "author": { "name": "Subtext", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 4e9db15..f289d05 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "subtext", "description": "Tools that let coding agents verify and show their work against your running application", - "version": "0.2.0", + "version": "0.2.3", "license": "MIT", "author": { "name": "Subtext", diff --git a/skills/comments/SKILL.md b/skills/comments/SKILL.md index 5dec2a5..0f7926f 100644 --- a/skills/comments/SKILL.md +++ b/skills/comments/SKILL.md @@ -44,6 +44,17 @@ Comment tools do **not** auto-capture screenshots. To attach a screenshot, pass When the comment is about a specific element, capture a focused clip by passing `component_id` (and a small `expand_pct` for context) to the screenshot tool. A focused clip is far more useful in a comment than a full viewport — the reader sees exactly what you're pointing at. +## Markdown + +Comment text is rendered as **Markdown** in the comment thread UI. Use standard formatting freely: + +- **Bold** / *italic* for emphasis +- Bulleted and numbered lists for structured observations +- `code spans` and fenced code blocks for selectors, error messages, or snippets +- [Links](url) to reference external evidence or docs + +Keep formatting proportional to the comment — a one-line observation doesn't need a bulleted list. + ## Intents When adding a comment, classify it: