[Issue #44] Rename repo from 'ai' to 'architecture' #52

Merged
HugoNijhuis merged 1 commits from issue-44-rename-to-architecture into main 2026-01-07 20:02:19 +00:00
Owner

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:
    git remote set-url origin ssh://git@code.flowmade.one/flowmade-one/architecture.git
    
  3. Update local folder (optional):
    cd .. && mv ai architecture && cd architecture
    

Test Plan

  • All internal references updated to flowmade-one/architecture
  • CLAUDE.md updated with new purpose
  • 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

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)
HugoNijhuis added 1 commit 2026-01-07 19:55:27 +00:00
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>
HugoNijhuis merged commit f1c555706b into main 2026-01-07 20:02:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#52