Commit Graph

6 Commits

Author SHA1 Message Date
1a1308e0fc Set up RSpec test framework
- Add rspec-rails to the development/test group
- Generate RSpec config (.rspec, spec_helper, rails_helper)
- Add home page request spec as a smoke test
- Stop ignoring .rspec so test config is tracked
2026-06-07 20:07:31 -03:00
6747d5ece7 Set up Rails 8 application foundation
- Generate Rails 8.1 app with PostgreSQL and TailwindCSS
- Add docker-compose.yml (postgres:17) for local database
- Configure database.yml to connect to Dockerized Postgres via env vars
- Add Pages#home root route, application layout, and navbar partial
2026-06-07 20:00:54 -03:00
ef91a1cedc docs: update task brief and Claude instructions for improved planning guidance 2026-06-07 17:54:37 -03:00
caf7380088 docs: add agent guidance files and templates 2026-06-07 17:20:56 -03:00
489ef38365 docs: add PRD and reference materials 2026-06-07 17:11:58 -03:00
210d3cd490 Initial commit 2026-06-07 16:56:47 -03:00