Skip to content

Commit e1b1824

Browse files
gHashTagona-agent
andcommitted
docs: add website deployment rules - canonical URL is trinity-site-ghashtag.vercel.app
CRITICAL: Do not create new Vercel projects or change URLs All GitHub links must use gHashTag/trinity Co-authored-by: Ona <no-reply@ona.com>
1 parent 1af8292 commit e1b1824

2 files changed

Lines changed: 87 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,38 @@ git config core.hooksPath .githooks
311311

312312
---
313313

314+
## 🌐 WEBSITE DEPLOYMENT RULES
315+
316+
### CANONICAL URL (NEVER CHANGE!)
317+
318+
| Setting | Value |
319+
|---------|-------|
320+
| **Production URL** | `https://trinity-site-ghashtag.vercel.app` |
321+
| **Vercel Project** | `trinity-site` |
322+
| **GitHub Repo** | `gHashTag/trinity` |
323+
| **Root Directory** | `website/` |
324+
| **Framework** | Vite (React SPA) |
325+
326+
### ⛔ CRITICAL: DO NOT
327+
328+
- Create new Vercel projects
329+
- Change the production URL
330+
- Deploy to different project names
331+
- Create duplicate website folders
332+
- Use `vibee-lang` repo (use `trinity` only!)
333+
334+
### ✅ ALLOWED
335+
336+
- Edit files in `website/` folder
337+
- Push to main branch (auto-deploys)
338+
- Update translations in `website/messages/*.json`
339+
340+
### All GitHub Links Must Use:
341+
342+
```
343+
https://github.com/gHashTag/trinity
344+
```
345+
346+
---
347+
314348
**KOSCHEI IS IMMORTAL | GOLDEN CHAIN IS CLOSED | φ² + 1/φ² = 3**

CLAUDE.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,57 @@ specs/tri/telegram_bot/
368368

369369
---
370370

371+
## 🌐 WEBSITE DEPLOYMENT RULES
372+
373+
### CANONICAL URL (DO NOT CHANGE!)
374+
375+
```
376+
Production URL: https://trinity-site-ghashtag.vercel.app
377+
Vercel Project: trinity-site
378+
GitHub Repo: gHashTag/trinity
379+
Root Directory: website/
380+
Framework: Vite (React SPA)
381+
```
382+
383+
### ⛔ FORBIDDEN ACTIONS
384+
385+
```
386+
❌ DO NOT create new Vercel projects for the website
387+
❌ DO NOT change the production URL
388+
❌ DO NOT deploy to different project names
389+
❌ DO NOT create duplicate website folders
390+
```
391+
392+
### ✅ ALLOWED ACTIONS
393+
394+
```
395+
✅ Edit files in website/ folder
396+
✅ Push to main branch (auto-deploys via GitHub webhook)
397+
✅ Update translations in website/messages/*.json
398+
✅ Modify components in website/src/
399+
```
400+
401+
### Deployment Process
402+
403+
```bash
404+
# 1. Make changes in website/ folder
405+
# 2. Build locally to verify
406+
cd website && npm run build
407+
408+
# 3. Commit and push (auto-deploys)
409+
git add -A && git commit -m "feat: description" && git push origin main
410+
411+
# 4. Verify at canonical URL
412+
# https://trinity-site-ghashtag.vercel.app
413+
```
414+
415+
### GitHub Links (USE ONLY THIS!)
416+
417+
```
418+
Repository: https://github.com/gHashTag/trinity
419+
NOT: vibee-lang, trinity-os, or any other repo
420+
```
421+
422+
---
423+
371424
**KOSCHEI IS IMMORTAL | GOLDEN CHAIN IS CLOSED | φ² + 1/φ² = 3**

0 commit comments

Comments
 (0)