docs: CDU-RA v0.1 reference architecture skeleton - #108
Merged
Conversation
Declare an implementation-agnostic Discipline Universe blueprint under docs/cdu-ra/ with CECP trail; status skeleton/declared only — no runtime or constitutional SoT claims. Co-authored-by: Cursor <cursoragent@cursor.com>
Engine bug: computeGeometry() in mrs/apps/rt4d-engine/src/renderer.ts hardcoded timeSeconds=0 instead of using opts.timeSeconds, freezing all geometry at t=0 regardless of the time parameter. Fix: - Add timeSeconds?: number to GeometryOptions interface - Replace hardcoded 0 with opts.timeSeconds ?? 0 in computeGeometry() - Pass timeSeconds: 0 in the geometry endpoint call site (index.ts) Also: - Enforce apiKeyRequired on all authenticated API Gateway methods (CDK) - Add API key rotation Lambda with 30-day CloudWatch Events schedule - Add sanitizeDimension + CER logging to mcp-handler (index.mts) - Add dimension validation to handleSceneRest POST and POST /render - Add dimension validation to applySceneUpdate re-preview path - Fix WAF scopeArn TypeScript error in mcp-gateway-stack.ts Co-authored-by: opencode
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.
Add CDU-RA v0.1 skeleton under docs/cdu-ra/ plus CECP trail. Status: skeleton/declared only.
Made with Cursor