feat: add prototype syncing for local dev and AI context
This commit introduces a new feature to synchronize prototypes from an external repository for local development and to provide context for AI tools. - Added `make sync-prototypes` target to Makefile to build and copy prototypes from the adjacent 'client-krow-poc' repository. - Added `.geminiignore` entries to prevent Gemini from ignoring prototypes, ensuring they are available for context. - Added `.gitignore` entries to ignore generated prototype files, except for the `.keep` files, to keep the directories. - Added `04-sync-prototypes.md` documentation to explain how to sync prototypes. - Removed empty `internal/prototypes/.keep` file.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -159,6 +159,12 @@ __pycache__/
|
||||
# unless it contains sensitive info. Here we explicitly ignore the raw file.
|
||||
internal/launchpad/iap-users.txt
|
||||
|
||||
# Generated Prototypes (must be synced locally via 'make sync-prototypes')
|
||||
internal/launchpad/prototypes/web/*
|
||||
!internal/launchpad/prototypes/web/.keep
|
||||
internal/launchpad/prototypes/mobile/**/*
|
||||
!internal/launchpad/prototypes/mobile/**/.keep
|
||||
|
||||
# Temporary migration artifacts
|
||||
_legacy/
|
||||
krow-workforce-export-latest/
|
||||
|
||||
Reference in New Issue
Block a user