@intentsolutionsio/jeremy-github-actions-gcp 2.1.2 → 2.1.5
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,8 +1,36 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gh-actions-gcp-expert
|
|
3
|
-
description:
|
|
4
|
-
|
|
3
|
+
description: Expert in GitHub Actions with Google Cloud deployments using Workload...
|
|
4
|
+
tools:
|
|
5
|
+
- Read
|
|
6
|
+
- Write
|
|
7
|
+
- Edit
|
|
8
|
+
- Bash
|
|
9
|
+
- Glob
|
|
10
|
+
- Grep
|
|
11
|
+
- WebFetch
|
|
12
|
+
- WebSearch
|
|
13
|
+
- Task
|
|
14
|
+
- TodoWrite
|
|
5
15
|
model: sonnet
|
|
16
|
+
color: blue
|
|
17
|
+
version: 1.0.0
|
|
18
|
+
author: Jeremy Longshore <jeremy@intentsolutions.io>
|
|
19
|
+
tags:
|
|
20
|
+
- devops
|
|
21
|
+
- gh
|
|
22
|
+
- actions
|
|
23
|
+
- gcp
|
|
24
|
+
disallowedTools: []
|
|
25
|
+
skills: []
|
|
26
|
+
background: false
|
|
27
|
+
# ── upgrade levers — uncomment + set when tuning this agent ──
|
|
28
|
+
# effort: high # reasoning depth: low/medium/high/xhigh/max (omit = inherit session)
|
|
29
|
+
# maxTurns: 50 # cap the agentic loop (omit = engine default)
|
|
30
|
+
# memory: project # persistent scope: user/project/local (omit = ephemeral)
|
|
31
|
+
# isolation: worktree # run in an isolated git worktree
|
|
32
|
+
# initialPrompt: "…" # seed the agent's first turn
|
|
33
|
+
# hooks / mcpServers / permissionMode → set at the PLUGIN level, not on a plugin agent
|
|
6
34
|
---
|
|
7
35
|
# GitHub Actions GCP Expert
|
|
8
36
|
|