fix(ci): restore deploy-lambda.yml (emptied by cherry-pick conflict resolution)#215
Merged
Merged
Conversation
…solution Cherry-pick conflict resolution wrote an empty file (Windows shell path quoting issue with git show). Restores the full workflow from private/master including the FastAPI _IncludedRouter openapi() route-check fix and the static mount ordering fix. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🛡️ GraQle PR Guardian💥 Blast Radius: 1 module affected
Total blast radius: 1 🏛️ Governance Verdict
|
| Metric | Value |
|---|---|
| Blast Radius | 1 |
| Files Analyzed | 1 |
| Blocked | 0 |
| SHACL Violations | 0 |
| Verdict | WARN |
🔬 Powered by GraQle PR Guardian v0.1.0 · Scan completed 2026-06-23T16:33:14.340095+00:00
harishquantamix
approved these changes
Jun 23, 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.
What happened
PR #214 cherry-pick had a merge conflict in
deploy-lambda.yml. During resolution,git show private/master -- filehit a Windows shell path-quoting issue and wrote an empty file instead of the correct content. The empty file was committed and merged, which is why the Deploy Lambda workflow immediately failed with "workflow file issue" on the merge push.Fix
Restores
deploy-lambda.ymlfromprivate/master— the full file including:_IncludedRouterroute-check fix (useapp.openapi()['paths']not flatapp.routes)app.mountafter allinclude_routercalls)Test plan
graqle-checkjob passes (Verify Studio routes register step exits 0)deployjob completes andcognigraph-apiLambda is updatedGET /studio/api/healthreturns 200🤖 Generated with Claude Code