Add CycloneDX SBOM generator and duration-aware suite sharding#226
Merged
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 69 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
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.



Round-3 multi-agent web-research follow-up, batch 8 — two pure-stdlib ops tools (security + scale research angles), each wired through all five layers (facade,
AC_*, MCP, Script Builder) with headless tests + EN/Zh v18 docs + README sections.Features
utils/sbom) —build_sbom/write_sbom: walk installed distributions (importlib.metadata) and emit a CycloneDX 1.6 JSON SBOM (name/version/purl/license);rootlimits to a package's dependency closure,extra_componentsinventories action files. Supply-chain compliance (EU CRA / EO 14028). No third-party dependency.AC_generate_sbom+ac_generate_sbom.utils/test_shard) —shard_flows: greedy bin-pack flows into N shards balanced by historical per-flow wall-clock from run-history (slowest worker, not test count, defines runtime);merge_resultsrecombines per-shard reports.AC_shard_suite/AC_merge_results+ac_*.Why
Surfaced by the round-3 agents (security/governance + performance/scale angles) as top value×feasibility, pure-stdlib, fully unit-testable items. Reuse existing data (
importlib.metadata, run-history) — no new deps, no infra.Verification
test/unit_test/headless/test_ops_batch.py— 8 tests pass (SBOM shape/extra/write, duration-balanced sharding incl. fallback, merge rollup, full wiring).import je_auto_controlPySide6-free.