@getmonoceros/workbench 1.14.1 → 1.15.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.
@@ -50,6 +50,18 @@
50
50
  ".agents"
51
51
  ],
52
52
  "optionHints": ["instance", "email", "apiToken", "bitbucketToken"],
53
- "usageNotes": []
53
+ "usageNotes": [],
54
+ "briefing": {
55
+ "lines": [
56
+ {
57
+ "whenOption": "rovodev",
58
+ "text": "Atlassian Rovo Dev — invoke via `acli rovodev`. Pre-authenticated against the Atlassian account configured in the feature options (shared with twg)."
59
+ },
60
+ {
61
+ "whenOption": "twg",
62
+ "text": "Atlassian Teamwork Graph CLI (`twg`) — work-data access across Jira, Confluence, Bitbucket, JSM and Assets. Pre-authenticated. Sub-skills cover status rollups, engineering work, ops health and context discovery."
63
+ }
64
+ ]
65
+ }
54
66
  }
55
67
  }
@@ -31,6 +31,13 @@
31
31
  }
32
32
  ],
33
33
  "optionHints": ["apiKey"],
34
- "usageNotes": []
34
+ "usageNotes": [],
35
+ "briefing": {
36
+ "lines": [
37
+ {
38
+ "text": "Anthropic Claude Code CLI (`claude`) — interactive coding assistant. Authenticated via OAuth/subscription unless `apiKey` was set, in which case it runs in API-key mode."
39
+ }
40
+ ]
41
+ }
35
42
  }
36
43
  }
@@ -20,6 +20,13 @@
20
20
  "x-monoceros": {
21
21
  "persistentHomePaths": [".config/gh"],
22
22
  "optionHints": ["apiToken"],
23
- "usageNotes": []
23
+ "usageNotes": [],
24
+ "briefing": {
25
+ "lines": [
26
+ {
27
+ "text": "GitHub CLI (`gh`) — repo, PR, issue, gist operations against github.com. Pre-authenticated; `gh auth status` reflects the active account."
28
+ }
29
+ ]
30
+ }
24
31
  }
25
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmonoceros/workbench",
3
- "version": "1.14.1",
3
+ "version": "1.15.0",
4
4
  "description": "Monoceros workbench CLI — local, reproducible dev containers with first-class AI coding tooling.",
5
5
  "keywords": [
6
6
  "devcontainer",