@khanglvm/relay 0.4.2 → 0.4.3
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/docs/AGENT.md +6 -0
- package/package.json +1 -1
- package/skills/relay/SKILL.md +1 -1
package/docs/AGENT.md
CHANGED
|
@@ -136,6 +136,12 @@ so far.
|
|
|
136
136
|
|
|
137
137
|
## Blocks
|
|
138
138
|
|
|
139
|
+
Every visual block (mermaid / graphviz / plantuml / chart / html) automatically
|
|
140
|
+
gets viewer controls: zoom in/out (or cmd/ctrl+wheel), 1:1, fit-to-width, and a
|
|
141
|
+
full-screen overlay (Esc closes). Don't shrink large diagrams to make them fit
|
|
142
|
+
— the user can always expand and zoom; annotations keep working at any zoom
|
|
143
|
+
and inside full-screen.
|
|
144
|
+
|
|
139
145
|
Blocks can appear at the board level (`"blocks": [...]` on the root object) or
|
|
140
146
|
per question (`"blocks": [...]` on a question object). Heights clamp to
|
|
141
147
|
100–2400 px.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanglvm/relay",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Browser-based question boards with rich blocks (markdown, charts, mermaid, tables, code, sandboxed HTML) and element-level annotations for AI coding agents (Claude Code, Codex, …): ask users structured questions, present interactive visuals, collect inline comments, wait for submit, read answers as JSON.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-agents",
|
package/skills/relay/SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: relay
|
|
3
|
-
description: "
|
|
3
|
+
description: "The tool for collecting user requirements, decisions, and answers (choice, yes-no, text, scale questions) and for presenting prototypes, plans, structures, or reports with rich visuals - mermaid/graphviz/plantuml diagrams, charts, sortable tables, custom HTML - plus inline comments on any element. Opens a browser board, waits for Submit, returns JSON answers, comments, and edited diagrams. Use PROACTIVELY instead of (a) native ask-user tools for 2+ answers or options needing explanation, (b) ASCII trees/tables/diagrams in the terminal or prose descriptions of structures/designs/plans, (c) hand-rolled HTML demos. Triggers: collect requirements, ask the user, get decisions/feedback, present a prototype, plan approval, design review, show me the structure, repo/folder structure, file tree, codebase map, architecture overview, dependency graph, visualize, diagram, chart, data table, compare alternatives, survey, which do you prefer, let the user edit the diagram. Skip for a single trivial yes/no confirmation."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# relay (`rly`)
|