-
Notifications
You must be signed in to change notification settings - Fork 12
docs(mediator): reorganize tracking docs and design release-scope tasks #795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AndreaCuneo
merged 4 commits into
master
from
copilot/featuremediator-framework-initial-implementation
Jul 26, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
4ddc4fa
docs(mediator): move delivery tracking into progress subfolder
Copilot ff05cf3
docs(mediator): add release-scope tasks and refresh design
Copilot 76b0c0c
docs(mediator): add ARKAPI004 CI/CD release gate to GEN-10 and design.md
Copilot 77463f0
docs(mediator): redesign GEN-10 to single-snapshot copy-replace workflow
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # Mediator Framework — delivery tracking | ||
|
|
||
| Everything in this folder tracks **how** the framework is being built. The | ||
| reference documentation (what the framework *is*) stays one level up: | ||
| [`../design.md`](../design.md), [`../research.md`](../research.md), | ||
| [`../migration-from-mvc.md`](../migration-from-mvc.md). | ||
|
|
||
| | Document | Purpose | | ||
| | --- | --- | | ||
| | [`tasks/README.md`](tasks/README.md) | **Current task board.** One self-contained task document per pending item, with Outcomes and Acceptance. Start here. | | ||
| | [`tasks.md`](tasks.md) | Historical epic breakdown (Epics 1–12) with acceptance criteria. | | ||
| | [`implementation-plan.md`](implementation-plan.md) | Phased delivery plan (Phases 1–10) with step-by-step instructions. | | ||
| | [`pre-release-review.md`](pre-release-review.md) | Adversarial pre-release review (DX + security), gap analysis vs `Ark.ReferenceProject`, recorded decisions D1–D8. | | ||
| | [`future-improvements.md`](future-improvements.md) | Explicitly deferred post-1.0 items. | | ||
|
|
||
| ## Working agreement | ||
|
|
||
| - Every task is executed in its own branch/PR with a conventional-commit title. | ||
| - Full-solution build gate on every step: | ||
| `dotnet build Ark.Tools.slnx --configuration Debug` (zero warnings) and | ||
| `dotnet test Ark.Tools.slnx --no-build --configuration Debug --minimum-expected-tests 1`. | ||
| - A task that changes framework behavior described in [`../design.md`](../design.md) | ||
| updates that document in the same PR. | ||
| - Progress is recorded in [`tasks/README.md`](tasks/README.md) (checkbox in the | ||
| execution order) — that file is the single source of truth for "what is left". |
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.