howone 0.1.36 → 0.1.38
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: howone
|
|
3
|
-
description: 'Use when the task touches HowOne platform contracts or app runtime:
|
|
3
|
+
description: 'Use when deciding whether HowOne can satisfy a user request, or when the task touches HowOne platform contracts or app runtime: backend dynamic entity schemas, public/private access, database-backed persisted data, AI capabilities/workflows, external-ai workflow create/update/status, .howone manifests, src/lib/sdk.ts, auth/uploads, or app code that calls @howone/sdk/howone.*. Do not use for UI-only edits with no HowOne data, AI, auth, upload, manifest, or SDK surface.'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# HowOne
|
|
@@ -17,6 +17,7 @@ Load only the track needed for the user's request. Do not read SDK files while d
|
|
|
17
17
|
|
|
18
18
|
Use this skill before work when any condition is true:
|
|
19
19
|
|
|
20
|
+
- You need to decide whether HowOne can satisfy the user's request, whether it is app-owned, or whether the request needs clarification before handoff.
|
|
20
21
|
- The user asks for persisted app data, backend schema, entity fields, access, indexes, public pages, private history, or Mongo-backed records.
|
|
21
22
|
- The user asks for HowOne AI behavior, capability contracts, workflow generation/update/status, or `external-ai`.
|
|
22
23
|
- The work reads or writes `.howone/database/*`, `.howone/ai/*`, `src/lib/sdk.ts`, or app code using `@howone/sdk` / `howone.*`.
|