chore(release): v0.15.1 (Monorepo Unification)#111
Merged
Conversation
88f96c7 to
b38b2c5
Compare
PythonWoods-Dev
added a commit
that referenced
this pull request
Jun 22, 2026
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com> Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
b38b2c5 to
e1b0d5e
Compare
PythonWoods-Dev
added a commit
that referenced
this pull request
Jun 22, 2026
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com> Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods <gianluca.catalano@gmail.com>
e1b0d5e to
8e2224d
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 release fundamentally restructures the Zenzic ecosystem by unifying the Core Engine and the Documentation Portal into a single, cohesive Monorepo.
🏗️ Architectural Changes
zenzic-docrepository has been fully grafted into thezenziccore repository. Documentation now resides in the/docsdirectory. This guarantees atomic Documentation Impact Analysis (D.I.A.) — a PR that alters CLI behavior now includes the corresponding manual update in the exact same commit.zenzic-actionfor testing our own documentation. The CI/CD pipeline now executesuv run zenzic check all --strictnatively, testing the documentation against the bleeding-edge engine code in the current branch.mkdocs-materialtopyproject.tomlunder the[docs]extra. Contributors can now install the full documentation build environment viauv sync --extra docs.docs-buildanddocs-serve +args=""recipes to thejustfilefor seamless local authoring.zenzic-docchangelog has been permanently archived tochangelogs/v0.15-docs-archive.md. The previous repository will be tombstoned.All pre-commit hooks, tests (1400+), and native DQS Quality Gates (99/100) are passing.