docs: COMMANDS.md reference + interactive HTML demo walkthrough#10
Merged
Conversation
- docs/COMMANDS.md: comprehensive reference for all 23 slash commands organized by category with descriptions, arguments, step-by-step behavior, and usage examples - docs/demo.html: interactive visual walkthrough using ZO brand system (amber/void, Share Tech Mono, Rajdhani, scanlines). 6 tabbed sections: Overview, User Workflow, Agent Teams, ML Pipeline, Commands, MNIST Demo. Clickable steps, expandable cards, mode toggle, search palette. - README.md: added Commands section with summary table linking to docs/COMMANDS.md - STATE.md: marked project complete, documented known issues and next steps - DECISION_LOG: recorded slash commands decision (RD13) Session end — ZO v1.0 complete and validated. Ready for IVL F5. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SamPlvs
added a commit
that referenced
this pull request
Apr 25, 2026
Capture the design idea surfaced by the session-022 spawn-crash diagnosis: add a --low-resources flag (or plan-level ## Resources block) that tells the Lead Orchestrator to spawn agents serially within a phase instead of in parallel. Eliminates the burst spike that trips kern.maxprocperuid=2666 on marginal-resource Macs (specifically classical_ml Phase 1 spawning 5 agents). PR-015 deliberately set 5-agent Phase 1 as the production default; a flag-gated alternative preserves that while giving resource-constrained users an escape hatch. Logged in STATE.md What's Next #10 + DECISION_LOG ROADMAP entry with implementation touch points (orchestrator.py _prompt_coordination(), cli.py flag plumbing, optional plan parser support). Cross-refs PR-015, PR #52 troubleshooting doc, session-022 diagnosis. Picking up next session. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
SamPlvs
added a commit
that referenced
this pull request
Apr 30, 2026
Capture the design idea surfaced by the session-022 spawn-crash diagnosis: add a --low-resources flag (or plan-level ## Resources block) that tells the Lead Orchestrator to spawn agents serially within a phase instead of in parallel. Eliminates the burst spike that trips kern.maxprocperuid=2666 on marginal-resource Macs (specifically classical_ml Phase 1 spawning 5 agents). PR-015 deliberately set 5-agent Phase 1 as the production default; a flag-gated alternative preserves that while giving resource-constrained users an escape hatch. Logged in STATE.md What's Next #10 + DECISION_LOG ROADMAP entry with implementation touch points (orchestrator.py _prompt_coordination(), cli.py flag plumbing, optional plan parser support). Cross-refs PR-015, PR #52 troubleshooting doc, session-022 diagnosis. Picking up next session. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
SamPlvs
added a commit
that referenced
this pull request
Apr 30, 2026
docs: COMMANDS.md reference + interactive HTML demo walkthrough
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
🤖 Generated with Claude Code