Files
llm-tools/projects/banner-and-pyre.md
T

50 lines
1.5 KiB
Markdown

# MP Banner and Pyre
Context for AI agents working on the Banner and Pyre project suite.
---
## Overview
MP Banner and Pyre is a Mathison Projects initiative. It consists of multiple related repositories covering the main application, a migration layer, and a web frontend.
---
## Repositories
| Repo | Location | Branch | Notes |
|------|----------|--------|-------|
| `mp-banner-and-pyre` | Gitea: `jacob-mathison/mp-banner-and-pyre` | `main` | Core project |
| `mp-banner-and-pyre-migration` | Gitea: `jacob-mathison/mp-banner-and-pyre-migration` | `master` | Migration layer |
| `mp-banner-and-pyre-web` | Gitea + Amplify | `main` | Web frontend |
### Clone URLs (Gitea)
```bash
git clone http://100.79.253.19:3000/jacob-mathison/mp-banner-and-pyre.git
git clone http://100.79.253.19:3000/jacob-mathison/mp-banner-and-pyre-migration.git
git clone http://100.79.253.19:3000/jacob-mathison/mp-banner-and-pyre-web.git
```
---
## Deployment
| Surface | Detail |
|---------|--------|
| **Amplify App** | `mp-banner-and-pyre-web` — App ID: `d1k6pj7qv29ic0` |
| **Live URL** | `d1k6pj7qv29ic0.amplifyapp.com` |
| **AWS Account** | `567637986724` |
```bash
# Trigger a deployment
aws amplify start-job --app-id d1k6pj7qv29ic0 --branch-name main --job-type RELEASE
```
---
## Notes for AI Agents
- Three-repo structure: keep changes coordinated across core, migration, and web
- `mp-banner-and-pyre-migration` uses `master` as its default branch (legacy)
- All repos are **private** — use local Gitea only (see `tools/gitea.llm.md`)