Set up Cloud dev environment + add AGENTS.md notes - #1
Draft
muratmuzaffer wants to merge 1 commit into
Draft
Conversation
Co-authored-by: murat <muratmuzaffer@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the BisiCab monorepo development environment for Cursor Cloud agents and documents durable, non-obvious run/test caveats in a new
AGENTS.md.No application code was changed. The only committed change is the new
AGENTS.md.What was set up
npm install, Node 22, npm respects.npmrclegacy-peer-deps=true).npm run build:shared,npm test --workspace @bisicab/shared→ 9/9 pass).npm run typecheck(all 4 workspaces pass).shiftsNext.js app (:3001) and theadminNext.js app (:3000) in dev mode.Verified working
packages/sharednpm run typechecknpm test --workspace @bisicab/shared(9/9)npm run build:sharedapps/shiftsnpm run typechecknpm run shifts(:3001) — full hello-world demoapps/adminnpm run typechecknpm run admin(:3000) — boots, serves/loginapps/mobilenpm run typecheckHello-world demo (shifts app)
Logged into
/yonetim, imported CSV shift data, published the August 2026 schedule, and confirmed it renders on the home page calendar.Known blocker (pre-existing, not fixed here)
A clean local
supabase start/db resetfails atsupabase/migrations/0007_admin_no_shift.sql: it setsend_reason = 'shift_end'onpublic.shifts(typeshift_end_reason), butshift_endis never added to that enum (migration0004only addsauto_21hto it, and addsshift_endto a different enumassignment_release_reason). Until0007is fixed, the local Supabase stack can't initialize, soadminlogin and themobilebackend can't be exercised end-to-end locally. Details inAGENTS.md.Update script
npm install(minimal, idempotent).