No description
Find a file
2026-04-14 03:31:29 +01:00
.claude/agents Add new features and update configurations for improved functionality 2026-04-11 12:34:00 +01:00
android Add initial project files and configurations for clawd_code 2026-04-03 17:48:07 +01:00
bin Add initial project files and configurations for clawd_code 2026-04-03 17:48:07 +01:00
docs Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
ios Add new features and update configurations for improved functionality 2026-04-11 12:34:00 +01:00
lib Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
linux Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
macos Add new features and update configurations for improved functionality 2026-04-11 12:34:00 +01:00
test Add new features and update configurations for improved functionality 2026-04-11 12:34:00 +01:00
web Add initial project files and configurations for clawd_code 2026-04-03 17:48:07 +01:00
windows Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
.gitignore Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
.metadata Add initial project files and configurations for clawd_code 2026-04-03 17:48:07 +01:00
analysis_options.yaml Add initial project files and configurations for clawd_code 2026-04-03 17:48:07 +01:00
CLAUDE.md Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
devtools_options.yaml Add initial project files and configurations for clawd_code 2026-04-03 17:48:07 +01:00
pubspec.lock Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
pubspec.yaml Update project structure and enhance functionality with new features and dependencies 2026-04-14 03:31:29 +01:00
README.md first commit 2026-04-03 17:43:10 +01:00

clawd_code

clawd_code is now being migrated as a pure Dart CLI, not a Flutter app.

The legacy source lives in old_repo/ and currently contains the TypeScript/Bun implementation that this package is replacing. The Dart side now provides:

  • a real CLI executable in bin/clawd_code.dart
  • a command model and legacy command inventory
  • a REPL shell with 24 migrated legacy commands
  • persisted local settings, auth metadata, permissions, and usage stats
  • migration-aware status/help output so legacy entrypoints do not disappear

Run

dart run bin/clawd_code.dart
dart run bin/clawd_code.dart --help
dart run bin/clawd_code.dart --version

Current Status

The top-level CLI contract is being rebuilt in Dart first, with the remaining command implementations and runtime subsystems still being ported incrementally from old_repo/.

The existing Flutter platform folders are still present in the workspace as leftovers from the starter template, but the package configuration is now Dart-only.