Commit graph

8 commits

Author SHA1 Message Date
ff95e2d2ee
document standalone vue workflow
Update the AI guidance for the scaffolded npm application, its actual validation scripts, and its independent runtime boundary. Record the current lack of frontend test tooling without inventing commands.
2026-07-30 23:15:16 +03:00
15925b856b
remove inertia backend adapter
Remove the adapter dependency, middleware, configuration, and frontend route. Leave the backend root unclaimed so the standalone Vue application remains independent.
2026-07-30 23:13:45 +03:00
c176be3536
test detached backend root
Require the backend root to remain unclaimed by a frontend response. The standalone Vue application owns its own development and delivery path.
2026-07-30 23:11:23 +03:00
2b53e2b8ac
add vue frontend scaffold
Add the standalone Vue, Vite, and TypeScript application with Vue Router and Pinia. Include npm dependency locking and the generated lint, formatting, and editor configuration.
2026-07-30 23:09:37 +03:00
a225433cec
add project ai instructions
Document Attainly-specific TDD, worktree, Laravel, database, and future Vue conventions adapted from the youngstartup workflow.
2026-07-30 22:54:39 +03:00
83ca2cf43c
add nix development environment
Provide a direnv-loaded Laravel and future Vue toolchain with isolated worktree ports and a process-compose stack. Use PostgreSQL for local runtime services while retaining in-memory SQLite for PHPUnit.
2026-07-30 22:54:20 +03:00
2d25c28596
init README 2026-07-30 22:03:07 +03:00
eede23a0fd
install backend 2026-07-30 22:00:34 +03:00