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:
bwnyasse
2026-01-10 23:04:56 -05:00
parent 969bc13939
commit 984da528fb
6 changed files with 16 additions and 1 deletions

6
.gitignore vendored
View File

@@ -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/