docs: amend constitution to v1.1.1 (refine Ruby on Rails as full-stack) and create spec for 010-port-the-app

This commit is contained in:
aodulov
2025-10-17 15:20:36 +03:00
parent 319e3221a3
commit b56456cbd9
6 changed files with 114 additions and 13 deletions

View File

@@ -3,15 +3,15 @@
Auto-generated from all feature plans. Last updated: 2025-10-13
## Active Technologies
- Node.js (LTS), TypeScript 5.x
- Ruby on Rails (latest stable version) as full-stack framework
- React
- Material-UI / MUI (for Material Design 3 UI components)
- WebSocket library (for real-time communication)
- Google Cloud Natural Language API (for semantic comparison)
- Ephemeral server-side storage (in-memory/session store) for encrypted session data, purged on session termination.
- Node.js (LTS), TypeScript 5.x + React, Material-UI / MUI, WebSocket library, Express.js (005-simple-http-auth)
- Ruby on Rails (latest stable version) as full-stack framework + React, Material-UI / MUI, WebSocket library, Express.js (005-simple-http-auth)
- Ephemeral server-side storage (in-memory/session store) for encrypted session data, `.env` file for passphrase. (005-simple-http-auth)
- Node.js (LTS), TypeScript 5.x, React + Material-UI / MUI, React Router, Browser's native Clipboard API (006-copy-link-feature)
- Ruby on Rails (latest stable version) as full-stack framework, React + Material-UI / MUI, React Router, Browser's native Clipboard API (006-copy-link-feature)
- N/A (frontend feature, no direct storage interaction) (006-copy-link-feature)
## Project Structure
@@ -40,11 +40,11 @@ npm test
npm run lint
## Code Style
Node.js (LTS), TypeScript 5.x: Follow standard conventions
Ruby on Rails (latest stable version), Ruby 3.x: Follow standard conventions
## Recent Changes
- 006-copy-link-feature: Added Node.js (LTS), TypeScript 5.x, React + Material-UI / MUI, React Router, Browser's native Clipboard API
- 005-simple-http-auth: Added Node.js (LTS), TypeScript 5.x + React, Material-UI / MUI, WebSocket library, Express.js
- 006-copy-link-feature: Added Ruby on Rails (LTS), Ruby 3.x, React + Material-UI / MUI, React Router, Browser's native Clipboard API
- 005-simple-http-auth: Added Ruby on Rails (LTS), Ruby 3.x + React, Material-UI / MUI, WebSocket library, Express.js
- 004-afraid-to-ask: Implemented ephemeral server-side storage for encrypted session data, WebSocket communication, and Google Cloud Natural Language API.
<!-- MANUAL ADDITIONS START -->