stratumiops UI
  • Rust 88.9%
  • HTML 10.3%
  • JavaScript 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
claude-bot 2ab7794318
rename ontoref-* crates to generic names, untrack build artifacts
The workspace was imported from ontoref as `ontoref-auth` / `ontoref-ui` and
generalized in the working tree, but the rename was never committed: it lived
only as uncommitted changes in a repo with no remote, so none of it was in any
publishable history.

  crates/ontoref-auth -> crates/auth
  crates/ontoref-ui   -> crates/ui
  crates/auth-tool    unchanged

Two examples still imported the old crate names and broke
`cargo check --all-targets` (the libraries alone compiled, which is why it went
unnoticed):

  crates/auth/examples/lian_build_shim.rs  ontoref_auth -> auth
  crates/ui/examples/render_shim.rs        ontoref_ui   -> ui

crates/ui/.cargo target-dir still pointed at /Volumes/Devel/ontoref-ui/target,
a path belonging to another project; repointed at this workspace.

The initial commit had no .gitignore, so 1566 of its 1624 tracked files were
target/ build artifacts. Added one; the tracked tree is now 61 source files.

Verified: cargo check --workspace --all-targets
2026-07-26 20:04:18 +01:00
.cargo rename ontoref-* crates to generic names, untrack build artifacts 2026-07-26 20:04:18 +01:00
crates rename ontoref-* crates to generic names, untrack build artifacts 2026-07-26 20:04:18 +01:00
.gitignore rename ontoref-* crates to generic names, untrack build artifacts 2026-07-26 20:04:18 +01:00
Cargo.lock rename ontoref-* crates to generic names, untrack build artifacts 2026-07-26 20:04:18 +01:00
Cargo.toml rename ontoref-* crates to generic names, untrack build artifacts 2026-07-26 20:04:18 +01:00