@khanglvm/relay 0.5.2 → 0.5.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/README.md +0 -20
- package/package.json +2 -1
- package/docs/assets/annotations.png +0 -0
- package/docs/assets/board-dark.png +0 -0
- package/docs/assets/board-light.png +0 -0
- package/docs/assets/demo.gif +0 -0
- package/docs/assets/feature-annotate.gif +0 -0
- package/docs/assets/feature-fullscreen.gif +0 -0
- package/docs/assets/feature-options.gif +0 -0
- package/docs/assets/mobile.png +0 -0
package/README.md
CHANGED
|
@@ -16,26 +16,6 @@ note, Submit — and the agent picks up your answers and keeps going:
|
|
|
16
16
|
|
|
17
17
|

|
|
18
18
|
|
|
19
|
-
**Visual answer options** — every choice carries its own chart/image/diagram, so you pick by looking:
|
|
20
|
-
|
|
21
|
-

|
|
22
|
-
|
|
23
|
-
**Comment on anything** — click a chart bar, diagram node, table cell, or sentence; comments return to the agent with the answers:
|
|
24
|
-
|
|
25
|
-

|
|
26
|
-
|
|
27
|
-
**Full-screen any visual** — one button above every chart, diagram, table, image, and prototype:
|
|
28
|
-
|
|
29
|
-

|
|
30
|
-
|
|
31
|
-
| Light theme | Dark theme |
|
|
32
|
-
|---|---|
|
|
33
|
-
|  |  |
|
|
34
|
-
|
|
35
|
-
| Annotation popover | Mobile |
|
|
36
|
-
|---|---|
|
|
37
|
-
|  |  |
|
|
38
|
-
|
|
39
19
|
## Quick start
|
|
40
20
|
|
|
41
21
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanglvm/relay",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.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",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"vendor",
|
|
35
35
|
"skills",
|
|
36
36
|
"docs",
|
|
37
|
+
"!docs/assets",
|
|
37
38
|
"README.md",
|
|
38
39
|
"LICENSE"
|
|
39
40
|
],
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/docs/assets/demo.gif
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/docs/assets/mobile.png
DELETED
|
Binary file
|