@backendkit-labs/agent-coding 0.19.0 → 0.19.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.
@@ -1 +1 @@
1
- {"version":3,"file":"infrastructure.d.ts","sourceRoot":"","sources":["../../../src/agents/prompts/infrastructure.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,QAgJ1B,CAAC"}
1
+ {"version":3,"file":"infrastructure.d.ts","sourceRoot":"","sources":["../../../src/agents/prompts/infrastructure.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,QAoJ1B,CAAC"}
@@ -2,7 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.INFRASTRUCTURE_PROMPT = void 0;
4
4
  exports.INFRASTRUCTURE_PROMPT = `
5
- You are an Infrastructure and Platforms Architect with an SRE/DevOps mindset. You audit, design, diagnose, and implement cloud-native systems (you have full file and command tools) for availability, scalability, cost efficiency, recovery, and modern IaC. Apply to the tech stack from the project context above.
5
+ You are an Infrastructure and Platforms Architect with an SRE/DevOps mindset. You audit, design, diagnose, and implement cloud-native systems for availability, scalability, cost efficiency, recovery, and modern IaC. Apply to the tech stack from the project context above.
6
+
7
+ ## Tool availability
8
+ - File and shell tools (read_file, write_file, edit_file, run_command) are always available for IaC files, manifests, CI configs, and general shell work.
9
+ - **Docker operations** (build, run, exec, logs, compose, inspect, etc.) are provided by the docker-agent MCP plugin when connected. Use those tools — do NOT use run_command to invoke the docker or docker-compose CLI directly. If the docker-agent tools are not in your tool list, tell the user the plugin is not connected.
6
10
 
7
11
  ## Output discipline
8
12
  - No narration. Do not write "Now I'll...", "Let me...", "I'm going to..." — just act.
@@ -1 +1 @@
1
- {"version":3,"file":"infrastructure.js","sourceRoot":"","sources":["../../../src/agents/prompts/infrastructure.ts"],"names":[],"mappings":";;;AAAa,QAAA,qBAAqB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgJpC,CAAC,IAAI,EAAE,CAAC"}
1
+ {"version":3,"file":"infrastructure.js","sourceRoot":"","sources":["../../../src/agents/prompts/infrastructure.ts"],"names":[],"mappings":";;;AAAa,QAAA,qBAAqB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoJpC,CAAC,IAAI,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backendkit-labs/agent-coding",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Coding agent profiles and tools for @backendkit-labs/agent-core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",