The-Agency/CLAUDE.md

778 B

clawd_code

  • Claude Code source code is at /Users/imbenji/StudioProjects/clawd_code/old_repo
  • "Claude Code" refers to the original TypeScript source in /old_repo
  • "the Agency" refers to the Dart/Flutter project (lib/, pubspec.yaml, etc.)

Parity rule

The Agency must always have parity with Claude Code. Before implementing any feature or behaviour in the Agency, check how Claude Code does it in /old_repo first. If something in the Agency diverges from how Claude Code works, treat that as a bug and fix it to match.

Always assume any implementation should achieve full parity with Claude Code — never a simplified version. If the Claude Code implementation is complex, implement it with the same complexity. Do not simplify unless the user explicitly says to.