Commit Graph

1 Commits

Author SHA1 Message Date
huagusam abe386490b refactor(rust): move implementation to rust/clawcode workspace
Restructures the Rust codebase into a self-contained clawcode workspace
under rust/clawcode, collocating claw config (agents, skills) with the
Rust crates. Follows the project convention of keeping source under rust/.

- Move crates: agents, api, claw-cli, commands, compat-harness,
  migrate-patch-names, mock-anthropic-service, plugin-types, plugins,
  runtime, telemetry, tools
- Drop the old flat rust crates tree
- Add claw/ workspace config with agents and skills
- Gitignore local .env secrets (claw/.env, claw/.env_deepseek)
2026-08-14 10:35:41 +08:00