@vibes.diy/prompts 8.1.0 → 8.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.
@@ -0,0 +1,2 @@
1
+ import type { LlmConfig } from "./types.js";
2
+ export declare const accessConfig: LlmConfig;
package/llms/access.js ADDED
@@ -0,0 +1,57 @@
1
+ export const accessConfig = {
2
+ name: "access",
3
+ label: "access-js",
4
+ description: "server-side access.js file — ONLY for apps that must RESTRICT who can read or write: private per-user data, membership/roles, invite or approval-to-join flows, moderation, DMs. Do NOT select for ordinary single-user apps or fully public/shared-with-everyone apps, which need no access.js at all",
5
+ cues: [
6
+ "private",
7
+ "privately",
8
+ "privacy",
9
+ "share",
10
+ "shares",
11
+ "shared",
12
+ "sharing",
13
+ "team",
14
+ "teams",
15
+ "member",
16
+ "members",
17
+ "membership",
18
+ "memberships",
19
+ "role",
20
+ "roles",
21
+ "permission",
22
+ "permissions",
23
+ "permissioned",
24
+ "invite",
25
+ "invites",
26
+ "invited",
27
+ "invitation",
28
+ "invitations",
29
+ "collaborate",
30
+ "collaborates",
31
+ "collaboration",
32
+ "collaborator",
33
+ "collaborators",
34
+ "collaborative",
35
+ "dm",
36
+ "dms",
37
+ "direct message",
38
+ "direct messages",
39
+ "approval",
40
+ "approvals",
41
+ "approve",
42
+ "moderator",
43
+ "moderators",
44
+ "moderation",
45
+ "moderate",
46
+ "access control",
47
+ "who can see",
48
+ "who can edit",
49
+ "only i can",
50
+ "only me",
51
+ "join request",
52
+ "join requests",
53
+ "request to join",
54
+ "restricted",
55
+ ],
56
+ };
57
+ //# sourceMappingURL=access.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"access.js","sourceRoot":"","sources":["../../jsr/llms/access.ts"],"names":[],"mappings":"AAaA,MAAM,CAAC,MAAM,YAAY,GAAc;IACrC,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,WAAW;IAClB,WAAW,EACT,wSAAwS;IAC1S,IAAI,EAAE;QACJ,SAAS;QACT,WAAW;QACX,SAAS;QACT,OAAO;QACP,QAAQ;QACR,QAAQ;QACR,SAAS;QACT,MAAM;QACN,OAAO;QACP,QAAQ;QACR,SAAS;QACT,YAAY;QACZ,aAAa;QACb,MAAM;QACN,OAAO;QACP,YAAY;QACZ,aAAa;QACb,cAAc;QACd,QAAQ;QACR,SAAS;QACT,SAAS;QACT,YAAY;QACZ,aAAa;QACb,aAAa;QACb,cAAc;QACd,eAAe;QACf,cAAc;QACd,eAAe;QACf,eAAe;QACf,IAAI;QACJ,KAAK;QACL,gBAAgB;QAChB,iBAAiB;QACjB,UAAU;QACV,WAAW;QACX,SAAS;QACT,WAAW;QACX,YAAY;QACZ,YAAY;QACZ,UAAU;QACV,gBAAgB;QAChB,aAAa;QACb,cAAc;QACd,YAAY;QACZ,SAAS;QACT,cAAc;QACd,eAAe;QACf,iBAAiB;QACjB,YAAY;KACb;CACF,CAAC"}