Conversation
5 tasks
theagenticguy
approved these changes
Jun 2, 2026
theagenticguy
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Verified the change set:
- agent/Dockerfile —
GH_VERSION 2.92.0 → 2.93.0correctly addresses CVE-2026-48501 (GHSA-8xvp-7hj6-mcj9), the gh auth-token leak to TUF/Sigstore mirror hosts duringattestation/release verify. This is the load-bearing fix for #226. - .github/workflows/security.yml —
--label bugon the auto-filed failure issue matches the triage convention. Fine. - scripts/check-types-sync.ts — resolving
<alias>.a.breferences intocontracts/constants.jsonto their JSON values before comparing against the CLI's mirrored literals is the right call: it normalizes the CDK (imports the JSON) vs CLI (mirrors literals) asymmetry while still tripping on genuine value drift (30 vs 60). Clean. - docs/ — the design-doc sweep accurately reconciles the docs with shipped
main(Cedar HITL core, 5-policy bootstrap split, attachment + idempotency error codes, rate-limit reality, wired model IDs). Removing the superseded Change-manifest / Phase-1b-followups pages is correct hygiene.
Nice work.
isadeks
added a commit
to isadeks/sample-autonomous-cloud-coding-agents
that referenced
this pull request
Jun 5, 2026
Resolves conflicts: - linear-webhook-processor.ts/.test.ts: keep linear-vercel's probe + contextHint additions - astro.config.mjs / sync-starlight.mjs: keep deploy-preview-screenshots-guide entries - LINEAR_PAK_MIGRATION_RUNBOOK.md: take upstream status names (RUNNING,HYDRATING,SUBMITTED) - LINEAR_SETUP_GUIDE.md: keep linear-vercel's expanded teammate handshake + attachments docs - ROADMAP.md: keep both deploy-preview-screenshots and slack-notification-dispatcher entries Brings linear-vercel up to date with main: PR aws-samples#200 (multi-workspace Linear), PR aws-samples#233 (Slack OOM), PR aws-samples#234 (gh issue fix), PR aws-samples#265 (CI), PR aws-samples#268 (pyjwt), plus other quality improvements.
This was referenced Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #226
Fixes #226 by addressing CVE-2026-48501 (HIGH) in the agent container’s bundled GitHub CLI.
Area
cdk— infrastructure, handlers, constructsagent— Python runtime / Docker imagecli—bgagentclientdocs— guides or design sources (docs/guides/,docs/design/)tooling— rootmise.toml, scripts, CI workflowsTip: AGENTS.md lists where to edit and which tests to extend.
Related
Changes
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.