chore(release): downgrade to v0.1.0-experimental#14
Merged
Conversation
The current v1.1.0 numbering oversold the maturity of the framework relative to what is actually validated. Phyriad is a personal exploration project with LLM-assisted implementation, single-machine benchmarks, and pillars whose APIs may still move. v0.1.0 with "experimental" prerelease tag is a more honest signal. Affected markers (kept in sync via release-please's x-release-please-* comments): - .release-please-manifest.json: "." 1.1.0 → 0.1.0 - CMakeLists.txt: project VERSION 1.1.0 → 0.1.0, PHYRIAD_VERSION_PRERELEASE "" → "experimental" - framework/_meta/include/phyriad/version.hpp: MAJOR 1 → 0, VERSION_STRING "1.1.0" → "0.1.0", PRERELEASE "" → "experimental" Resulting version string: 0.1.0-experimental. Note on release-please: this is a major down-rev relative to the manifest. release-please may need a manual nudge or a release-as override on the next release PR — to be addressed if/when needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
release-pleaserastrea (vía comentariosx-release-please-*), más el manifest:.release-please-manifest.json:.1.1.0→0.1.0CMakeLists.txt:VERSION 1.1.0→0.1.0,PHYRIAD_VERSION_PRERELEASE ""→"experimental"framework/_meta/include/phyriad/version.hpp:MAJOR 1→0,VERSION_STRING "1.1.0"→"0.1.0",PRERELEASE ""→"experimental"0.1.0-experimental.Por qué
La versión
1.xseñalizaba madurez de producción que el repo no tiene actualmente. El compañero PR #13 ya hace transparente que los benchmarks no están validados independientemente y que la implementación es LLM-asistida. Esta versión hace coherente el numbering con esa narrativa.Riesgo
release-pleasepuede confundirse con un major down-rev (de1.1.0a0.1.0). El próximo PR auto-generado de release-please podría intentar revertir esto. Si pasa, se resuelve con unrelease-as: 0.1.0-experimentalenrelease-please-config.jsono cerrando el PR de release-please y dejando que se reconcilie en la siguiente iteración.Test plan
bench-regressionno se rompe por el cambio de string de versiónPhyriadConfigVersion.cmakequeda generado con0.1.0(lo leefind_package(Phyriad)en consumers)<phyriad/version.hpp>reporta0.1.0-experimentaldesde código de prueba🤖 Generated with Claude Code