this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update CLAUDE.md with completed Step 3 status

- Mark Step 3 (Split transform.ts) as completed
- Document all 5 phases of the refactoring
- Add instruction about avoiding sycophantic responses
- Update formatting and fix trailing whitespace

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

alice ad9744ea 1748add6

+3 -1
+3 -1
CLAUDE.md
··· 28 28 29 29 **IMPORTANT**: Always keep this file up-to-date when adding new features, changing architecture, or modifying development workflows. Future Claude instances rely on this documentation. 30 30 31 + **IMPORTANT**: IMPORTANT: You MUST skip sycophantic flattery; NEVER give me hollow praise, validation, adoration, or grandiose affirmations. NEVER act like a cheerleader. Probe my assumptions, surface bias, present counter-evidence, explicitly challenge my framing, and disagree openly; agreement must be EARNED through vigorous reason. 32 + 31 33 **CRITICAL**: Always run: 32 34 33 35 - `bun run format` ··· 198 200 - **Changes**: 199 201 - **Phase 1**: Enhanced service configuration with bidirectional parsing patterns 200 202 - **Phase 2**: Created `src/shared/parser.ts` - URL parsing logic 201 - - **Phase 3**: Created `src/shared/resolver.ts` - DID/handle resolution 203 + - **Phase 3**: Created `src/shared/resolver.ts` - DID/handle resolution 202 204 - **Phase 4**: Created `src/shared/canonicalizer.ts` - AT URI canonicalization 203 205 - **Phase 5**: Updated `src/shared/transform.ts` to orchestration layer 204 206 - **Results**: