@a5c-ai/atlas-github 5.1.1-staging.2e55f8522083 → 5.1.1-staging.5fdee5a9ea21

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.
@@ -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.2e55f8522083",
107
+ version: "5.1.1-staging.5fdee5a9ea21",
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) to run the atlas process `atlas-collect-nuances`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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.
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
 
@@ -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) to run the atlas process `atlas-systems-discovery`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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.
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
 
@@ -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) to run the atlas process `atlas-data-mining`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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.
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) to run the atlas process `atlas-process-mining`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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.
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.2e55f8522083",
3
+ "version": "5.1.1-staging.5fdee5a9ea21",
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.2e55f8522083"
37
+ "@a5c-ai/babysitter-sdk": "5.1.1-staging.5fdee5a9ea21"
38
38
  },
39
39
  "repository": {
40
40
  "type": "git",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atlas",
3
- "version": "5.1.1-staging.2e55f8522083",
3
+ "version": "5.1.1-staging.5fdee5a9ea21",
4
4
  "description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
5
5
  "author": {
6
6
  "name": "a5c.ai"
@@ -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) to run the atlas process `atlas-collect-nuances`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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
+ 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
 
@@ -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) to run the atlas process `atlas-systems-discovery`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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
+ 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) to run the atlas process `atlas-data-mining`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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
+ 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) to run the atlas process `atlas-process-mining`. Pass the user arguments below as the run's stated need. Then continue executing the returned instructions 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
+ 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
@@ -1,4 +1,4 @@
1
1
  {
2
- "sdkVersion": "5.1.1-staging.2e55f8522083",
3
- "extensionVersion": "5.1.1-staging.2e55f8522083"
2
+ "sdkVersion": "5.1.1-staging.5fdee5a9ea21",
3
+ "extensionVersion": "5.1.1-staging.5fdee5a9ea21"
4
4
  }