# 2023 Julia Setup

## Scope

This folder is a compact video-backed setup note for Julia and QuantumClifford workflows. It is not a reveal.js slide deck: the presentation content is the `HEADER.md` landing text plus the embedded setup video.

## Likely Entry Points

- `HEADER.md` is the human-readable page fragment for the archive. It embeds `2023-quantumclifford-setup.mp4`.
- `2023-quantumclifford-setup.mp4` is the primary presentation asset.

There is no `index.html`, `presentation.html`, or visible markdown slide source in this folder.

## Content Themes

- Julia environment setup and local project hygiene.
- QuantumClifford development setup.
- Two corrections to the recorded video are already captured in `HEADER.md`: use `] dev ./FOLDER_NAME/` for cloned repositories and `] activate .` for the local environment.

## Assets And Patterns

- Keep this folder minimal. The archive page is expected to render the markdown note and the local MP4.
- Preserve the relative video path in `HEADER.md`; the folder is self-contained.
- Do not replace the MP4 unless the user explicitly asks for a new recording or compressed export.

## Editing Guidance

- When updating instructions, edit `HEADER.md` directly and keep the corrections near the video embed.
- If adding more setup notes, prefer short practical bullets over reconstructing the whole recording.
- If a transcript or slide deck is added later, document the new entry point here and make clear whether it supersedes the video.
- Do not fabricate command details from memory. Verify Julia package workflow commands against the actual project being discussed.

