Conversation
added 18 commits
August 13, 2026 18:27
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
bhcopeland
reviewed
Sep 2, 2026
manul7
force-pushed
the
proposal/plan
branch
from
September 16, 2026 14:59
65d742e to
c3ec180
Compare
Signed-off-by: Konstantin Belov <konstantin.belov@linaro.org>
manul7
force-pushed
the
proposal/plan
branch
from
September 17, 2026 12:38
c3ec180 to
bc3407c
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.
I would like to propose a development plan for the MVP system that can process unit-test regressions (the simplest case). The plan is based on the content and assumptions of the
proposal/componentsPR.Structure
planning/plan.yamldefines 18 phases (or epics) and tasks. It is the single source of truth for task metadata and dependencies.planning/tasks/with a description, contribution, acceptance criteria, and links to its design sources.Phases
In other words, phases 1-10 = core machinery, 11-13 = MVP completion, 14–18 = hardening.
Tooling
scripts/publish-tasks.pycreates one GitHub issue per task markedpublish: true, labeled with its phase. It also links each published task to its published dependencies with blocked-by relationships, so the issue graph mirrorsdepends_oninplan.yaml. Re-runs are idempotent. A dependency without a published issue is reported andskipped, and gets linked on a later run once its issue exists.
.github/workflows/publish-tasks.ymlruns the script on every push tomainthat touchesplanning/plan.yaml, the task files, or the script itself.Please take a look.