Add a dependency-aware roadmap execution plan to the contributor docs#21
Merged
Add a dependency-aware roadmap execution plan to the contributor docs#21
Conversation
Co-authored-by: erseco <1876752+erseco@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Audit current repository structure and produce a technical baseline
Add a dependency-aware roadmap execution plan to the contributor docs
Mar 16, 2026
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.
The issue asked to turn the improvement roadmap checklist into something executable: a prioritized plan, a dependency-aware subtask tree, and a sequence of small, mergeable PRs. This change adds that planning artifact and anchors it in the repository’s current architecture, CI, test layout, and compatibility work already in place.
New roadmap planning document
docs/roadmap-plan.mdas a contributor-facing execution plan for the roadmapBaseline grounded in current repo state
Clearer execution sequencing
Docs navigation
mkdocs.ymlso it is part of the published documentation setOriginal prompt
This section details on the original issue you should resolve
<issue_title>Subtasks breakdown for the
python-moodleimprovement roadmap</issue_title><issue_description>This checklist breaks the roadmap into smaller, mergeable subtasks that can be assigned to an agentic AI one by one.
Each subtask should result in a focused PR with code, tests, and documentation updates where relevant.
Phase 1 — Foundation and quick wins
1. Audit current repository structure and produce a technical baseline
Acceptance criteria
2. Expand CI to test all supported Python versions
Acceptance criteria
Dependencies
3. Categorize the current test suite into unit, integration, and regression layers
Acceptance criteria
Dependencies
4. Add structured CLI output formats
Audit current CLI rendering and data-return flow
Add
--outputsupport with at least:tablejsonyamlKeep human-friendly table output as the default
Ensure both list and detail commands return stable machine-readable structures
Add tests for JSON and YAML output
Update CLI documentation with examples
Acceptance criteria
Dependencies
5. Add basic field filtering for machine-readable CLI output
--fields id,fullnameAcceptance criteria
Dependencies
6. Improve logging and exception clarity
Acceptance criteria
Dependencies
7. Add debug mode for HTTP/session operations
Acceptance criteria
Dependencies
8. Add configurable timeouts
Acceptance criteria
Dependencies
9. Add safe retry support with backoff
python-moodleimprovement roadmap #20📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.