@atollhq/skill-codex 0.4.31 → 0.4.32
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/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -36,6 +36,8 @@ Read only the references required for the current task:
|
|
|
36
36
|
[integrations-and-api.md](references/integrations-and-api.md)
|
|
37
37
|
- GitHub pull-request delivery context, required checks, and exact-head evidence:
|
|
38
38
|
[api-fields.md](references/api-fields.md#external-operational-delivery-context)
|
|
39
|
+
A `plan_restricted` required-check error is actionable plan-unavailable
|
|
40
|
+
evidence; keep configured workflows separate because they remain `required: false`.
|
|
39
41
|
- Cross-resource authorization, privacy, automation, attachment, feedback, and
|
|
40
42
|
other platform-specific rules: [platform-rules.md](references/platform-rules.md)
|
|
41
43
|
- Exact endpoint inventory: [api-endpoints.md](references/api-endpoints.md)
|
|
@@ -714,6 +714,12 @@ collection and stale, ambiguous, or missing evidence remain `unknown` and set
|
|
|
714
714
|
enables the provider GET collection; it is disabled by default. The collector does not
|
|
715
715
|
change GitHub hooks or other provider state and does not prove merge,
|
|
716
716
|
deployment, production testing, or human acceptance.
|
|
717
|
+
A policy endpoint returning GitHub's exact plan-limit HTTP 403 is classified
|
|
718
|
+
as `plan_restricted`; other 401/403 responses remain permission failures.
|
|
719
|
+
The collection is `partial` if one policy source succeeds, or `unavailable`
|
|
720
|
+
if both fail, and its aggregate remains `unknown`. The first policy error
|
|
721
|
+
(rulesets before classic protection) supplies `error_code` when errors differ.
|
|
722
|
+
Configured workflow results remain separate evidence with `required: false`.
|
|
717
723
|
The selected PR-link state is authoritative. If a same-head PR observation
|
|
718
724
|
disagrees, Atoll clears its observation/provider provenance, uses the link URL
|
|
719
725
|
as `source_url`, excludes it from freshness, and sets `partial`.
|
|
@@ -1188,6 +1188,12 @@ provider collection; disabled is the default. With reads disabled, state
|
|
|
1188
1188
|
`disabled` and aggregate `none` do not set `partial`. When enabled, partial or
|
|
1189
1189
|
unavailable collection, stale, ambiguous, or missing evidence remains `unknown`
|
|
1190
1190
|
and sets `partial`.
|
|
1191
|
+
A policy endpoint returning GitHub's exact plan-limit HTTP 403 is classified
|
|
1192
|
+
as `plan_restricted`; other 401/403 responses remain permission failures.
|
|
1193
|
+
The collection is `partial` if one policy source succeeds, or `unavailable`
|
|
1194
|
+
if both fail, and its aggregate remains `unknown`. The first policy error
|
|
1195
|
+
(rulesets before classic protection) supplies `error_code` when errors differ.
|
|
1196
|
+
Configured workflow results remain separate evidence with `required: false`.
|
|
1191
1197
|
|
|
1192
1198
|
Review aggregation keeps each reviewer's latest exact-head opinion, ignores
|
|
1193
1199
|
comments, and removes dismissed opinions. Change requests win; `approved`
|
|
@@ -238,6 +238,12 @@ collection or aggregate `unknown` sets `partial`. The server-only
|
|
|
238
238
|
off by default. This evidence does not grant merge, deployment, production
|
|
239
239
|
testing, or acceptance authority, and the endpoint does not change GitHub
|
|
240
240
|
state. Configured Atoll workflow paths remain `required: false`.
|
|
241
|
+
A policy endpoint returning GitHub's exact plan-limit HTTP 403 is classified
|
|
242
|
+
as `plan_restricted`; other 401/403 responses remain permission failures.
|
|
243
|
+
The collection is `partial` if one policy source succeeds, or `unavailable`
|
|
244
|
+
if both fail, and its aggregate remains `unknown`. The first policy error
|
|
245
|
+
(rulesets before classic protection) supplies `error_code` when errors differ.
|
|
246
|
+
Configured workflow results remain separate evidence with `required: false`.
|
|
241
247
|
|
|
242
248
|
## Planning Artifacts
|
|
243
249
|
|
|
@@ -137,6 +137,12 @@ server-only
|
|
|
137
137
|
`ATOLL_GITHUB_REQUIRED_CHECKS_READ_ENABLED=1` flag. This namespace is separate
|
|
138
138
|
from heartbeat `signals[]`, never changes provider state, and never changes
|
|
139
139
|
tasks or dispatches agents.
|
|
140
|
+
A policy endpoint returning GitHub's exact plan-limit HTTP 403 is classified
|
|
141
|
+
as `plan_restricted`; other 401/403 responses remain permission failures.
|
|
142
|
+
The collection is `partial` if one policy source succeeds, or `unavailable`
|
|
143
|
+
if both fail, and its aggregate remains `unknown`. The first policy error
|
|
144
|
+
(rulesets before classic protection) supplies `error_code` when errors differ.
|
|
145
|
+
Configured workflow results remain separate evidence with `required: false`.
|
|
140
146
|
The selected PR-link state is authoritative. If a same-head PR observation
|
|
141
147
|
disagrees, Atoll clears its observation/provider provenance, falls back to the
|
|
142
148
|
link URL, excludes it from freshness, and sets `partial`.
|