- Harness: kintex-mobile-dev agent + kintex-mobile-orchestrator skill (WISE mobile ref, Stitch-first design rule, dual app targets B2B/B2C) - design.md v2.1: full 84-screen inventory (web 51 / admin 10 / public 8 / mobile 15) with Stitch prompts incl. ticketing (SCR-P7/P8, M14/M15) - PLANNING v3.1: unified account + split signup tracks (2FA required for staff, light signup/guest for visitors), one codebase / two app targets - Deliverables: dev plan (21s), user/operator/developer guides (17/14/15s), program spec (44s, 65 programs, 8 flowcharts), DA (DB design 14s + table spec xlsx 35 tables/299 cols) - Benchmark: ticketing-app-benchmark.md (7 apps) -> IMPLEMENTATION_BACKLOG Phase F (14 items) - Stitch: 23 generated screens saved (mobile 10, admin 6, web core 5, ticket 2) - mobile/: Expo scaffold (SDK 51, expo-router, secure store JWT) - frontend: SCR-13~17 QA fixes, icons.tsx, kintexEvents, V10 seed migration - ci/: KINTEX CI logo assets Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
37 lines
702 B
Plaintext
37 lines
702 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# nanobanana runtime output / generated visualizations
|
|
output/
|
|
|
|
# env / secrets
|
|
.env
|
|
*.key
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# JVM crash logs
|
|
hs_err_pid*.log
|
|
replay_pid*.log
|
|
|
|
# 에이전트 세션 중간 산출물 (로컬 보존, git 제외 — 최종물은 docs/·src/·deliverables/)
|
|
_workspace/
|
|
|
|
# Stitch export — 대용량 스크린샷 PNG 제외(로컬 참조 유지), code.html·DESIGN.md만 버전관리
|
|
stitch_kintex_ai_system_architect/*/screen.png
|
|
|
|
# Java / Gradle build 산출물
|
|
build/
|
|
.gradle/
|
|
|
|
# Node / Vite (프론트 스캐폴드 시)
|
|
node_modules/
|
|
dist/
|
|
|
|
# 전시장 CAD 원본(대용량 DWG zip) — 로컬 보존, git 제외
|
|
docs/assets/floorplans/cad/
|