Skip to content

Add SelfExtendGenerated composable CLI extensions - #113

Merged
IanFrelinger merged 1 commit into
feat/runtime-hardening-pr3from
feat/self-extend-generated-pr4
May 22, 2026
Merged

Add SelfExtendGenerated composable CLI extensions#113
IanFrelinger merged 1 commit into
feat/runtime-hardening-pr3from
feat/self-extend-generated-pr4

Conversation

@IanFrelinger

Copy link
Copy Markdown
Owner

Summary

  • Adds generated composable extension commands (ui-shell, ui-workflow, domain-knowledge, feature-hotload, self-extend-ui-demo-bundle)
  • Structure tests via UnitTestBridgeTests for release-core / adaptive runtime paths

Test 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

@IanFrelinger
IanFrelingerforce-pushed the feat/runtime-hardening-pr3 branch from 38f9682 to f9f3b24CompareMay 22, 2026 01:15
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>
@IanFrelinger
IanFrelingerforce-pushed the feat/self-extend-generated-pr4 branch from 5170f2b to ad59507CompareMay 22, 2026 01:15
@IanFrelinger
IanFrelinger merged commit b9f91a6 into feat/runtime-hardening-pr3May 22, 2026
21 of 32 checks passed
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>
@cursor
cursorBot deleted the feat/self-extend-generated-pr4 branch June 14, 2026 21:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@IanFrelinger