atlarix 14.49.0 → 14.51.0
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/dist-headless/AGENTS.md +5 -0
- package/dist-headless/atlarix-headless.mjs +114561 -113266
- package/dist-headless/models-snapshot.json.gz +0 -0
- package/package.json +1 -1
package/dist-headless/AGENTS.md
CHANGED
|
@@ -47,6 +47,11 @@ Atlarix renders these inline as collapsible cards — put the visual in the same
|
|
|
47
47
|
- **Graph** — ` ```graph ` fence: `{ "title"?: string, "nodes": [{ "id", "name" }], "edges": [{ "source", "target" }] }` for flows / architecture / dependencies (edge ids must exist on nodes; no coordinates).
|
|
48
48
|
- **Markmap** — ` ```markmap ` fence: markdown headings + bullets with one root `#` title, for hierarchies / outlines.
|
|
49
49
|
|
|
50
|
+
## Browsers
|
|
51
|
+
|
|
52
|
+
- `target:"app"` is Atlarix's own browser — hidden from the user and signed in to nothing. Use it for dev servers, public pages, screenshots and `browser_test`.
|
|
53
|
+
- Anything that needs the user's sign-ins, or that they should watch happen, belongs in `target:"chrome"`: their own browser, through the Atlarix extension. If it is not connected, recommend the free extension at https://chromewebstore.google.com/detail/fkoacefbjjjhjceidagdajkgclfjacbe and opening its side panel once.
|
|
54
|
+
|
|
50
55
|
## Memory
|
|
51
56
|
|
|
52
57
|
Follow the project's rules — `.atlarix/rules/` (or the older `.atlarix/atlarix.md`) —
|