@a5c-ai/atlas-github 5.1.1-staging.d0501abc6dda → 5.1.1-staging.e49e1a8e198d
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/bin/install-shared.js +1 -1
- package/commands/collect-nuances.md +7 -1
- package/commands/discover.md +7 -1
- package/commands/mine-data.md +7 -1
- package/commands/mine-processes.md +7 -1
- package/package.json +2 -2
- package/plugin.json +1 -1
- package/skills/collect-nuances/SKILL.md +7 -1
- package/skills/discover/SKILL.md +7 -1
- package/skills/mine-data/SKILL.md +7 -1
- package/skills/mine-processes/SKILL.md +7 -1
- package/versions.json +2 -2
package/bin/install-shared.js
CHANGED
|
@@ -104,7 +104,7 @@ function ensureMarketplaceEntry(marketplacePath, pluginRoot) {
|
|
|
104
104
|
name: PLUGIN_NAME,
|
|
105
105
|
source: relSource,
|
|
106
106
|
description: "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
|
|
107
|
-
version: "5.1.1-staging.
|
|
107
|
+
version: "5.1.1-staging.e49e1a8e198d",
|
|
108
108
|
author: { name: "a5c.ai" },
|
|
109
109
|
};
|
|
110
110
|
if (idx >= 0) marketplace.plugins[idx] = entry;
|
|
@@ -4,7 +4,13 @@ argument-hint: The domain/system to collect nuances for.
|
|
|
4
4
|
allowed-tools: Read, Grep, Write, Task, Bash, Edit, Glob, AskUserQuestion, TodoWrite, Skill, mcp__atlas__atlas_public_search, mcp__atlas__atlas_public_record, mcp__atlas__atlas_public_neighbors, mcp__atlas__atlas_public_kinds, mcp__atlas__atlas_public_clusters, mcp__atlas__atlas_public_wiki_page
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
7
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-collect-nuances.mjs#process
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
(e.g. `babysitter run:create --process-id atlas-collect-nuances --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-collect-nuances.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
8
14
|
|
|
9
15
|
User arguments for this command:
|
|
10
16
|
|
package/commands/discover.md
CHANGED
|
@@ -4,7 +4,13 @@ argument-hint: The system/need to design.
|
|
|
4
4
|
allowed-tools: Read, Grep, Write, Task, Bash, Edit, Glob, AskUserQuestion, TodoWrite, Skill, mcp__atlas__atlas_public_search, mcp__atlas__atlas_public_record, mcp__atlas__atlas_public_neighbors, mcp__atlas__atlas_public_kinds, mcp__atlas__atlas_public_clusters, mcp__atlas__atlas_public_wiki_page
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
7
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-systems-discovery.mjs#process
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
(e.g. `babysitter run:create --process-id atlas-systems-discovery --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-systems-discovery.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
8
14
|
|
|
9
15
|
User arguments for this command:
|
|
10
16
|
|
package/commands/mine-data.md
CHANGED
|
@@ -4,7 +4,13 @@ argument-hint: The domain or goal to mine data for.
|
|
|
4
4
|
allowed-tools: Read, Grep, Write, Task, Bash, Edit, Glob, AskUserQuestion, TodoWrite, Skill, mcp__atlas__atlas_public_search, mcp__atlas__atlas_public_record, mcp__atlas__atlas_public_neighbors, mcp__atlas__atlas_public_kinds, mcp__atlas__atlas_public_clusters, mcp__atlas__atlas_public_wiki_page
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
7
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-data-mining.mjs#process
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
(e.g. `babysitter run:create --process-id atlas-data-mining --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-data-mining.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
8
14
|
|
|
9
15
|
User arguments for this command:
|
|
10
16
|
|
|
@@ -4,7 +4,13 @@ argument-hint: The domain or goal to mine processes for.
|
|
|
4
4
|
allowed-tools: Read, Grep, Write, Task, Bash, Edit, Glob, AskUserQuestion, TodoWrite, Skill, mcp__atlas__atlas_public_search, mcp__atlas__atlas_public_record, mcp__atlas__atlas_public_neighbors, mcp__atlas__atlas_public_kinds, mcp__atlas__atlas_public_clusters, mcp__atlas__atlas_public_wiki_page
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
7
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-process-mining.mjs#process
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
(e.g. `babysitter run:create --process-id atlas-process-mining --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-process-mining.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
8
14
|
|
|
9
15
|
User arguments for this command:
|
|
10
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/atlas-github",
|
|
3
|
-
"version": "5.1.1-staging.
|
|
3
|
+
"version": "5.1.1-staging.e49e1a8e198d",
|
|
4
4
|
"description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"deploy": "npm publish --access public",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@a5c-ai/babysitter-sdk": "5.1.1-staging.
|
|
37
|
+
"@a5c-ai/babysitter-sdk": "5.1.1-staging.e49e1a8e198d"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
package/plugin.json
CHANGED
|
@@ -5,7 +5,13 @@ description: Collect nuances — gather domain-specific edge cases, constraints,
|
|
|
5
5
|
|
|
6
6
|
# collect-nuances
|
|
7
7
|
|
|
8
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
8
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-collect-nuances.mjs#process
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
(e.g. `babysitter run:create --process-id atlas-collect-nuances --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-collect-nuances.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
9
15
|
|
|
10
16
|
User arguments for this command:
|
|
11
17
|
|
package/skills/discover/SKILL.md
CHANGED
|
@@ -5,7 +5,13 @@ description: Interactive systems discovery — turn a stated need into a full sy
|
|
|
5
5
|
|
|
6
6
|
# discover
|
|
7
7
|
|
|
8
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
8
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-systems-discovery.mjs#process
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
(e.g. `babysitter run:create --process-id atlas-systems-discovery --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-systems-discovery.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
9
15
|
|
|
10
16
|
User arguments for this command:
|
|
11
17
|
|
|
@@ -5,7 +5,13 @@ description: Data mining — discover the data models/entities a domain requires
|
|
|
5
5
|
|
|
6
6
|
# mine-data
|
|
7
7
|
|
|
8
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
8
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-data-mining.mjs#process
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
(e.g. `babysitter run:create --process-id atlas-data-mining --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-data-mining.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
9
15
|
|
|
10
16
|
User arguments for this command:
|
|
11
17
|
|
|
@@ -5,7 +5,13 @@ description: Process mining — discover the processes/workflows a domain requir
|
|
|
5
5
|
|
|
6
6
|
# mine-processes
|
|
7
7
|
|
|
8
|
-
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md)
|
|
8
|
+
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). Run the PRE-AUTHORED atlas process bundled with this plugin — do NOT interview the user or author a new process. Create the run directly from this bundled entry and iterate it to completion:
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
${COPILOT_PLUGIN_DIR}/processes/atlas-process-mining.mjs#process
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
(e.g. `babysitter run:create --process-id atlas-process-mining --entry "${COPILOT_PLUGIN_DIR}/processes/atlas-process-mining.mjs#process" --harness <this-harness>`, then iterate.) Pass the user arguments below as the run's stated need / process inputs. Continue executing in this same turn; do not stop after the Skill tool returns. Use the atlas skill and the Atlas MCP tools (mcp__atlas__atlas_public_*) for all graph queries.
|
|
9
15
|
|
|
10
16
|
User arguments for this command:
|
|
11
17
|
|
package/versions.json
CHANGED