chore: remove orion-docs/ legacy directory and expand Phase 0 brainstorm flowchart#9
Merged
dmicheneau merged 3 commits intoharnessfrom Apr 8, 2026
Merged
Conversation
- Rename brainstorm internal phases to Step 1/2/3 in WORKFLOW_DRAFT to avoid confusion with global Orion phases (Phase 1=PLAN, Phase 2=DELEGATE, etc.) - Replace simplistic Phase 0 (single Brief exist? node) with full entry logic: glob docs/briefs/, Briefs found? (0/1/N), Brief status? (draft/done), Continue or fresh start?, Revise or new project?, Load brief → Step 3, Step 1 direct/normal, Run brainstorm agent, Brief written → verbal suggestion - Add fast path dashed arrow from glob node to Phase 2 Select agent (bypass when scope is already clear) - Fix edge label visibility: inject CSS into SVG post-render to force dark background (#1e293b) and white text on all Mermaid edge labels - Add optional dashed arrow Phase 4 → Phase 5 (maintenance is post-delivery) - Rebuild bundle.html
The orion-docs/ directory was an abandoned React app (Parcel + Tailwind + shadcn) with no references anywhere in the codebase. It has been fully replaced by team-lead-workflow/ which is the active documentation site.
azrod
pushed a commit
that referenced
this pull request
May 4, 2026
…orm flowchart (#9) * feat: replace flowchart with unified Mermaid diagram (Phase 0-5) * docs: expand Phase 0 brainstorm flowchart with full entry logic - Rename brainstorm internal phases to Step 1/2/3 in WORKFLOW_DRAFT to avoid confusion with global Orion phases (Phase 1=PLAN, Phase 2=DELEGATE, etc.) - Replace simplistic Phase 0 (single Brief exist? node) with full entry logic: glob docs/briefs/, Briefs found? (0/1/N), Brief status? (draft/done), Continue or fresh start?, Revise or new project?, Load brief → Step 3, Step 1 direct/normal, Run brainstorm agent, Brief written → verbal suggestion - Add fast path dashed arrow from glob node to Phase 2 Select agent (bypass when scope is already clear) - Fix edge label visibility: inject CSS into SVG post-render to force dark background (#1e293b) and white text on all Mermaid edge labels - Add optional dashed arrow Phase 4 → Phase 5 (maintenance is post-delivery) - Rebuild bundle.html * chore: remove orion-docs/ legacy directory The orion-docs/ directory was an abandoned React app (Parcel + Tailwind + shadcn) with no references anywhere in the codebase. It has been fully replaced by team-lead-workflow/ which is the active documentation site.
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
orion-docs/— abandoned legacy React app (Parcel + Tailwind + shadcn) with no references anywhere in the codebase, fully superseded byteam-lead-workflow/Changes
chore: remove orion-docs/ legacy directoryorion-docs/found anywhere in the codebasedocs: expand Phase 0 brainstorm flowchart with full entry logicWORKFLOW_DRAFT.md(avoid confusion with global Orion phases)Brief exist?node with full entry logic:glob docs/briefs/→Briefs found?(0/1/N) →Brief status?→Continue or fresh start?/Revise or new project?→Load brief → Step 3/Step 1 normal/directbundle.html