You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .abca/commands/review_pr.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,12 +139,7 @@ Documentation drift is a blocking concern on this repo. Check:
139
139
-**Never edit `docs/src/content/docs/` by hand** — it is generated.
140
140
-**AGENTS.md / README / package docs** — Updated if the developer flow, routing, or commands
141
141
changed.
142
-
-**Roadmap reflects the change** — Confirm whatever this PR fixes or delivers is marked or
143
-
updated in [docs/guides/ROADMAP.md](../../docs/guides/ROADMAP.md) (e.g. item checked off,
144
-
status moved, or a new entry added). If the change advances or completes a roadmap item and
145
-
the PR leaves the roadmap untouched, flag it. Remember the roadmap is a synced source — after
146
-
editing `docs/guides/ROADMAP.md`, the Starlight mirror `docs/src/content/docs/roadmap/Roadmap.md`
147
-
must be regenerated via `mise //docs:sync`.
142
+
-**Issue tracking reflects the change** — Confirm whatever this PR fixes or delivers is filed or updated as a [GitHub issue](https://github.com/aws-samples/sample-autonomous-cloud-coding-agents/issues) with an appropriate priority label (`P0`, `P1`, etc.). If the change completes planned work and no issue exists, flag it.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ body:
8
8
- type: markdown
9
9
attributes:
10
10
value: |
11
-
Thanks for suggesting an idea. You may want to check the [ROADMAP](https://github.com/krokoko/bgagent/blob/main/docs/guides/ROADMAP.md) and [design docs](https://github.com/krokoko/bgagent/tree/main/docs/design) to see if something similar is already planned.
11
+
Thanks for suggesting an idea. You may want to check [open GitHub issues](https://github.com/aws-samples/sample-autonomous-cloud-coding-agents/issues) and [design docs](https://github.com/aws-samples/sample-autonomous-cloud-coding-agents/tree/main/docs/design) to see if something similar is already planned.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/rfc.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ body:
8
8
- type: markdown
9
9
attributes:
10
10
value: |
11
-
Use this template for significant feature or design proposals. Please add as much detail as possible. See the [ROADMAP](https://github.com/krokoko/bgagent/blob/main/docs/guides/ROADMAP.md) and [design docs](https://github.com/krokoko/bgagent/tree/main/docs/design) for existing direction; your RFC should align or explain divergence.
11
+
Use this template for significant feature or design proposals. Please add as much detail as possible. See [open GitHub issues](https://github.com/aws-samples/sample-autonomous-cloud-coding-agents/issues) and [design docs](https://github.com/aws-samples/sample-autonomous-cloud-coding-agents/tree/main/docs/design) for existing direction; your RFC should align or explain divergence.
echo "::notice title=knip ratchet::Dead-code count is at or below baseline."
53
+
else
54
+
echo "::warning title=knip ratchet::Dead-code count increased above the baseline (knip-baseline.json). Run 'yarn knip' locally and remove the new dead code, or suppress a false positive in knip.json."
55
+
fi
56
+
57
+
- name: Python dead-code scan (vulture, advisory)
58
+
continue-on-error: true
59
+
run: |
60
+
if mise //agent:lint:deadcode; then
61
+
echo "::notice title=vulture::No Python dead code above the confidence threshold."
62
+
else
63
+
echo "::warning title=vulture::vulture found unused Python code. Remove it, or add an intentional keep to agent/.vulture_allowlist.py."
0 commit comments