This is an automated email from the ASF dual-hosted git repository.

imbajin pushed a change to branch goal-scan
in repository https://gitbox.apache.org/repos/asf/hugegraph-ai.git


 discard ed0f272c chore: merge latest goal-test into goal-scan
    omit da710c8c fix(llm): use namespaced test fixtures
    omit 74313582 fix: use resolvable setup-uv action tag
    omit b851072d fix(llm): address updated PR review findings
    omit 95d6eaed refactor(llm): use service graph in boundary test
    omit 3840a4b9 refactor(llm): share HugeGraph test fixture
    omit 984208d7 fix(client): preserve unauthorized response type
 discard 53f3ebac docs(code-scan): sync fixed issue statuses
 discard 0f03a131 fix(llm): replace fake integration smokes
 discard 11e5b407 fix(llm): validate request-scoped config
 discard a8d7b2e3 fix(llm): preserve extracted graph value types
 discard 3405791c fix(client): preserve transport error contracts
 discard 84bc436f fix(llm): reject unsafe admin log paths
 discard 46e7199c docs(code-scan): record core module audit
 discard 860b2a49 docs(code-scan): add core module audit plan
    omit d16db33c fix(quality): address PR review findings
    omit 9a6592cc docs(quality): finalize quality program report
    omit 6de7e26a ci(quality): split test gates and add coverage ratchet
    omit e99d97c5 test(llm): add core pipeline smoke gates
    omit ed756e91 test(llm): expand deterministic contract coverage
    omit d9a6aaaa test(llm): harden hugegraph boundary coverage
    omit 26573b18 test(client): harden hugegraph contract coverage
    omit 01127359 test(client): preserve backend error details
    omit c27b504c docs(quality): record client contract service blocker
    omit ec71a3d5 test(quality): standardize hugegraph integration harness
    omit 0659cae9 test(quality): define test taxonomy and baseline
    omit af86c0c1 docs(quality): add quality program preflight ledger
    omit d048bc9f docs(quality): add HugeGraph AI quality program plan
    omit fa8fcafa docs(quality): add hugegraph-ai quality program design
     add 3872443b refactor: enhance the tests frame & quality in core modules 
(#357)
     new 82dd1693 fix: replay code scan fixes onto main

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ed0f272c)
            \
             N -- N -- N   refs/heads/goal-scan (82dd1693)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/auto-pr-comment.yml              |    1 +
 .github/workflows/hugegraph-llm.yml                |   46 +-
 .github/workflows/hugegraph-python-client.yml      |   34 +-
 .workflow/quality-program/README.md                |   33 -
 .workflow/quality-program/baseline.md              |   34 -
 .../quality-program/checkpoints/00-preflight.md    |   71 -
 .../quality-program/checkpoints/01-taxonomy.md     |   66 -
 .../checkpoints/02-service-fixture.md              |   60 -
 .../checkpoints/03-client-contract.md              |   92 --
 .../quality-program/checkpoints/04-llm-boundary.md |   79 -
 .../checkpoints/05-parser-api-operator.md          |   75 -
 .../quality-program/checkpoints/06-core-smoke.md   |   66 -
 .../checkpoints/07-coverage-ratchet.md             |   77 -
 .../checkpoints/08-deferred-refactors.md           |   48 -
 .../quality-program/coverage/client-baseline.json  |    1 -
 .workflow/quality-program/coverage/client-g2.json  |    1 -
 .../coverage/combined-baseline.json                |    1 -
 .../quality-program/coverage/llm-baseline.json     |    1 -
 .workflow/quality-program/quality-state.json       |  267 ----
 .../quality-program/reports/deferred-refactors.md  |   64 -
 .../reports/final-quality-report.md                |  137 --
 .../quality-program/reports/flaky-risk-ledger.md   |   11 -
 .../reports/production-change-ledger.md            |   13 -
 .../quality-program/reports/service-matrix.md      |    7 -
 .workflow/quality-program/reports/test-matrix.md   |   10 -
 .../2026-05-31-hugegraph-ai-quality-program.md     | 1596 --------------------
 docs/quality/coverage-ratchet.md                   |   10 +-
 ...26-05-31-hugegraph-ai-quality-program-design.md |  577 -------
 .../config/models/base_prompt_config.py            |   32 +-
 hugegraph-llm/src/tests/config/test_config.py      |   31 +
 .../src/tests/api/test_response_validation.py      |   28 +-
 31 files changed, 133 insertions(+), 3436 deletions(-)
 delete mode 100644 .workflow/quality-program/README.md
 delete mode 100644 .workflow/quality-program/baseline.md
 delete mode 100644 .workflow/quality-program/checkpoints/00-preflight.md
 delete mode 100644 .workflow/quality-program/checkpoints/01-taxonomy.md
 delete mode 100644 .workflow/quality-program/checkpoints/02-service-fixture.md
 delete mode 100644 .workflow/quality-program/checkpoints/03-client-contract.md
 delete mode 100644 .workflow/quality-program/checkpoints/04-llm-boundary.md
 delete mode 100644 
.workflow/quality-program/checkpoints/05-parser-api-operator.md
 delete mode 100644 .workflow/quality-program/checkpoints/06-core-smoke.md
 delete mode 100644 .workflow/quality-program/checkpoints/07-coverage-ratchet.md
 delete mode 100644 
.workflow/quality-program/checkpoints/08-deferred-refactors.md
 delete mode 100644 .workflow/quality-program/coverage/client-baseline.json
 delete mode 100644 .workflow/quality-program/coverage/client-g2.json
 delete mode 100644 .workflow/quality-program/coverage/combined-baseline.json
 delete mode 100644 .workflow/quality-program/coverage/llm-baseline.json
 delete mode 100644 .workflow/quality-program/quality-state.json
 delete mode 100644 .workflow/quality-program/reports/deferred-refactors.md
 delete mode 100644 .workflow/quality-program/reports/final-quality-report.md
 delete mode 100644 .workflow/quality-program/reports/flaky-risk-ledger.md
 delete mode 100644 
.workflow/quality-program/reports/production-change-ledger.md
 delete mode 100644 .workflow/quality-program/reports/service-matrix.md
 delete mode 100644 .workflow/quality-program/reports/test-matrix.md
 delete mode 100644 docs/plans/2026-05-31-hugegraph-ai-quality-program.md
 delete mode 100644 docs/specs/2026-05-31-hugegraph-ai-quality-program-design.md

Reply via email to