9 Commits

Author SHA1 Message Date
ccb86fdcd6 Bump puma to 8.0.2 to fix CVE-2026-47736 and CVE-2026-47737
All checks were successful
CI / scan_ruby (pull_request) Successful in 37s
CI / scan_js (pull_request) Successful in 14s
CI / lint (pull_request) Successful in 19s
CI / scan_ruby (push) Successful in 20s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 20s
bundler-audit (fresh advisory DB) flagged two High-severity PROXY
Protocol v1 vulnerabilities in puma 8.0.1. Update to 8.0.2 as advised.
2026-06-07 21:34:29 -03:00
74b8a9c2fe Add gitea-cli project skill
Some checks failed
CI / scan_js (pull_request) Successful in 13s
CI / lint (pull_request) Successful in 20s
CI / scan_ruby (pull_request) Failing after 22s
2026-06-07 21:08:33 -03:00
282d2d75f5 Set up Hotwire (importmap, Turbo, Stimulus) and fix bin/ci
The app was generated with 'rails new --skip', which skipped the
JavaScript install step, leaving bin/importmap missing and bin/ci's
importmap audit failing. Run the importmap, turbo, and stimulus install
generators to wire up Hotwire per PRD 10.1/10.2 and restore bin/ci.
2026-06-07 21:03:41 -03:00
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