docs: add decision records, changelog, and repo index links

This commit is contained in:
SinachPat
2026-08-15 14:06:45 +01:00
parent 6e59a8a36b
commit 1f017cd9b0
13 changed files with 340 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# 9. Repository renamed originmain → wursor
- **Status:** Accepted
- **Date:** 2026-08-15
## Context
The GitHub repo was still named `originmain` — a prior product whose code was deleted in commit `702ce4e` — with a stale description and a homepage pointing at `originmain.vercel.app`. The repo now builds Wursor.
## Decision
Rename the repository to `wursor`, set the description to the product tagline, clear the stale homepage, and add topics `wordpress`, `ai`, `agent`.
### Options considered
- Rename in place.
- Create a new repo and migrate.
### Rejected
- New repo — loses history and the continuity of the pivot commits (`702ce4e``dfb3c93``0dae13c`).
## Consequences
- Remote is `https://github.com/SinachPat/wursor`; identity matches the product.
- Redirects from the old name are handled by GitHub automatically.