@plainconceptsplatform/workflows 0.4.33 → 0.5.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.
- package/README.md +88 -88
- package/loops/actions/agent-output.cjs +17 -17
- package/loops/actions/audit-close/action.yml +24 -0
- package/loops/actions/classify-route/action.yml +4 -3
- package/loops/actions/classify-route/classify-route.sh +69 -29
- package/loops/actions/load-issue-context/action.yml +2 -0
- package/loops/actions/update-changelog/action.yml +113 -0
- package/loops/actions/validate-merge-gate-output/action.yml +40 -0
- package/loops/actions/validate-merge-gate-output/validate-merge-gate-output.sh +34 -0
- package/loops/actions/validate-refine-output/validate-refine-output.sh +16 -3
- package/loops/actions/validate-review-output/action.yml +35 -0
- package/loops/actions/validate-review-output/validate-review-output.sh +30 -0
- package/loops/actions/validate-triage-output/action.yml +36 -0
- package/loops/actions/validate-triage-output/validate-triage-output.sh +36 -0
- package/loops/actions/verify-route-matrix/verify-route-matrix.sh +121 -36
- package/loops/scripts/compile-agent-workflows.mjs +195 -6
- package/loops/templates/agentics/agentics-checks.yml +86 -86
- package/loops/templates/agentics/agentics-maintenance.yml +121 -121
- package/loops/templates/ci/app-ci-dotnet-next.yml +268 -171
- package/loops/templates/ci/app-ci-node-monorepo.yml +208 -178
- package/loops/templates/issues/bug_report.yml +109 -109
- package/loops/templates/issues/feature_request.yml +75 -75
- package/loops/templates/opencode/opencode.ci.json +49 -47
- package/loops/templates/opencode/opencode.ci.json.md +46 -41
- package/loops/templates/release/github-release.yml +30 -30
- package/loops/workflows/agent-apply-review.md +465 -373
- package/loops/workflows/agent-audit.md +213 -197
- package/loops/workflows/agent-implement.md +538 -374
- package/loops/workflows/agent-merge-gate.md +730 -485
- package/loops/workflows/agent-refine.md +609 -379
- package/loops/workflows/agent-release.md +258 -0
- package/loops/workflows/agent-triage.md +447 -0
- package/loops/workflows/authorize-bot-work.yml +85 -81
- package/loops/workflows/shared/opencode-ci.md +206 -197
- package/loops/workflows/shared/platform-defaults.md +19 -16
- package/loops/workflows/work-router.yml +862 -551
- package/package.json +42 -42
- package/dist/catalog-installation.d.ts +0 -30
- package/dist/catalog-installation.js +0 -352
- package/dist/catalog-installation.test.d.ts +0 -1
- package/dist/catalog-installation.test.js +0 -448
- package/dist/catalog-listing.d.ts +0 -13
- package/dist/catalog-listing.js +0 -70
- package/dist/catalog-listing.test.d.ts +0 -1
- package/dist/catalog-listing.test.js +0 -150
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -218
- package/dist/index.test.d.ts +0 -1
- package/dist/index.test.js +0 -273
- package/dist/repository-inspection.d.ts +0 -23
- package/dist/repository-inspection.js +0 -113
- package/dist/repository-inspection.test.d.ts +0 -1
- package/dist/repository-inspection.test.js +0 -77
- package/dist/repository-state.d.ts +0 -18
- package/dist/repository-state.js +0 -77
- package/dist/repository-state.test.d.ts +0 -1
- package/dist/repository-state.test.js +0 -96
- package/dist/route-processing.d.ts +0 -6
- package/dist/route-processing.js +0 -150
- package/dist/route-processing.test.d.ts +0 -1
- package/dist/route-processing.test.js +0 -342
- package/dist/stack-defaults.d.ts +0 -11
- package/dist/stack-defaults.js +0 -104
- package/dist/stack-defaults.test.d.ts +0 -1
- package/dist/stack-defaults.test.js +0 -266
- package/dist/tui.d.ts +0 -25
- package/dist/tui.js +0 -287
- package/dist/tui.test.d.ts +0 -1
- package/dist/tui.test.js +0 -246
- package/dist/workflow-catalog.d.ts +0 -25
- package/dist/workflow-catalog.js +0 -57
- package/dist/workflow-catalog.test.d.ts +0 -1
- package/dist/workflow-catalog.test.js +0 -29
- package/loops/workflows/agent-direct.md +0 -363
- package/loops/workflows/agent-propose.md +0 -342
|
@@ -1,197 +1,206 @@
|
|
|
1
|
-
---
|
|
2
|
-
# Managed by @plainconceptsplatform/workflows. Source: loops/workflows/shared/opencode-ci.md. Update with `workflows update --force`; consumer edits may be overwritten.
|
|
3
|
-
env:
|
|
4
|
-
AGENTMEMORY_VERSION: "0.9.28"
|
|
5
|
-
CODEGRAPH_VERSION: "1.
|
|
6
|
-
RTK_VERSION: "0.44.1"
|
|
7
|
-
RTK_SHA256: "986f29704469b3d1051e2474105c6c75ab8b73651068dcd61612c1fb3938ad95"
|
|
8
|
-
description: |
|
|
9
|
-
Shared CI setup for Platform agent workflows. Installs pinned tooling and merges
|
|
10
|
-
opencode.ci.json into opencode.jsonc so the CI agent gets its provider and model config.
|
|
11
|
-
|
|
12
|
-
Consumer-specific steps (NuGet, .NET restore, OpenSpec, etc.) should be added after the
|
|
13
|
-
shared baseline in the consumer copy. The merge step below is package-owned and required
|
|
14
|
-
for the agent to resolve its provider and its models.
|
|
15
|
-
|
|
16
|
-
# Consumer repositories should add stack-specific steps (NuGet cache, dotnet restore,
|
|
17
|
-
# OpenSpec, Playwright, etc.) after the shared baseline. The merge step at the end is
|
|
18
|
-
# package-owned and required for the agent to resolve its provider and models. Do not
|
|
19
|
-
# remove it.
|
|
20
|
-
pre-agent-steps:
|
|
21
|
-
- name: Create agent scratch directory
|
|
22
|
-
run: mkdir -p .opencode/.tmp
|
|
23
|
-
|
|
24
|
-
- name:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
- name: Install codegraph and index the repository
|
|
118
|
-
continue-on-error: true
|
|
119
|
-
run: |
|
|
120
|
-
set -euo pipefail
|
|
121
|
-
|
|
122
|
-
if command -v codegraph > /dev/null 2>&1 && codegraph --version 2>/dev/null | grep -q "${CODEGRAPH_VERSION}"; then
|
|
123
|
-
echo "codegraph ${CODEGRAPH_VERSION} already installed"
|
|
124
|
-
else
|
|
125
|
-
npm install -g "@colbymchenry/codegraph@${CODEGRAPH_VERSION}"
|
|
126
|
-
fi
|
|
127
|
-
|
|
128
|
-
codegraph init
|
|
129
|
-
|
|
130
|
-
- name: Install OpenSpec CLI
|
|
131
|
-
run: |
|
|
132
|
-
set -euo pipefail
|
|
133
|
-
|
|
134
|
-
if command -v openspec > /dev/null 2>&1 && openspec --version 2>/dev/null | grep -q "1.8.0"; then
|
|
135
|
-
echo "openspec 1.8.0 already installed"
|
|
136
|
-
exit 0
|
|
137
|
-
fi
|
|
138
|
-
|
|
139
|
-
npm install -g "@fission-ai/openspec@1.8.0"
|
|
140
|
-
openspec --version
|
|
141
|
-
|
|
142
|
-
# NOTE: playwright-cli and SQL Server startup steps
|
|
143
|
-
#
|
|
144
|
-
#
|
|
145
|
-
#
|
|
146
|
-
#
|
|
147
|
-
#
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
uses: actions/
|
|
153
|
-
with:
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
#
|
|
184
|
-
#
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
fi
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
#
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
1
|
+
---
|
|
2
|
+
# Managed by @plainconceptsplatform/workflows. Source: loops/workflows/shared/opencode-ci.md. Update with `workflows update --force`; consumer edits may be overwritten.
|
|
3
|
+
env:
|
|
4
|
+
AGENTMEMORY_VERSION: "0.9.28"
|
|
5
|
+
CODEGRAPH_VERSION: "1.6.0"
|
|
6
|
+
RTK_VERSION: "0.44.1"
|
|
7
|
+
RTK_SHA256: "986f29704469b3d1051e2474105c6c75ab8b73651068dcd61612c1fb3938ad95"
|
|
8
|
+
description: |
|
|
9
|
+
Shared CI setup for Platform agent workflows. Installs pinned tooling and merges
|
|
10
|
+
opencode.ci.json into opencode.jsonc so the CI agent gets its provider and model config.
|
|
11
|
+
|
|
12
|
+
Consumer-specific steps (NuGet, .NET restore, OpenSpec, etc.) should be added after the
|
|
13
|
+
shared baseline in the consumer copy. The merge step below is package-owned and required
|
|
14
|
+
for the agent to resolve its provider and its models.
|
|
15
|
+
|
|
16
|
+
# Consumer repositories should add stack-specific steps (NuGet cache, dotnet restore,
|
|
17
|
+
# OpenSpec, Playwright, etc.) after the shared baseline. The merge step at the end is
|
|
18
|
+
# package-owned and required for the agent to resolve its provider and models. Do not
|
|
19
|
+
# remove it.
|
|
20
|
+
pre-agent-steps:
|
|
21
|
+
- name: Create agent scratch directory
|
|
22
|
+
run: mkdir -p .opencode/.tmp
|
|
23
|
+
|
|
24
|
+
- name: Install the Docker Compose plugin
|
|
25
|
+
# The ARC runner image ships the docker CLI without the compose plugin, and awf drives its
|
|
26
|
+
# sandbox with `docker compose up`. User-space install; no root required.
|
|
27
|
+
run: |
|
|
28
|
+
set -euo pipefail
|
|
29
|
+
if docker compose version >/dev/null 2>&1; then
|
|
30
|
+
echo "compose already present"; exit 0
|
|
31
|
+
fi
|
|
32
|
+
mkdir -p "$HOME/.docker/cli-plugins"
|
|
33
|
+
curl -sSfL "https://github.com/docker/compose/releases/download/v2.39.2/docker-compose-linux-x86_64" -o "$HOME/.docker/cli-plugins/docker-compose"
|
|
34
|
+
chmod +x "$HOME/.docker/cli-plugins/docker-compose"
|
|
35
|
+
docker compose version
|
|
36
|
+
|
|
37
|
+
- name: Install ripgrep
|
|
38
|
+
run: |
|
|
39
|
+
set -euo pipefail
|
|
40
|
+
|
|
41
|
+
if command -v rg > /dev/null 2>&1; then
|
|
42
|
+
echo "ripgrep already installed: $(rg --version | head -1)"
|
|
43
|
+
exit 0
|
|
44
|
+
fi
|
|
45
|
+
|
|
46
|
+
# ARC runner pods have no root, so ripgrep comes from its release tarball into a
|
|
47
|
+
# user-writable prefix instead of apt.
|
|
48
|
+
mkdir -p "$HOME/.local/bin"
|
|
49
|
+
curl -sSfL https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-x86_64-unknown-linux-musl.tar.gz | tar -xz --strip-components=1 -C "$HOME/.local/bin" --wildcards "*/rg"
|
|
50
|
+
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
|
51
|
+
rg --version
|
|
52
|
+
|
|
53
|
+
- name: Activate the pnpm version package.json pins
|
|
54
|
+
run: |
|
|
55
|
+
set -euo pipefail
|
|
56
|
+
corepack enable
|
|
57
|
+
corepack prepare --activate
|
|
58
|
+
pnpm --version
|
|
59
|
+
|
|
60
|
+
- name: Cache the pnpm store
|
|
61
|
+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
|
62
|
+
with:
|
|
63
|
+
path: ~/.local/share/pnpm/store
|
|
64
|
+
key: pnpm-store-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
|
|
65
|
+
restore-keys: pnpm-store-${{ runner.os }}-
|
|
66
|
+
|
|
67
|
+
- name: Install RTK
|
|
68
|
+
run: |
|
|
69
|
+
set -euo pipefail
|
|
70
|
+
|
|
71
|
+
if command -v rtk > /dev/null 2>&1 && rtk --version 2>/dev/null | grep -q "${RTK_VERSION}"; then
|
|
72
|
+
echo "RTK ${RTK_VERSION} already installed"
|
|
73
|
+
exit 0
|
|
74
|
+
fi
|
|
75
|
+
|
|
76
|
+
tarball="$RUNNER_TEMP/rtk.tar.gz"
|
|
77
|
+
curl -fsSL -o "$tarball" \
|
|
78
|
+
"https://github.com/rtk-ai/rtk/releases/download/v${RTK_VERSION}/rtk-x86_64-unknown-linux-musl.tar.gz"
|
|
79
|
+
echo "${RTK_SHA256} $tarball" | sha256sum --check --strict
|
|
80
|
+
|
|
81
|
+
tar -xzf "$tarball" -C "$RUNNER_TEMP"
|
|
82
|
+
mkdir -p "$HOME/.local/bin"
|
|
83
|
+
install -m 0755 "$RUNNER_TEMP/rtk" "$HOME/.local/bin/rtk"
|
|
84
|
+
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
|
85
|
+
|
|
86
|
+
rtk --version
|
|
87
|
+
rtk init -g --opencode --auto-patch
|
|
88
|
+
|
|
89
|
+
- name: Install agentmemory
|
|
90
|
+
run: |
|
|
91
|
+
set -euo pipefail
|
|
92
|
+
|
|
93
|
+
if command -v agentmemory > /dev/null 2>&1 && agentmemory --version 2>/dev/null | grep -q "${AGENTMEMORY_VERSION}"; then
|
|
94
|
+
echo "agentmemory ${AGENTMEMORY_VERSION} already installed"
|
|
95
|
+
exit 0
|
|
96
|
+
fi
|
|
97
|
+
|
|
98
|
+
npm install -g "@agentmemory/agentmemory@${AGENTMEMORY_VERSION}"
|
|
99
|
+
agentmemory --version
|
|
100
|
+
|
|
101
|
+
- name: Restore the CodeGraph index
|
|
102
|
+
# Ephemeral ARC runners start empty, so without this every run rebuilds the whole graph.
|
|
103
|
+
# actions/cache is repository-scoped by design, which keeps consumers isolated, and
|
|
104
|
+
# each run saves an immutable snapshot under its own key at job end (the action's built-in
|
|
105
|
+
# post step), so two concurrent runs never write the same entry: the newest snapshot simply
|
|
106
|
+
# wins the next restore. The index lives in .codegraph inside the checkout plus a small
|
|
107
|
+
# registry in ~/.codegraph.
|
|
108
|
+
uses: actions/cache@v4
|
|
109
|
+
with:
|
|
110
|
+
path: |
|
|
111
|
+
.codegraph
|
|
112
|
+
~/.codegraph
|
|
113
|
+
key: codegraph-${{ github.repository_id }}-${{ github.run_id }}
|
|
114
|
+
restore-keys: |
|
|
115
|
+
codegraph-${{ github.repository_id }}-
|
|
116
|
+
|
|
117
|
+
- name: Install codegraph and index the repository
|
|
118
|
+
continue-on-error: true
|
|
119
|
+
run: |
|
|
120
|
+
set -euo pipefail
|
|
121
|
+
|
|
122
|
+
if command -v codegraph > /dev/null 2>&1 && codegraph --version 2>/dev/null | grep -q "${CODEGRAPH_VERSION}"; then
|
|
123
|
+
echo "codegraph ${CODEGRAPH_VERSION} already installed"
|
|
124
|
+
else
|
|
125
|
+
npm install -g "@colbymchenry/codegraph@${CODEGRAPH_VERSION}"
|
|
126
|
+
fi
|
|
127
|
+
|
|
128
|
+
codegraph init
|
|
129
|
+
|
|
130
|
+
- name: Install OpenSpec CLI
|
|
131
|
+
run: |
|
|
132
|
+
set -euo pipefail
|
|
133
|
+
|
|
134
|
+
if command -v openspec > /dev/null 2>&1 && openspec --version 2>/dev/null | grep -q "1.8.0"; then
|
|
135
|
+
echo "openspec 1.8.0 already installed"
|
|
136
|
+
exit 0
|
|
137
|
+
fi
|
|
138
|
+
|
|
139
|
+
npm install -g "@fission-ai/openspec@1.8.0"
|
|
140
|
+
openspec --version
|
|
141
|
+
|
|
142
|
+
# NOTE: playwright-cli and SQL Server startup steps are not part of the shared CI
|
|
143
|
+
# baseline. The agent path captures no visual evidence: it cannot reach a browser
|
|
144
|
+
# from inside the awf sandbox, and a screenshot with no baseline to compare against
|
|
145
|
+
# gated nothing. Run /ops-evidence locally when a change warrants screenshots. If
|
|
146
|
+
# you need playwright-cli or SQL Server inside the agent sandbox for other reasons,
|
|
147
|
+
# add them as consumer-specific steps after the shared baseline.
|
|
148
|
+
|
|
149
|
+
- name: Setup .NET
|
|
150
|
+
# Ephemeral VMs carry no SDK; the old host had it baked in, and GitHub-hosted images made
|
|
151
|
+
# the dependency invisible. setup-dotnet caches per run from the MS CDN.
|
|
152
|
+
uses: actions/setup-dotnet@v5
|
|
153
|
+
with:
|
|
154
|
+
dotnet-version: 10.0.x
|
|
155
|
+
env:
|
|
156
|
+
# the default /usr/share/dotnet needs root; the tool cache belongs to the runner user
|
|
157
|
+
DOTNET_INSTALL_DIR: ${{ runner.tool_cache }}/dotnet
|
|
158
|
+
|
|
159
|
+
- name: Cache NuGet packages
|
|
160
|
+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
|
161
|
+
with:
|
|
162
|
+
path: ~/.nuget/packages
|
|
163
|
+
key: nuget-${{ runner.os }}-${{ hashFiles('**/*.slnx', '**/Directory.Packages.props') }}
|
|
164
|
+
restore-keys: nuget-${{ runner.os }}-
|
|
165
|
+
|
|
166
|
+
- name: Install workspace dependencies
|
|
167
|
+
run: pnpm install --frozen-lockfile
|
|
168
|
+
|
|
169
|
+
- name: Merge the CI-only OpenCode provider into opencode.jsonc
|
|
170
|
+
run: |
|
|
171
|
+
set -euo pipefail
|
|
172
|
+
|
|
173
|
+
CONFIG=opencode.jsonc
|
|
174
|
+
FRAGMENT=opencode.ci.json
|
|
175
|
+
|
|
176
|
+
[ -f "$FRAGMENT" ] || { echo "::error::$FRAGMENT is missing from the checkout"; exit 1; }
|
|
177
|
+
|
|
178
|
+
# Pure JSON on purpose, not JSONC: jq cannot parse `//` comments, and a naive
|
|
179
|
+
# comment-stripper would corrupt the `http://` inside the provider's api URL.
|
|
180
|
+
jq -e . "$FRAGMENT" > /dev/null \
|
|
181
|
+
|| { echo "::error::$FRAGMENT is not valid JSON. Comments are not allowed in it."; exit 1; }
|
|
182
|
+
|
|
183
|
+
# Despite the .jsonc name, this file is committed in this repository and is read by
|
|
184
|
+
# jq below, so it must contain no comments. A single `//` line fails the merge with
|
|
185
|
+
# "Invalid numeric literal", which names neither the file nor the reason.
|
|
186
|
+
if [ -f "$CONFIG" ] && ! jq -e . "$CONFIG" > /dev/null 2>&1; then
|
|
187
|
+
echo "::error::$CONFIG is tracked and must be comment-free JSON: jq cannot parse it."
|
|
188
|
+
exit 1
|
|
189
|
+
fi
|
|
190
|
+
|
|
191
|
+
# opencode.jsonc is untracked in most repositories, so it usually does not exist here.
|
|
192
|
+
# Create it from the fragment when absent, merge when a checkout did provide one.
|
|
193
|
+
if [ -f "$CONFIG" ]; then
|
|
194
|
+
merged=$(jq -s '.[0] * .[1]' "$CONFIG" "$FRAGMENT")
|
|
195
|
+
else
|
|
196
|
+
merged=$(jq -S . "$FRAGMENT")
|
|
197
|
+
fi
|
|
198
|
+
|
|
199
|
+
printf '%s\n' "$merged" > "$CONFIG"
|
|
200
|
+
|
|
201
|
+
# gh-aw's own "Write OpenCode Config" step runs next and merges its base config with
|
|
202
|
+
# `$existing * $base`. Base wins on conflicting keys, but it defines neither `model`
|
|
203
|
+
# nor this provider, so both survive and `awf-proxy` is added alongside.
|
|
204
|
+
echo "Wrote $CONFIG from $FRAGMENT:"
|
|
205
|
+
jq -r '" model: \(.model // "unset")", " plugins: \(.plugin // [] | join(", "))", " providers: \(.provider // {} | keys | join(", "))"' "$CONFIG"
|
|
206
|
+
---
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
---
|
|
2
|
-
# Managed by @plainconceptsplatform/workflows. Source: loops/workflows/shared/platform-defaults.md. Update with `workflows update --force`; consumer edits may be overwritten.
|
|
3
|
-
description: Shared network and safe-output defaults for catalog agent workflows.
|
|
4
|
-
|
|
5
|
-
network:
|
|
6
|
-
allowed:
|
|
7
|
-
- defaults
|
|
8
|
-
- forge.plainconcepts.com
|
|
9
|
-
- node
|
|
10
|
-
- github
|
|
11
|
-
- dotnet
|
|
12
|
-
- fonts
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
---
|
|
2
|
+
# Managed by @plainconceptsplatform/workflows. Source: loops/workflows/shared/platform-defaults.md. Update with `workflows update --force`; consumer edits may be overwritten.
|
|
3
|
+
description: Shared network and safe-output defaults for catalog agent workflows.
|
|
4
|
+
|
|
5
|
+
network:
|
|
6
|
+
allowed:
|
|
7
|
+
- defaults
|
|
8
|
+
- forge.plainconcepts.com
|
|
9
|
+
- node
|
|
10
|
+
- github
|
|
11
|
+
- dotnet
|
|
12
|
+
- fonts
|
|
13
|
+
- login.microsoftonline.com
|
|
14
|
+
# centralised AgentMemory (App Service); the MCP shim needs it through the egress proxy
|
|
15
|
+
- agentmemory-pro-01.azurewebsites.net
|
|
16
|
+
|
|
17
|
+
safe-outputs:
|
|
18
|
+
threat-detection: false
|
|
19
|
+
---
|