chore: initial project scaffolding with AI rules and requirements

This commit is contained in:
Daniel Bedeleanu
2026-04-10 13:35:03 +03:00
commit 748bbc301a
7 changed files with 129 additions and 0 deletions

11
dev_docs/ARCHIVE_LOGS.md Normal file
View File

@@ -0,0 +1,11 @@
# Archive Logs
This file contains the mandatory historical log of code, architecture, and logic modifications.
Each entry MUST be formatted chronologically.
## Log Format
### [YYYY-MM-DD HH:MM] Feature/Modification Title
**Purpose:** Why this was modified.
**Modified Files:**
- `path/to/file`
**Test Results:** (if applicable)

5
dev_docs/PLAN_HISTORY.md Normal file
View File

@@ -0,0 +1,5 @@
# Plan History
This file tracks all completed tasks and phases moved from `PLAN.md`.
## Archive
*(Moved completed components here to keep PLAN.md focused on active work)*

View File

@@ -0,0 +1,12 @@
# UI Fidelity Specification
This document details the mandatory visual and structural specifications for UI components (headers, banners, cards, buttons) in the unified PWA interface.
## 1. General Principles
- Use TailwindCSS (or equivalent local vanilla CSS framework established).
- No emojis; strictly Bootstrap Icons.
- Standard spacing, consistent font weight (Inter or Roboto).
- Responsive: Viewport scaling for both Desktop dashboard and Mobile full-screen scanning modes.
## 2. Specific Components
*(To be populated as components are developed)*