Skip to content

Conversation

@flyingrobots
Copy link
Owner

@flyingrobots flyingrobots commented Dec 1, 2025

Summary

  • Reorganizes project documentation and converts to LaTeX.

Scope

  • Tests only
  • Docs only
  • Runtime code

Checklist

  • Docs Guard satisfied (updated docs/execution-plan.md and docs/decision-log.md when non-doc files changed)
  • CI green (fmt, clippy, tests, rustdoc, audit/deny)
  • Kept PR small and focused (one thing)

This commit addresses the following:
- Upgraded Homebrew packages (sqlite, graphviz, sphinx-doc, luajit, rpds-py).
- Installed necessary tools: tree-sitter, cmake, rustup, wasm-pack.
- Updated Rust toolchain to 1.90.0 and verified cargo build and test.
- Fixed wasm-pack build for rmg-wasm crate by disabling wasm-opt due to bulk memory feature incompatibility.
- Updated wasm-bindgen and js-sys dependencies to latest versions.
- Switched from npm to pnpm for frontend package management, including:
  - Running pnpm install.
  - Removing package-lock.json and adding pnpm-lock.yaml.
- Ran SPDX verification scripts.
- Executed docs-open.sh for documentation generation.
@flyingrobots flyingrobots disabled auto-merge December 1, 2025 07:06
@flyingrobots flyingrobots merged commit 47a062a into main Dec 1, 2025
10 checks passed
@flyingrobots flyingrobots deleted the docs/pdfs branch December 1, 2025 07:06
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.

2 participants