Restore previous bible/ content as bible-local/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 22:26:50 +03:00
parent f0c5aa8da3
commit 27e33db446
115 changed files with 19743 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Gin Admin App Integration Notes (Example)
Suggested use:
- use `ai-rules` templates only if they do not conflict with existing agent instructions
- reuse UI pattern bundles for admin tables and modal workflows
- keep domain-specific hard rules in project-local Bible docs

View File

@@ -0,0 +1,10 @@
# Greenfield App Integration Notes (Example)
Suggested use:
- apply `ai-rules`
- apply `bible-core` (or merge selectively if a Bible already exists)
- apply `ui-theme-vapor` for active visual baseline (CSS + icon sprite)
- copy selected UI patterns into new modules/pages
Keep domain-specific business rules in the host project's own Bible.

View File

@@ -0,0 +1,9 @@
# net/http Enterprise App Integration Notes (Example)
This example assumes the host repo already has a mature Bible structure and detailed UI contracts.
Use this kit primarily for:
- shared AI instruction wording
- pattern bundles that codify existing host UI contracts
- future cross-project standardization docs