docs: versioning & tracking convention (tags, milestones, labels) - #19
Merged
Conversation
Canonical convention for how the sample records delivered states (git tags, retroactive-friendly, 0.x, decoupled from the Helm chart version), planned direction (milestones vMINOR — theme, upstream-gated work stays milestone-less with the upstream-dependency label), and area classification (area/* labels). Referenced from AGENTS.md (agent-facing) and CONTRIBUTING.md (human-facing) so both developers and AI agents follow one source of truth.
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.
Records the tag / milestone / label scheme now in use so both human contributors and AI agents follow one source of truth.
docs/versioning-and-tracking.md— canonical convention:0.x(architecture still evolving), decoupled from the Helm chart version (tagv0.3.0ships chart1.4.0; Release notes must say so). Current line: v0.1.0 (KEDA era) → v0.2.0 (agent-sandbox runc) → v0.3.0 (gVisor + NetworkPolicy + scaling guard).vMINOR — theme; maintenance phase precedes evolution phase; upstream-blocked work gets no milestone (usesupstream-dependencylabel) since a milestone implies schedulability.area/*classification +upstream-dependency.Documents the tags (v0.1.0–v0.3.0), milestones (v0.4/v0.5), and labels created for this repo today. Docs-only.