-
Notifications
You must be signed in to change notification settings - Fork 0
[codex] M4 progress: chain intelligence + deep live matrix evidence #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Prekzursil
wants to merge
23
commits into
main
Choose a base branch
from
codex/m4-progress-deep-matrix-20260303
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2c9965a
feat: delta closure for truthful routing and portability
Prekzursil d7cde91
M3 closure: helper bridge ingress, launch+attach, strict tactical modes
Prekzursil 584901a
feat: advance M4 chain intelligence and deep live evidence
Prekzursil 0885670
Refactor runtime and native hotspots for Sonar/Codacy recovery
Prekzursil e8f8a34
Fix chain resolution classification for unresolved parent dependencies
Prekzursil 4082aa2
Add strict Codecov 100/100 coverage gate infrastructure
Prekzursil f795cfd
Add strict zero-backlog provider gate scripts and workflows
Prekzursil 739626b
Fix remaining Sonar findings on PR #97
Prekzursil a8bfcb4
Clear remaining PR #97 Sonar/Codacy findings
Prekzursil 7f16d1b
Split workshop chain logic to satisfy Codacy NLOC
Prekzursil 3cf8961
Align strict-zero workflow job names with required contexts
Prekzursil a9cf06c
Fix remaining Codacy warning in helper backend tests
Prekzursil b3833e8
Replace partial split with dedicated chain resolver helper
Prekzursil 65022b0
Stabilize coverage dotnet resolution in mixed shell environments
Prekzursil 43d812f
Harden deep-chain run stability and coverage staging paths
Prekzursil 450b134
Improve live TRX fallback and deep-run artifact stability
Prekzursil fed0eb8
Trigger strict-zero workflows on branch pushes
Prekzursil 2d47a38
Handle unresolved parent chains as non-execution skips
Prekzursil e4aff3b
Harden provider gate parsing and DeepScan backlog source
Prekzursil ebaf5b7
Adjust Applitools provider auth to API query contract
Prekzursil 263e20e
Merge origin/main into PR #97 branch and resolve checker/runtime conf…
Prekzursil 5dc6cf7
Stabilize coverage gate tooling and add helper service tests
Prekzursil 4d52120
Add App and runtime coverage tests for helper and workshop paths
Prekzursil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| name: Provider Zero Backlog | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - "**" | ||
| pull_request: | ||
| branches: | ||
| - main | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| provider-zero-backlog: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Sonar zero backlog | ||
| shell: pwsh | ||
| run: pwsh ./tools/quality/assert-sonar-zero-backlog.ps1 -Strict | ||
| env: | ||
| SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||
| SONAR_PROJECT_KEY: Prekzursil_SWFOC-Mod-Menu | ||
|
|
||
| - name: Codacy zero backlog | ||
| shell: pwsh | ||
| run: pwsh ./tools/quality/assert-codacy-zero-backlog.ps1 -Strict | ||
| env: | ||
| CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }} | ||
| CODACY_ORG: ${{ vars.CODACY_ORG }} | ||
| CODACY_PROVIDER: gh | ||
| CODACY_REPO: Prekzursil/SWFOC-Mod-Menu | ||
|
|
||
| - name: DeepScan zero backlog | ||
| shell: pwsh | ||
| run: pwsh ./tools/quality/assert-deepscan-zero-backlog.ps1 -Strict | ||
| env: | ||
| DEEPSCAN_API_TOKEN: ${{ secrets.DEEPSCAN_API_TOKEN }} | ||
| DEEPSCAN_ZERO_BACKLOG_URL: ${{ vars.DEEPSCAN_ZERO_BACKLOG_URL }} | ||
|
|
||
| - name: Applitools zero backlog | ||
| shell: pwsh | ||
| run: pwsh ./tools/quality/assert-applitools-zero-backlog.ps1 -Strict | ||
| env: | ||
| APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }} | ||
| APPLITOOLS_ZERO_BACKLOG_URL: ${{ vars.APPLITOOLS_ZERO_BACKLOG_URL }} |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.