@probo/skills 0.2.1 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@probo/skills",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Multi-agent compliance skills for open-source GRC (Claude Code, Codex, OpenCode) powered by Probo MCP",
5
5
  "private": false,
6
6
  "scripts": {
@@ -27,7 +27,9 @@ List entries for a campaign. Primary data source for this command.
27
27
  | `size` | Page size; use `50` per batch |
28
28
  | `cursor` | Resume pagination; store in notes file as `last_cursor` |
29
29
 
30
- Returns `entries[]` and `next_cursor`.
30
+ Returns `entries[]` and `next_cursor`. Each entry includes `source_name` and
31
+ nullable `connector_id`; use these fields to identify the source tool. Never
32
+ infer the tool from account IDs, roles, email patterns, or other entry data.
31
33
 
32
34
  ### `getAccessReviewStatistics`
33
35
 
@@ -72,6 +74,7 @@ Do not call unless the user explicitly asks for campaign setup:
72
74
 
73
75
  | Field | Review use |
74
76
  | --- | --- |
77
+ | `source_name`, `connector_id` | Authoritative source tool; do not infer it from account data |
75
78
  | `email`, `full_name` | Identity |
76
79
  | `roles`, `job_title` | Access level |
77
80
  | `is_admin` | Heightened scrutiny |