@ojokesusu/lintasai 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/.github/workflows/publish-npm.yml +40 -0
  2. package/.github/workflows/validate.yml +93 -0
  3. package/AUDIT_POST_SETUP_PROMPT_v1.md +280 -0
  4. package/BOOTSTRAP_PROJECT_DOCS_PROMPT_v1.md +3 -0
  5. package/CHANGELOG.md +313 -0
  6. package/CLAUDE_universal_v1.md +1021 -0
  7. package/CONTRIBUTING.md +101 -0
  8. package/FIRST_SESSION_PROMPT_v1.md +7 -0
  9. package/JALANKAN_KIT.md +188 -0
  10. package/LICENSE +21 -0
  11. package/MULAI_DI_SINI.md +145 -0
  12. package/PROJECT_KICKOFF_PROMPT_v1.md +3 -0
  13. package/PROJECT_LIFECYCLE_PROMPT_v1.md +536 -0
  14. package/PROJECT_MIGRATION_PROMPT_v1.md +3 -0
  15. package/README.md +505 -0
  16. package/SETUP_POLA_B_PROMPT_v1.md +5 -0
  17. package/SPLIT_REPO_MIGRATION_PROMPT_v1.md +485 -0
  18. package/TEAM_ROLLOUT_GUIDE_v1.md +172 -0
  19. package/UPDATE_DOCS_PROMPT_v1.md +3 -0
  20. package/UPDATE_KIT_PROMPT_v1.md +213 -0
  21. package/bin/lintasai.js +81 -0
  22. package/docs/SIGNED_RELEASE.md +162 -0
  23. package/install-windows.ps1 +225 -0
  24. package/kit.ps1 +508 -0
  25. package/lib/agents-md.ps1 +174 -0
  26. package/lib/git-helpers.ps1 +104 -0
  27. package/lib/kit-files.psd1 +133 -0
  28. package/lib/manifest-signing.ps1 +65 -0
  29. package/lib/manifest.ps1 +267 -0
  30. package/lib/rollback.ps1 +241 -0
  31. package/lib/safety.ps1 +193 -0
  32. package/lib/template-deploy.ps1 +242 -0
  33. package/lib/version-detect.ps1 +161 -0
  34. package/package.json +36 -0
  35. package/setup-pola-b.ps1 +687 -0
  36. package/templates/ANALOGI_LIBRARY.md +7 -0
  37. package/templates/CLAUDE_TEAM_GUIDE.md +505 -0
  38. package/templates/CROSS_REPO_TYPES_PIPELINE.md +473 -0
  39. package/templates/DB_SCHEMA_SCAN_PROMPT.md +194 -0
  40. package/templates/DISCORD_BOT_INTEGRATION.md +187 -0
  41. package/templates/GLOSSARY_NON_PROGRAMMER.md +361 -0
  42. package/templates/INDEX.md +157 -0
  43. package/templates/MCP_SETUP.md +1145 -0
  44. package/templates/MIGRATE_TO_SUBFOLDER_PROMPT_v1.md +220 -0
  45. package/templates/ONBOARDING.md +172 -0
  46. package/templates/PROJECT_STARTER_TEMPLATES.md +264 -0
  47. package/templates/PROMPT_LIBRARY.md +790 -0
  48. package/templates/RLS_SETUP_PROMPT.md +167 -0
  49. package/templates/SECURITY_INCIDENT_PLAYBOOK.md +191 -0
  50. package/templates/SPLIT_REPO_AGENTS_TEMPLATES.md +32 -0
  51. package/templates/SPLIT_REPO_NON_PROGRAMMER_PROMPTS.md +604 -0
  52. package/templates/SPLIT_REPO_TOOLS_SETUP.md +388 -0
  53. package/templates/STACK_DETECTION_PATTERN.md +261 -0
  54. package/templates/STACK_GUIDE.md +564 -0
  55. package/templates/STACK_MIGRATION_GUIDE.md +154 -0
  56. package/templates/STACK_VERSIONS.md +31 -0
  57. package/templates/UPDATE_GUIDE.md +246 -0
  58. package/templates/_EXAMPLE.md +110 -0
  59. package/templates/_PATTERNS.md +173 -0
  60. package/templates/architecture.md +180 -0
  61. package/templates/architecture_auto.md +61 -0
  62. package/templates/decisions/README.md +108 -0
  63. package/templates/decisions/_TEMPLATE.md +84 -0
  64. package/templates/feature-flags-advanced.md +171 -0
  65. package/templates/github/CODEOWNERS.template +61 -0
  66. package/templates/github/GENERATE_TYPES_SCRIPT.md +77 -0
  67. package/templates/github/PUBLISH_SHARED_WORKFLOW.yml +52 -0
  68. package/templates/github/RECEIVE_BACKEND_UPDATE.yml +106 -0
  69. package/templates/github/RENOVATE_FRONTEND.json +28 -0
  70. package/templates/github/TRIGGER_FRONTEND_UPDATE.yml +29 -0
  71. package/templates/github/pull_request_template.md +44 -0
  72. package/templates/github/scripts/ai-review.js +153 -0
  73. package/templates/github/workflows/ai-review.yml +61 -0
  74. package/templates/github/workflows/backup-schemas.yml +169 -0
  75. package/templates/glossary.md +110 -0
  76. package/templates/split-agents/BACKEND.md +149 -0
  77. package/templates/split-agents/FRONTEND.md +141 -0
  78. package/templates/split-agents/SHARED.md +82 -0
  79. package/templates/split-agents/TOOLS.md +77 -0
  80. package/tests/Run-Tests.ps1 +19 -0
  81. package/tests/lib-safety.Tests.ps1 +66 -0
  82. package/tests/rollback.Tests.ps1 +66 -0
  83. package/tests/uninstall.Tests.ps1 +265 -0
  84. package/tests/update-kit.Tests.ps1 +78 -0
  85. package/uninstall.ps1 +794 -0
  86. package/update-kit.ps1 +907 -0
@@ -0,0 +1,157 @@
1
+ # Index - Daftar Lengkap Dokumen lintasAI v1.0.0
2
+
3
+ > Master index untuk navigasi 38+ file kit.
4
+ > Last updated: 2026-06-05
5
+
6
+ ---
7
+
8
+ ## Entry Points (root) - Yang user paste ke Claude Code
9
+
10
+ | File | Trigger | Untuk |
11
+ |---|---|---|
12
+ | JALANKAN_KIT.md | Setup awal kit di project (first time) | Owner |
13
+ | UPDATE_KIT_PROMPT_v1.md | Update kit ke versi baru | Owner |
14
+ | AUDIT_POST_SETUP_PROMPT_v1.md | Audit 8-dimensi setelah setup | Owner |
15
+ | PROJECT_LIFECYCLE_PROMPT_v1.md | Workflow 4 stage (Kickoff/Bootstrap/Update/Migration) | Owner |
16
+ | SPLIT_REPO_MIGRATION_PROMPT_v1.md | Migrate monolith ke 3-repo split | Owner |
17
+
18
+ ## Universal Rules
19
+
20
+ | File | Fungsi |
21
+ |---|---|
22
+ | CLAUDE_universal_v1.md | Universal AI rules (auto-loaded tiap sesi) |
23
+ | AGENTS.md.template | Template AGENTS.md per project |
24
+
25
+ ## PowerShell Scripts
26
+
27
+ | Script | Fungsi |
28
+ |---|---|
29
+ | kit.ps1 | Main entrypoint (version, doctor, rollback, scan, dst) |
30
+ | setup-pola-b.ps1 | First-time setup script |
31
+ | update-kit.ps1 | Update kit dari GitHub dengan auto-classify tier |
32
+ | uninstall.ps1 | Safe uninstall dengan manifest verify |
33
+ | install-windows.ps1 | Initial install Windows |
34
+
35
+ ## Lib (Helper Modules)
36
+
37
+ | File | Fungsi |
38
+ |---|---|
39
+ | lib/rollback.ps1 | Rollback ke versi sebelumnya via .bak files |
40
+ | lib/safety.ps1 | Security helpers (path containment, reparse check, sha256) |
41
+ | lib/manifest-signing.ps1 | HMAC manifest signing (anti-tampering) |
42
+ | lib/kit-files.psd1 | Single source of truth untuk file list |
43
+
44
+ ## Templates
45
+
46
+ ### Prompts Library
47
+ | File | Berisi |
48
+ |---|---|
49
+ | templates/PROMPT_LIBRARY.md | 20+ prompt patterns ready-to-paste |
50
+
51
+ ### Onboarding & Workflow
52
+ | File | Berisi |
53
+ |---|---|
54
+ | templates/ONBOARDING.md | Day 0-14 staff onboarding playbook |
55
+ | templates/CLAUDE_TEAM_GUIDE.md | Team workflow guide |
56
+ | templates/GLOSSARY_NON_PROGRAMMER.md | Glossary istilah teknis untuk non-programmer |
57
+ | templates/ANALOGI_LIBRARY.md | **[ACTIVE]** 30 jargon x 3-layer analogi tools digital (auto-deploy ke `docs/` via setup-pola-b) |
58
+ | templates/UPDATE_GUIDE.md | 4-tier update strategy untuk staff |
59
+
60
+ ### Stack & Architecture
61
+ | File | Berisi |
62
+ |---|---|
63
+ | templates/STACK_VERSIONS.md | Centralized version constants |
64
+ | templates/STACK_GUIDE.md | Stack convention guide |
65
+ | templates/STACK_MIGRATION_GUIDE.md | Migration antar versi stack |
66
+ | templates/STACK_DETECTION_PATTERN.md | Pattern auto-detect stack |
67
+ | templates/architecture.md | Reference architecture template |
68
+
69
+ ### Database & Security
70
+ | File | Berisi |
71
+ |---|---|
72
+ | templates/DB_SCHEMA_SCAN_PROMPT.md | Scan database schema prompt |
73
+ | templates/RLS_SETUP_PROMPT.md | Setup Row Level Security |
74
+ | templates/MCP_SETUP.md | Setup MCP server Supabase/Postgres |
75
+ | templates/SECURITY_INCIDENT_PLAYBOOK.md | Incident response playbook |
76
+
77
+ ### Split Repo Architecture
78
+ | File | Berisi |
79
+ |---|---|
80
+ | templates/SPLIT_REPO_AGENTS_TEMPLATES.md | Index AGENTS.md templates per repo |
81
+ | templates/SPLIT_REPO_NON_PROGRAMMER_PROMPTS.md | Cheatsheet prompt staff non-programmer |
82
+ | templates/SPLIT_REPO_TOOLS_SETUP.md | 20+ tools setup guide |
83
+ | templates/split-agents/FRONTEND.md | AGENTS.md template frontend repo |
84
+ | templates/split-agents/BACKEND.md | AGENTS.md template backend repo |
85
+ | templates/split-agents/SHARED.md | AGENTS.md template shared package |
86
+ | templates/split-agents/TOOLS.md | (OPT-IN) AGENTS.md template tools repo |
87
+ | templates/PROJECT_STARTER_TEMPLATES.md | Catalog 4 starter templates |
88
+
89
+ ### Discord Integration
90
+ | File | Berisi |
91
+ |---|---|
92
+ | templates/DISCORD_BOT_INTEGRATION.md | Discord server structure + webhook + bot custom |
93
+
94
+ ### Misc
95
+ | File | Berisi |
96
+ |---|---|
97
+ | templates/INDEX.md | THIS FILE - master index |
98
+ | templates/glossary.md | Glossary umum |
99
+ | templates/_EXAMPLE.md | Example doc template |
100
+ | templates/_PATTERNS.md | Pattern reference |
101
+ | templates/feature-flags-advanced.md | Feature flag advanced patterns |
102
+ | templates/MIGRATE_TO_SUBFOLDER_PROMPT_v1.md | Migrate kit ke subfolder prompt |
103
+ | templates/decisions/_TEMPLATE.md | ADR template |
104
+ | templates/decisions/README.md | ADR convention |
105
+
106
+ ## Docs (Auto-deployed ke project)
107
+
108
+ | File | Berisi |
109
+ |---|---|
110
+ | docs/SIGNED_RELEASE.md | GPG verification workflow |
111
+
112
+ ## Tests
113
+
114
+ | File | Berisi |
115
+ |---|---|
116
+ | tests/Run-Tests.ps1 | Pester test runner |
117
+ | tests/lib-safety.Tests.ps1 | Tests untuk security boundary |
118
+
119
+ ## CI
120
+
121
+ | File | Berisi |
122
+ |---|---|
123
+ | .github/workflows/validate.yml | CI: ps-parse + smoke-setup + pester-tests + yaml-lint |
124
+
125
+ ## Project Meta
126
+
127
+ | File | Berisi |
128
+ |---|---|
129
+ | README.md | User-facing docs |
130
+ | CHANGELOG.md | Release history (Keep a Changelog format) |
131
+ | CONTRIBUTING.md | Contribution guide |
132
+ | LICENSE | License |
133
+ | .gitignore | Gitignore default |
134
+
135
+ ---
136
+
137
+ ## Navigasi Cepat (Most Used)
138
+
139
+ **First time user**:
140
+ 1. README.md (overview)
141
+ 2. JALANKAN_KIT.md (setup)
142
+ 3. templates/ONBOARDING.md (staff onboarding flow)
143
+
144
+ **Routine owner**:
145
+ 1. PROJECT_LIFECYCLE_PROMPT_v1.md (saat ada task baru)
146
+ 2. AUDIT_POST_SETUP_PROMPT_v1.md (audit periodic)
147
+ 3. UPDATE_KIT_PROMPT_v1.md (saat update kit)
148
+
149
+ **Saat masalah**:
150
+ 1. templates/SECURITY_INCIDENT_PLAYBOOK.md (incident)
151
+ 2. lib/rollback.ps1 (rollback kit version)
152
+ 3. uninstall.ps1 (kalau mau uninstall)
153
+
154
+ **Saat scale team**:
155
+ 1. SPLIT_REPO_MIGRATION_PROMPT_v1.md (migrate)
156
+ 2. templates/SPLIT_REPO_NON_PROGRAMMER_PROMPTS.md (cheatsheet staff)
157
+ 3. templates/DISCORD_BOT_INTEGRATION.md (Discord setup)