Add SelfExtendGenerated composable CLI extensions - #113
Merged
IanFrelinger merged 1 commit intoMay 22, 2026
Conversation
IanFrelingerforce-pushed
the
feat/runtime-hardening-pr3
branch
from
May 22, 2026 01:15
38f9682 to
f9f3b24CompareGenerated extension surface for UI shell/workflow, domain knowledge, feature hotload, and demo bundle commands used by adaptive runtime release-core paths. Co-authored-by: Cursor <cursoragent@cursor.com>
IanFrelingerforce-pushed
the
feat/self-extend-generated-pr4
branch
from
May 22, 2026 01:15
5170f2b to
ad59507CompareIanFrelinger
merged commit May 22, 2026
b9f91a6
into
feat/runtime-hardening-pr3
21 of 32 checks passed
Uh oh!
There was an error while loading. Please reload this page.
3 tasks
IanFrelinger added a commit
that referenced
this pull request
May 22, 2026
… (#114) * Add post-RC waterproofing gates (perf, compat, DR). Covers regression baselines, migration/resume compatibility, disaster recovery drills, and RC policy checks (exceptions, rollback, sign-off). Co-authored-by: Cursor <cursoragent@cursor.com> * Fix runtime release gate and air-gapped test hardening. Unblocks ship/RC tiers: composable backend routing, application path allowlist, adaptive runtime iterations, CI runtime-gate flags, multi-env exit semantics, test-framework Docker image, and xUnit migration in security and trust tests. Co-authored-by: Cursor <cursoragent@cursor.com> * Add SelfExtendGenerated composable CLI extension commands and tests. Generated extension surface for UI shell/workflow, domain knowledge, feature hotload, and demo bundle commands used by adaptive runtime release-core paths. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
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 freeto 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.
Summary
ui-shell,ui-workflow,domain-knowledge,feature-hotload,self-extend-ui-demo-bundle)UnitTestBridgeTestsfor release-core / adaptive runtime pathsTest plan
dotnet test application/src/Nexo.Tests.CLI --filter "FullyQualifiedName~UnitTestBridgeTests&FullyQualifiedName~SelfExtendGenerated"SHIP_GATE_RUN_RUNTIME_GATE=1 make ship-gate-tier-d(after stack merges)Depends on:#112 (runtime hardening). Merge #110 → #111 → #112 first, or rebase base after those land.
Made with Cursor