Skip to content

Commit c589743

Browse files
ascorbicclaude
andauthored
docs: reorganize implementation plans into structured directory (#30)
- Create plans/ directory with complete/in-progress/todo subdirectories - Extract plans from EDGE_PDS_PLAN.md into individual feature files: - plans/complete/core-pds.md - All completed PDS implementation - plans/todo/endpoint-implementation.md - Endpoint status tracking - plans/todo/oauth-provider.md - OAuth 2.1 implementation plan - plans/todo/migration-wizard.md - Migration UX specification - Update CLAUDE.md to reference new plans/ structure - Remove EDGE_PDS_PLAN.md (replaced by organized plan files) Co-authored-by: Claude <noreply@anthropic.com>
1 parent afe0f7a commit c589743

6 files changed

Lines changed: 1542 additions & 2252 deletions

File tree

CLAUDE.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,22 @@ This file provides guidance to agentic coding tools when working with code in th
66

77
- Repository root is `atproto-worker` not `packages/pds/`
88
- Use `pwd` or check `process.cwd()` to confirm location
9-
- Many project files (CLAUDE.md, EDGE_PDS_PLAN.md) are at repository root
9+
- Many project files (CLAUDE.md, plans/) are at repository root
1010
- Package-specific files are in `packages/pds/`
1111

12-
**ALWAYS read and update the implementation plan:**
13-
14-
- **Read** `EDGE_PDS_PLAN.md` at the repository root before starting work to understand project status
15-
- **Update** `EDGE_PDS_PLAN.md` when you complete phases or discover important implementation details
16-
- The plan tracks what's completed, what's pending, and critical technical notes
17-
- Keep the "Completed" section updated with new learnings (WebSocket patterns, CBOR encoding, etc.)
12+
**ALWAYS read and update implementation plans:**
13+
14+
- Plans are organized in the `plans/` directory at repository root:
15+
- `plans/complete/` - Completed features with full documentation
16+
- `plans/in-progress/` - Active development work
17+
- `plans/todo/` - Planned future features and improvements
18+
- **Read** relevant plan documents before starting work to understand project status and prior decisions
19+
- **Update** plan documents when you complete features, discover important implementation details, or change priorities
20+
- Key plan documents:
21+
- `plans/complete/core-pds.md` - Core PDS implementation (all completed features)
22+
- `plans/todo/endpoint-implementation.md` - Endpoint implementation status and priorities
23+
- `plans/todo/oauth-provider.md` - OAuth 2.1 implementation plan
24+
- `plans/todo/migration-wizard.md` - Account migration UX specification
1825

1926
## Repository Structure
2027

0 commit comments

Comments
 (0)