Closes #44
## Summary
Prepares the repository for renaming from `ai` to `architecture`.
## Changes
- **CLAUDE.md**: Completely rewritten with new purpose, structure, and manifesto documentation
- **README.md**: Updated title, clone URL, and folder structure to reflect new name
- **commands/retro.md**: Changed `flowmade-one/ai` to `flowmade-one/architecture`
## After Merging This PR
The actual Gitea rename needs to be done manually:
1. **Rename in Gitea**: Go to repo Settings → Repository → Repository Name → change to `architecture`
2. **Update local remote**:
```bash
git remote set-url origin ssh://git@code.flowmade.one/flowmade-one/architecture.git
```
3. **Update local folder** (optional):
```bash
cd .. && mv ai architecture && cd architecture
```
## Test Plan
- [x] All internal references updated to `flowmade-one/architecture`
- [x] CLAUDE.md updated with new purpose
- [x] Setup instructions show new clone URL
- [ ] Rename repo in Gitea (manual step after merge)
- [ ] Verify Makefile still works (symlinks to ~/.claude/)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Updated all internal references for the rename:
- CLAUDE.md: New purpose statement, updated structure, added manifesto info
- README.md: Updated title, clone URL, folder structure
- commands/retro.md: Changed flowmade-one/ai to flowmade-one/architecture
The actual Gitea rename should be done after merging this PR.
Closes#44🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #44
Summary
Prepares the repository for renaming from
aitoarchitecture.Changes
flowmade-one/aitoflowmade-one/architectureAfter Merging This PR
The actual Gitea rename needs to be done manually:
architectureTest Plan
flowmade-one/architecture🤖 Generated with Claude Code