Skip to content

chore: repo hygiene — fix broken mermaid diagram + gitignore Python bytecode - #105

Merged
croadfeldt merged 1 commit into
mainfrom
chore/repo-hygiene-mermaid-gitignore
Jul 29, 2026
Merged

croadfeldt merged 1 commit into
mainfrom
chore/repo-hygiene-mermaid-gitignore

Conversation

@croadfeldt

Copy link
Copy Markdown
Owner

Applies the non-foundations cleanup pass from udlm to dcm. Deliberately excludes the terminology rename / prior-art / on-ramps — those are the open eng rulings in #104.

Changes

  • docs/flows/uc-18-workload-portability.md — the sequence-diagram participant alias Alt collided with mermaid's reserved alt keyword (case-insensitive), so the diagram wouldn't render (Parse error … got 'alt'). Renamed to AltP.
  • .gitignore — ignore __pycache__/ and *.pyc (dcm had no Python-bytecode rule).

Verified

  • mermaid: 24/24 blocks render clean (was 23/24)
  • check_links: 0 broken · check_estate_tokens: 0 hits

🤖 Generated with Claude Code

https://claude.ai/code/session_015GJFtLoW43JTABs3gGS6mR

…tecode

Applies the cleanup pass from udlm to dcm:

- docs/flows/uc-18-workload-portability.md: the sequence-diagram participant
  alias 'Alt' collided with mermaid's reserved 'alt' keyword (case-insensitive),
  so the diagram failed to render (Parse error: got 'alt'). Renamed the alias to
  'AltP'. All 24 mermaid blocks now render clean.
- .gitignore: ignore __pycache__/ and *.pyc so Python bytecode can't be staged.

Verified: mermaid 24/24 render, check_links 0 broken, check_estate_tokens 0 hits.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Chris Roadfeldt <chris@roadfeldt.com>
@croadfeldt
croadfeldt merged commit 199a891 into main Jul 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant