chore(release): v0.13.0#104
Merged
Merged
Conversation
…ain, and deprecate jsx suppressions Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
- In the score report, split category issues into punitive (penalty > 0) and informational (penalty == 0) buckets so that zero-penalty findings no longer trigger a red cross; they are shown as dimmed "info" counts while still allowing the category to display green when no real penalties exist. - Add a clearer NOTICE message when a DQS badge is auto-stamped during pre-commit, instructing the user to re-stage the file and commit again. - Enhance `scan_docs_references` progress bar with SpinnerColumn, TimeElapsedColumn, and a more descriptive parsing label that includes file count and execution mode (parallel/sequential). - Add a second indeterminate progress task for link validation that starts after parsing completes and displays the count of external URLs being checked. Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
…chitecture Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
…0-prep' Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…llowed by tables Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
…lowed root keys Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
…alidation Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
… check summary Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
…elog for cli ux Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
46bf799 to
8638dc2
Compare
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.
This PR finalizes the v0.13.0 release, bringing critical architectural shifts, documentation evolution, and enhanced diagnostic precision to the Zenzic ecosystem.
Key Themes & Changes
1. The Bridge Architecture (ADR-080)
PrebuiltVSMAdapter(src/zenzic/core/adapters/_prebuilt.py) to support Inversion of Control..zenzic-vsm.jsonrouting payloads dynamically generated by external frameworks (e.g.,@zenzic/plugin-docusauruswhich was also initialized as a separate TS/Node.js project).2. Docusaurus Eradication & Zensical Migration
zenzic-doc) to MkDocs Material / Zensical..mdxhallucinated configurations, and vaporware..bumpversion.tomlto accurately track the MkDocs architecture for automated version bumps across both the English base and Italian mirrored environments.3. TOML Strict Validation (Active Defense)
[tables]in.zenzic.tomlandpyproject.toml.4. CLI UX Refinements
inspect codesnow actively displaysFATALandHALTpipeline blockers rather than misleading0.0penalties for security codes.checkcommand explicitly reports final DQS scores and gate conditions (Gate Passed/Gate Failed) directly in the terminal footer, reducing ambiguity in CI/CD logs.