Phase 4: Update instructions for workspace layout and notebook environment#26
Merged
AronT-TLV merged 1 commit intoJun 1, 2026
Conversation
3fc6616 to
74d60e2
Compare
…nment - copilot-instructions.md: add Julia Workspace Layout section (workspace table, Manifest gitignore policy, uuidgen + Project.toml header convention); fix test/docs commands to use Pkg.test() and --project=docs; fix DrWatson precompile example reference - notebooks.instructions.md: remove DrWatson/quickactivate setup pattern; replace with plain 'using Math_Foundations'; add Notebook Environment section documenting the notebooks/ superset env, REPL startup workflow with --startup-file=no flag, and package-adding instructions; add Julia Kernel Gotchas section (stale variable slots, matrix from row vectors, stale cell state) - notebooks/Basics.ipynb: update kernel metadata to Julia 1.12.6 Closes FOU-33, FOU-35, FOU-36, FOU-39, FOU-41
74d60e2 to
7a9fec3
Compare
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.
Updates Copilot instructions and notebook conventions to reflect the workspace restructure completed in Phases 1–3.
Changes:
.github/copilot-instructions.mdjulia --project=. -e 'using Pkg; Pkg.test()'julia --project=docs docs/make.jl.github/instructions/notebooks.instructions.md--project=./notebooks, package-adding instructionsnotebooks/Basics.ipynb: update kernel metadata to Julia 1.12.6Closes FOU-33, FOU-35, FOU-36, FOU-39, FOU-41