@akashacorporation/bari 0.4.12 → 0.5.1
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/assets/agents/mavis/skills/{minimax-code-product → bari-product}/SKILL.md +2 -2
- package/assets/agents/mavis/skills/{minimax-code-product → bari-product}/references/workflows.md +2 -2
- package/assets/agents/prompt-exemptions.json +5 -5
- package/chunks/{auth-command-YMQSOCTO.js → auth-command-VD6TIEWH.js} +6 -6
- package/chunks/{chunk-ONRROCGD.js → chunk-3KBOFDTH.js} +23817 -23835
- package/chunks/{chunk-V4L5GGYN.js → chunk-4SGMUFHK.js} +15972 -15901
- package/chunks/{chunk-CHI3QZAS.js → chunk-7YLPPLGD.js} +2 -2
- package/chunks/{chunk-EGJ7NAJP.js → chunk-FKYCUR5G.js} +1 -1
- package/chunks/{chunk-QRJ3EMLM.js → chunk-IE2SXA67.js} +1 -1
- package/chunks/{chunk-LBEMV4HM.js → chunk-OCCJYVTX.js} +1 -1
- package/chunks/{chunk-GTEN67YU.js → chunk-RI54XTZ2.js} +2 -2
- package/chunks/{chunk-BB3LTUB2.js → chunk-T7PZXYIK.js} +3 -3
- package/chunks/{chunk-AGU5NQDS.js → chunk-VI572H4P.js} +1 -1
- package/chunks/{data-dir-SQ32JFRR.js → data-dir-KARX6GVW.js} +4 -4
- package/chunks/{launcher-J3HYR6VX.js → launcher-BLHUIDSQ.js} +15 -15
- package/chunks/{lifecycle-KN5LGUCG.js → lifecycle-BXHZHAMV.js} +6 -6
- package/chunks/{main-4WOQDN3A.js → main-FFDCHTPN.js} +291 -270
- package/chunks/{plugin-command-HUF52KXA.js → plugin-command-J4NMGEJK.js} +7 -7
- package/chunks/{provider-command-WSFYKEH4.js → provider-command-5JNAFU2O.js} +50 -41
- package/chunks/{run-acp-command-2IWER65B.js → run-acp-command-2Q3EEIIS.js} +5 -5
- package/chunks/{run-exec-command-YMRZ5S64.js → run-exec-command-AZVSXXTF.js} +8 -8
- package/chunks/{src-25RTDTVZ.js → src-7F6SBW77.js} +1 -1
- package/chunks/{telemetry-command-6UWB5LPB.js → telemetry-command-UWZ3TQTS.js} +2 -2
- package/cli.js +5 -5
- package/metafile.json +193 -158
- package/package.json +5 -2
- /package/assets/agents/mavis/skills/{minimax-code-product → bari-product}/references/account-models.md +0 -0
- /package/assets/agents/mavis/skills/{minimax-code-product → bari-product}/references/agents.md +0 -0
- /package/assets/agents/mavis/skills/{minimax-code-product → bari-product}/references/extensions.md +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: bari-product
|
|
3
3
|
description: >-
|
|
4
4
|
Use this skill to route questions about the Bari or Mavis product itself:
|
|
5
5
|
product identity and ownership; Desktop/Electron, Web/H5, CLI/TUI surfaces;
|
|
@@ -7,7 +7,7 @@ description: >-
|
|
|
7
7
|
support; product workflows; Agents, Sessions, Memory, Teams, Skills, Plugins,
|
|
8
8
|
and MCP; accounts, Token Plan, subscriptions, credits, API keys, BYOK, models,
|
|
9
9
|
pricing, quotas; and Bari image, audio, music, or video capabilities.
|
|
10
|
-
Treat references such as "Bari", "Mavis", "bari",
|
|
10
|
+
Treat references such as "Bari", "Mavis", "bari", or
|
|
11
11
|
product features and settings as product-routing signals even when the user
|
|
12
12
|
asks for a concrete local operation. Use this skill before a general coding,
|
|
13
13
|
shell, or web skill when the requested operation concerns the product's own
|
package/assets/agents/mavis/skills/{minimax-code-product → bari-product}/references/workflows.md
RENAMED
|
@@ -4,7 +4,7 @@ Use this reference for Coding/Work modes, workspace, tasks/history, conversation
|
|
|
4
4
|
|
|
5
5
|
## Stable model
|
|
6
6
|
|
|
7
|
-
Treat a workflow as the combination of product surface, workspace/project context, Agent capabilities, permissions, account/provider state, and task/session state.
|
|
7
|
+
Treat a workflow as the combination of product surface, workspace/project context, Agent capabilities, permissions, account/provider state, and task/session state. The terminal TUI, the headless CLI (`bari exec`), and ACP can expose different controls; absence in one surface is not proof that the capability does not exist.
|
|
8
8
|
|
|
9
9
|
## Official source discovery
|
|
10
10
|
|
|
@@ -19,7 +19,7 @@ Do not hard-code labels, button locations, shortcuts, limits, or availability. N
|
|
|
19
19
|
|
|
20
20
|
## Diagnostic workflow
|
|
21
21
|
|
|
22
|
-
1. Identify
|
|
22
|
+
1. Identify the surface (TUI, `bari exec`, or ACP), plus OS and version.
|
|
23
23
|
2. Establish whether the user means a project/workspace, task/session, or automation.
|
|
24
24
|
3. Check login, selected Agent/model/provider, permissions, and account entitlement.
|
|
25
25
|
4. Compare the current-region official surface documentation with the observed UI.
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"mavis/skills/mavis-doctor/references/log-surfaces.md": "Built-in Skill reference, outside Prompt injection.",
|
|
26
26
|
"mavis/skills/mavis-doctor/references/root-cause-patterns.md": "Built-in Skill reference, outside Prompt injection.",
|
|
27
27
|
"mavis/skills/mavis-doctor/references/session-playbook.md": "Built-in Skill reference, outside Prompt injection.",
|
|
28
|
-
"mavis/skills/
|
|
29
|
-
"mavis/skills/
|
|
30
|
-
"mavis/skills/
|
|
31
|
-
"mavis/skills/
|
|
32
|
-
"mavis/skills/
|
|
28
|
+
"mavis/skills/bari-product/SKILL.md": "Built-in Skill asset, outside Prompt injection.",
|
|
29
|
+
"mavis/skills/bari-product/references/account-models.md": "Built-in Skill reference, outside Prompt injection.",
|
|
30
|
+
"mavis/skills/bari-product/references/agents.md": "Built-in Skill reference, outside Prompt injection.",
|
|
31
|
+
"mavis/skills/bari-product/references/extensions.md": "Built-in Skill reference, outside Prompt injection.",
|
|
32
|
+
"mavis/skills/bari-product/references/workflows.md": "Built-in Skill reference, outside Prompt injection.",
|
|
33
33
|
"mavis/system-prompt.md.hbs": "Legacy Agent-level fallback superseded by managed mode assets.",
|
|
34
34
|
"verifier/agent.md": "Agent capability configuration, outside Prompt injection.",
|
|
35
35
|
"worker/agent.md": "Agent capability configuration, outside Prompt injection.",
|
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
a as n,
|
|
4
4
|
b as u,
|
|
5
5
|
c as l
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-T7PZXYIK.js";
|
|
7
|
+
import "./chunk-OCCJYVTX.js";
|
|
8
8
|
import {
|
|
9
9
|
g as p
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-RI54XTZ2.js";
|
|
11
|
+
import "./chunk-7YLPPLGD.js";
|
|
12
|
+
import "./chunk-VI572H4P.js";
|
|
13
|
+
import "./chunk-IE2SXA67.js";
|
|
14
14
|
import "./chunk-2ZSPJAIT.js";
|
|
15
15
|
import "./chunk-W7MCSSFP.js";
|
|
16
16
|
import "./chunk-75Y4IXX5.js";
|