@mobiman/vector 1.1.1 → 1.1.3

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.
@@ -53,7 +53,7 @@ One sentence that drives prioritization when tradeoffs arise.]
53
53
  - **[Type]**: [What] — [Why]
54
54
  - **[Type]**: [What] — [Why]
55
55
 
56
- Common types: Tech stack, Timeline, Budget, Dependencies, Compatibility, Performance, Security
56
+ Common types: Tech stack, Platform (iOS version, device targets), Timeline, Budget, Dependencies, Compatibility, Performance, Security, Distribution (App Store / TestFlight / enterprise)
57
57
 
58
58
  ## Key Decisions
59
59
 
@@ -218,7 +218,7 @@ Proceed to Step 4 (skip Steps 3 and 5).
218
218
 
219
219
  Ask inline (freeform, NOT AskUserQuestion):
220
220
 
221
- "What do you want to build?"
221
+ "What type of iOS app would you like to build?"
222
222
 
223
223
  Wait for their response. This gives you the context needed to ask intelligent follow-up questions.
224
224
 
@@ -233,6 +233,14 @@ Keep following threads. Each answer opens new threads to explore. Ask about:
233
233
  - What it would actually look like
234
234
  - What's already decided
235
235
 
236
+ **iOS-specific threads to probe (weave naturally, don't checklist):**
237
+ - UI framework: SwiftUI, UIKit, or mixed?
238
+ - Minimum iOS version target
239
+ - Device support: iPhone only, iPad, or Universal?
240
+ - Native capabilities needed: camera, notifications, HealthKit, location, iCloud sync, widgets, etc.
241
+ - Distribution: App Store, TestFlight only, or internal/enterprise?
242
+ - Any backend needed, or fully on-device?
243
+
236
244
  Consult `questioning.md` for techniques:
237
245
  - Challenge vagueness
238
246
  - Make abstract concrete
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobiman/vector",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "A meta-prompting, context engineering, and spec-driven development system for iOS app creation",
5
5
  "bin": {
6
6
  "vector": "bin/install.cjs"