Two files, one repository
REVREBEL/email-editor ships 2 formats across 2 indexed files. The question worth asking is whether the second one says anything the first does not.
CompareAGENTS.md ↔ GEMINI.md
| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 55 | 1 | 1 | 96% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 12 | 0 | 0 | 100% |
What each file covers
Sections
55 shared · 1 only in A · 1 only in B- − Unlayer Features & Docs Map
- + Gemini Agent Brief — Vue Email Editor Integration (Unlayer)
- Agent Brief — Vue Email Editor Integration (Unlayer)
- Project Goal
- High-Level Architecture
- Frontend (Vue 3 + Vite)
- Backend (Node/Express or Nest)
- Database (PostgreSQL + Prisma)
- Object Storage
- Queues (optional)
- Agent Secret Access Documentation
- Accessing Secrets
- POSTGRES CONNECTION CREDENTIALS
- Environment Variables (example)
- Frontend (Vite)
- Backend
- Core End-to-End Flows
- 1. Template Lifecycle (Draft → Publish → Use)
- 2. Versioning
- 3. Merge Tags
- 4. Media Assets
- 5. Render & Preview
- 6. Usage in Sending
- 7. Access Control & Audit
- 8. Webhooks & Events
- Frontend Integration — Key Tasks
- 1. Start from `dev-example.vue`
- 2. Editor Event Plumbing
- 3. Editor Options
- 4. Autosave
- 5. Export Pipeline
- 6. Version Browser
- 7. Publish Flow
- 8. Merge-Tag Picker
- 9. File Manager
- Guardrails & Invariants
- Style-Guide Guardrails
- Database Schema (Finalized)
- Schema Extensions & Advanced Tables
- Backend API (Contract)
- Templates & Versions
- Media
- API Additions
- Testing Plan
- Tags Additions
- DevOps / Platform Considerations
- Definition of Done (Checklist)
- Spec Addendum (Summary)
- ⚙️ Local Development Notes
- Issues
- Resolved
- 🧰 Issue Template
- Issue [#] | [MM-DD-YYYY]
- RESOLVED | [MM-DD-YYYY]
- ✅ Examples — Real Issue
- Issue 1 | 10-19-2025
- RESOLVED | 10-25-2025
Commands
neither file has anySection tags
12 shared · 0 only in A · 0 only in B- setup
- test
- code-style
- types
- git-pr
- security
- database
- api
- deployment
- do-not
- agent-behaviour
- docs
Line diff
REVREBEL/email-editor · AGENTS.md/AGENTS.md
@@ −1 @@
1# Agent Brief — Vue Email Editor Integration (Unlayer)
2
3## Project Goal
4
5Integrate the **Unlayer Vue Email Editor** (`vue-email-editor`) into a Vue app, modernize the configuration, and add a persistence & media layer so users can **create, edit, version, and publish email designs** to **PostgreSQL**, with support for:
@@ −76 @@
76
77## POSTGRES CONNECTION CREDENTIALS
78
79** The Postgres Database is hosted on a local nework server.
80It's NOT running on docker on this machine.
81Connect using either of the option below, both contain the same
82endpoint for the connection string to the network server at 192.168.8.105:5432
83including the db user and password.
84
REVREBEL/email-editor · AGENTS.md/GEMINI.md
@@ +1 @@
1# Gemini Agent Brief — Vue Email Editor Integration (Unlayer)
2# Agent Brief — Vue Email Editor Integration (Unlayer)
3
4** history can be found in the chat folder for reference **
5
6## Project Goal
7
8Integrate the **Unlayer Vue Email Editor** (`vue-email-editor`) into a Vue app, modernize the configuration, and add a persistence & media layer so users can **create, edit, version, and publish email designs** to **PostgreSQL**, with support for:
@@ +79 @@
79
80## POSTGRES CONNECTION CREDENTIALS
81
82** The Postgres Database is hosted on a local network server.
83It's NOT running on docker on this machine.
84Connect using either of the options below, both contain the same
85endpoint for the connection string to the network server at 192.168.8.105:5432
86including the db user and password.
87
@@ −1 +1 @@
1+# Gemini Agent Brief — Vue Email Editor Integration (Unlayer)
12 # Agent Brief — Vue Email Editor Integration (Unlayer)
23
4+** history can be found in the chat folder for reference **
5+
36 ## Project Goal
47
58 Integrate the **Unlayer Vue Email Editor** (`vue-email-editor`) into a Vue app, modernize the configuration, and add a persistence & media layer so users can **create, edit, version, and publish email designs** to **PostgreSQL**, with support for:
@@ −76 +79 @@
7679
7780 ## POSTGRES CONNECTION CREDENTIALS
7881
79−** The Postgres Database is hosted on a local nework server.
82+** The Postgres Database is hosted on a local network server.
8083 It's NOT running on docker on this machine.
81−Connect using either of the option below, both contain the same
84+Connect using either of the options below, both contain the same
8285 endpoint for the connection string to the network server at 192.168.8.105:5432
8386 including the db user and password.
8487
