Skip to content

Commit 54edd57

Browse files
committed
Merge remote-tracking branch 'origin/fix-autopilot'
# Conflicts: # src/workflows/execution/run.ts
2 parents d272025 + 0f39e30 commit 54edd57

File tree

44 files changed

+2564
-1055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2564
-1055
lines changed

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Claude Code Guidelines
2+
3+
## Coding Principles
4+
5+
1. **Avoid duplication** - Refactor when code patterns repeat
6+
2. **Reuse existing code** - Leverage what's already written rather than duplicating
7+
3. **Readability and simplicity** - Keep implementations clean and straightforward
8+
4. **Chunked methods** - Break down logic into readable, well-defined steps
9+
5. **Context-aware improvements** - After understanding the existing codebase and past decisions, proactively suggest better solutions when appropriate

0 commit comments

Comments
 (0)