[FIX] module-01 and module-02 curriculum audit fixes#520
Open
rasel9t6 wants to merge 13 commits into
Open
Conversation
- Update .gitignore, Makefile, README.md, go.mod, go.sum, curriculum/README.md - Replace old ci.yml with release.yml, validate-metadata.yml, validate-release.yml, validate-repository.yml
- Remove v2 root documentation files (now in docs/legacy-v2/) - Remove v2 curriculum metadata files (now in metadata/) - Remove v2 internal tools (replaced by curriculum_quality_backbone/) - Remove v2 docs that have v3 equivalents - curriculum.v2.json archived in metadata/legacy/
- metadata/: path.core.json, assessments, crossrefs, concepts, projects, failures, workspaces, readme contracts, legacy v2 archives - docs/: v3 maintainer docs (architecture, release, migration, validation, contributor, authoring guides) + legacy v2 archive - tools/: authoring workflows, audit scripts, generate scripts, migration scripts, validate tooling (curriculum + repository) - internal/: clean root reference files, curriculum quality backbone
- curriculum/modules/: modules 00 (orientation), 01 (computers, terminal, git, web), 02 (go setup and tooling) with full lesson content, assessments, starter/solution pairs, diagrams - .agents/: opencode skill and agent definitions
Collaborator
Author
Final readiness checkChanges
Review findings handled
Validation
Remaining risks
|
- Change STRICT_REPOSITORY default from 1 to 0 in Makefile - Update validate-repository.yml workflow to default to non-strict for PRs; strict mode only via workflow_dispatch or validate-release
…rict - Add PYTHON_STRICT_FLAG to Makefile, passed as --no-strict to Python validators when STRICT_REPOSITORY=0 - Update validate_readmes.py, validate_code.py, validate_assets.py: accept --strict/--no-strict flag; in non-strict mode skip items whose module directory does not exist on disk - Update validate-release to explicitly run validate-repository with STRICT_REPOSITORY=1 so Python validators run strict during release gates - Skip .opencode/ and node_modules/ in forbidden-folder-name walk
… --no-strict" This reverts commit 55c3e9e.
This reverts commit ab269dd.
… migration" This reverts commit 42e670f.
This reverts commit 246833c.
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.
Closes #519
Scope
Type
Commits
Validation
Risk
Low - metadata paths and README text only. No code behavior changes.