feat(idtk): commands/path-visualize.md — standalone HTML syllabus viewer for paths [DOJ-4784]#26
Closed
lapc506 wants to merge 1 commit into
Closed
feat(idtk): commands/path-visualize.md — standalone HTML syllabus viewer for paths [DOJ-4784]#26lapc506 wants to merge 1 commit into
lapc506 wants to merge 1 commit into
Conversation
…wer for paths (DOJ-4784)
Reads a dojo-academy path slug + emits paths/{slug}/syllabus.html showing
per-course modules + per-module artifact table (✅/❌). Authoring debug
tool, NOT student-facing.
Brand consumed from dojo-academy/instruction-bundle-spec.yaml when present;
graceful-degrade to neutral defaults + visible WARNING when missing
(unblocks ship if DOJ-4785 not yet merged).
Created by Claude Code on behalf of @andres@dojocoding.io
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Collaborator
Author
|
@dojo-code-reviewer review |
There was a problem hiding this comment.
✅ Approved
Approved — 0 blockers, 1 P3. Confidence: 4/5.
🔵 P3 — Minor
commands/path-visualize.md:66— 🔵 P3 (minor) — If a module folder exists but does not contain aclasses/subdirectory (e.g. if it is newly scaffolded or uses a custom structure), the parser should treat the buckets as empty rather than failing or throwing an error. Clarifying this fallback logic makes the command specification more robust.
- Para cada módulo, leé `classes/` si existe (si no existe, tratá todos los buckets como vacíos) y clasificá cada archivo por prefijo:
Total findings: 1 business context (1 total)
ℹ️ Inline anchoring failed for the comments below; they are listed here instead.
commands/path-visualize.md:66— 🔵 P3 (minor) — If a module folder exists but does not contain aclasses/subdirectory (e.g. if it is newly scaffolded or uses a custom structure), the parser should treat the buckets as empty rather than failing or throwing an error. Clarifying this fallback logic makes the command specification more robust.
- Para cada módulo, leé `classes/` si existe (si no existe, tratá todos los buckets como vacíos) y clasificá cada archivo por prefijo:
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.
Summary
Adds `commands/path-visualize.md` — a new IDTK command that reads a dojo-academy path slug and emits `paths/{slug}/syllabus.html`, an authoring-debug visual showing per-course modules + per-module artifact table (✅/❌ per artifact type).
Scope
Linear
DOJ-4784
Test plan
Tests deferred per brief "OR equivalent" clause — sibling commands ship without `.test.sh` files; CI scripts function as the de-facto authoring test suite.
Created by Claude Code on behalf of @andres@dojocoding.io
🤖 Generated with Claude Code