Luca Sacchi Ricciardi
c7b86de3fb
feat: setup React + Vite + TypeScript frontend with Tailwind CSS
...
Initialize frontend infrastructure for Sprint 3 Landing Page:
Infrastructure Setup:
- Create React + Vite + TypeScript project in frontend/ directory
- Install Tailwind CSS, PostCSS, Autoprefixer dependencies
- Generate tailwind.config.js with content paths
- Generate postcss.config.js with plugins configuration
- Add Tailwind directives (@tailwind base/components/utilities) to src/index.css
- Update root .gitignore to exclude frontend/node_modules and build artifacts
Documentation Updates:
- Add CHANGELOG.md entry for Sprint 3 Landing Page development start
- Update README.md with frontend development instructions
- Add Node.js and npm prerequisites
- Document npm commands: install, dev, build, preview
Project Structure:
├── frontend/
│ ├── src/
│ │ ├── App.tsx
│ │ ├── main.tsx
│ │ ├── index.css (with Tailwind)
│ │ └── assets/
│ ├── index.html
│ ├── package.json
│ ├── tailwind.config.js
│ ├── postcss.config.js
│ └── vite.config.ts
Safety First:
- Verified directory doesn't exist before creation
- Checked all configuration files are valid
- Excluded node_modules from git
- No project code modified, only new frontend directory added
Refs: docs/frontend_landing_plan.md
Next: Start developing landing page components
2026-04-03 13:20:48 +02:00
Luca Sacchi Ricciardi
3a455e48d2
docs: update documentation with MCP configuration and agent catalog
...
- Add MCP servers documentation (n8n, context7, sequential-thinking)
- Update README.md with complete project structure and requirements.txt
- Transform agents.md into comprehensive agent staff catalog (9 agents)
- Update CHANGELOG.md with [Unreleased] MCP entries
- Fix ingestion_script.md acceptance criteria checkboxes
- Add .opencode/opencode.json to .gitignore for security
- Include new agent configs: n8n_specialist_agent, context_auditor_agent
- Include new skill playbooks: n8n_automation, context7_documentation
Security: API credentials in .opencode/opencode.json are now gitignored
2026-04-02 18:21:21 +02:00
Luca Sacchi Ricciardi
88cfe9af50
docs: update all documentation for Sprint 1 completion
...
- Update README.md with badges, project status, and improved structure
- Update CHANGELOG.md with Project Review Sprint 1 and version 0.1.1
- Update PRD status to reflect Sprint 1 completion
- Update ingestion script spec status to Completed with review link
- Update Sprint 1 verification report with Project Review reference
- Add comprehensive Sprint 1 Project Review document
Refs: Project Review conducted by agent staff (Product Manager, Tech Lead, Security Auditor)
2026-04-02 17:25:29 +02:00
lucasacchi
34dbba1201
Update README.md
...
chores
2026-04-02 15:45:39 +02:00
lucasacchi
40abdd5348
Update README.md
...
chores
2026-04-02 15:44:52 +02:00
lucasacchi
d907738403
Update README.md
...
chores
2026-04-02 15:43:53 +02:00
lucasacchi
c669273aeb
Update README.md
...
chores
2026-04-02 15:43:00 +02:00
lucasacchi
7b2b7fcc82
Update README.md
...
chores
2026-04-02 15:42:20 +02:00
lucasacchi
ed6185b2e4
Update README.md
...
refactor on readme.md
2026-04-02 15:42:06 +02:00
Luca Sacchi Ricciardi
adfdec41a6
chores on README.md
2026-04-02 15:40:14 +02:00
Luca Sacchi Ricciardi
1cf076ba6d
added prd.md
2026-04-02 15:07:05 +02:00