Imported from FavourEjiogu/nacos-qr (
AGENTS/AGENTS.md). Install upstream withnpx skills add FavourEjiogu/nacos-qr --skill AGENTS. Copyright stays with the author.
NACOS Memo Verification System - Project Memory
Context
- Project: NACOS Memo Verification System.
- Goal: Create a system for generating and verifying official memos with QR codes to prevent forgery and tampering.
- Tech Stack: Next.js (App Router), Vanilla CSS, Prisma, SQLite (for dev) / Postgres (for prod).
- Status: Initializing project.
Rules
- Memos must be immutable to preserve integrity.
- Use HMAC-SHA256 for tampering detection.
- UI must follow IOS/APPLE design principles (clean, glassmorphism, no emojis as icons, modern typography like Inter).
- Maintain 100% test coverage or zero-defect loops.
Lessons Learned
- (Add lessons here as encountered)