- Remove the Zig `agent-native` git submodule (no Rust crate depends on it; the built-in agent runtime is the Rust `agent` crate under vendor/agent). - Make the repo root a pure Cargo workspace: delete root package.json + bun.lock; move all web-SDK JS/Bun tooling into packages/ (new packages/package.json workspace root, generate-iconify-catalog.mjs, and the oxlint/oxfmt configs). - Scrub agent-native from all docs and fix README dev commands + prerequisites to reflect the Rust product (cargo directly; bun tooling runs from packages/). - Drop the deleted-root-package.json read from the op-host-web ci_workflow test.
33 lines
759 B
Markdown
33 lines
759 B
Markdown
## Summary
|
|
|
|
<!-- What does this PR do? Keep it brief — 1-3 sentences. -->
|
|
|
|
## Changes
|
|
|
|
<!-- Bullet list of key changes. -->
|
|
|
|
-
|
|
|
|
## Related Issues
|
|
|
|
<!-- Link any related issues: Fixes #123, Closes #456 -->
|
|
|
|
## Type
|
|
|
|
<!-- Check the one that applies. -->
|
|
|
|
- [ ] `feat` — New feature
|
|
- [ ] `fix` — Bug fix
|
|
- [ ] `refactor` — Code refactoring (no behavior change)
|
|
- [ ] `perf` — Performance improvement
|
|
- [ ] `docs` — Documentation
|
|
- [ ] `test` — Tests
|
|
- [ ] `chore` — Build / tooling / dependencies
|
|
|
|
## Checklist
|
|
|
|
- [ ] `cargo test --workspace` passes
|
|
- [ ] `cargo clippy --workspace --all-targets -- -D warnings` passes
|
|
- [ ] No unrelated changes included
|
|
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)
|