@elevasis/sdk 1.37.0 → 1.38.0
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/dist/cli.cjs +4 -2
- package/dist/index.d.ts +12 -0
- package/dist/index.js +3 -1
- package/dist/test-utils/index.js +3 -1
- package/package.json +2 -2
- package/reference/claude-config/Overview.md +140 -32
- package/reference/claude-config/rules/active-change-index.md +13 -2
- package/reference/claude-config/rules/agent-start-here.md +13 -2
- package/reference/claude-config/rules/deployment.md +13 -2
- package/reference/claude-config/rules/error-handling.md +13 -2
- package/reference/claude-config/rules/execution.md +13 -2
- package/reference/claude-config/rules/frontend.md +13 -2
- package/reference/claude-config/rules/observability.md +13 -2
- package/reference/claude-config/rules/operations.md +13 -2
- package/reference/claude-config/rules/organization-model.md +1 -1
- package/reference/claude-config/rules/organization-os.md +1 -1
- package/reference/claude-config/rules/package-taxonomy.md +13 -2
- package/reference/claude-config/rules/platform.md +13 -2
- package/reference/claude-config/rules/shared-types.md +13 -2
- package/reference/claude-config/rules/task-tracking.md +13 -2
- package/reference/claude-config/rules/topbar-actions.md +2 -2
- package/reference/claude-config/rules/ui.md +13 -2
- package/reference/claude-config/rules/vibe.md +13 -2
- package/reference/claude-config/settings.json +30 -34
- package/reference/claude-config/skills/deploy/SKILL.md +159 -156
- package/reference/claude-config/skills/elevasis/SKILL.md +11 -4
- package/reference/claude-config/skills/explore/SKILL.md +78 -78
- package/reference/claude-config/skills/git-sync/SKILL.md +166 -126
- package/reference/claude-config/skills/om/SKILL.md +15 -15
- package/reference/claude-config/skills/om/operations/build.md +2 -2
- package/reference/claude-config/skills/project/SKILL.md +1 -1
- package/reference/claude-config/skills/save/SKILL.md +183 -183
- package/reference/claude-config/skills/setup/SKILL.md +9 -3
- package/reference/claude-config/skills/status/SKILL.md +59 -59
- package/reference/claude-config/skills/sync/SKILL.md +47 -47
- package/reference/claude-config/skills/tutorial/SKILL.md +1 -1
- package/reference/claude-config/skills/tutorial/technical.md +11 -11
- package/reference/claude-config/sync-notes/2026-06-25-shared-page-scroll-contract-guard.md +52 -0
- package/reference/claude-config/sync-notes/2026-06-26-leadgen-overview-om-telemetry.md +47 -0
- package/reference/claude-config/sync-notes/2026-07-21-agent-scaffold-hardening.md +75 -0
- package/reference/rules/active-change-index.md +5 -5
- package/reference/rules/agent-start-here.md +34 -30
- package/reference/rules/deployment.md +21 -8
- package/reference/rules/frontend.md +4 -4
- package/reference/rules/observability.md +1 -1
- package/reference/rules/organization-model.md +1 -1
- package/reference/rules/organization-os.md +29 -29
- package/reference/rules/ui.md +205 -202
- package/reference/rules/vibe.md +4 -4
- package/reference/scaffold/operations/propagation-pipeline.md +1 -1
- package/reference/scaffold/recipes/extend-lead-gen.md +13 -0
package/dist/cli.cjs
CHANGED
|
@@ -40054,6 +40054,7 @@ function getLeadGenStageCatalog(model) {
|
|
|
40054
40054
|
);
|
|
40055
40055
|
const recordEntity = entry.recordEntity === "company" || entry.recordEntity === "contact" ? entry.recordEntity : void 0;
|
|
40056
40056
|
const recordStageKey = stringValue(entry.recordStageKey);
|
|
40057
|
+
const readinessTarget = entry.readinessTarget === true ? true : void 0;
|
|
40057
40058
|
results[entryId] = {
|
|
40058
40059
|
key: entryId,
|
|
40059
40060
|
label: stringValue(entry.label) ?? entryId,
|
|
@@ -40062,7 +40063,8 @@ function getLeadGenStageCatalog(model) {
|
|
|
40062
40063
|
entity,
|
|
40063
40064
|
...additionalEntities.length > 0 ? { additionalEntities } : {},
|
|
40064
40065
|
...recordEntity ? { recordEntity } : {},
|
|
40065
|
-
...recordStageKey ? { recordStageKey } : {}
|
|
40066
|
+
...recordStageKey ? { recordStageKey } : {},
|
|
40067
|
+
...readinessTarget ? { readinessTarget } : {}
|
|
40066
40068
|
};
|
|
40067
40069
|
}
|
|
40068
40070
|
}
|
|
@@ -45848,7 +45850,7 @@ function wrapAction(commandName, fn) {
|
|
|
45848
45850
|
// package.json
|
|
45849
45851
|
var package_default = {
|
|
45850
45852
|
name: "@elevasis/sdk",
|
|
45851
|
-
version: "1.
|
|
45853
|
+
version: "1.38.0",
|
|
45852
45854
|
description: "SDK for building Elevasis organization resources",
|
|
45853
45855
|
type: "module",
|
|
45854
45856
|
bin: {
|
package/dist/index.d.ts
CHANGED
|
@@ -5062,6 +5062,18 @@ interface LeadGenStageCatalogEntry {
|
|
|
5062
5062
|
recordEntity?: 'company' | 'contact';
|
|
5063
5063
|
/** Stage key to read from recordEntity.processing_state for Records views. */
|
|
5064
5064
|
recordStageKey?: string;
|
|
5065
|
+
/**
|
|
5066
|
+
* Marks this stage as the pipeline objective ("ready" target).
|
|
5067
|
+
*
|
|
5068
|
+
* When declared, the platform UI uses the preceding stage (derived from
|
|
5069
|
+
* `order`) as the backlog source and this stage as the drain, producing a
|
|
5070
|
+
* "contacts ready for <next step>" count without hardcoding tenant-specific
|
|
5071
|
+
* stage keys. Only one stage per catalog should set this to `true`.
|
|
5072
|
+
*
|
|
5073
|
+
* Absent (undefined) when not declared — no tenant authoring is required;
|
|
5074
|
+
* the UI falls back to a generic last-incomplete-stage backlog.
|
|
5075
|
+
*/
|
|
5076
|
+
readinessTarget?: boolean;
|
|
5065
5077
|
}
|
|
5066
5078
|
|
|
5067
5079
|
declare const ProcessingStageStatusSchema: z.ZodEnum<{
|
package/dist/index.js
CHANGED
|
@@ -1144,6 +1144,7 @@ function getLeadGenStageCatalog(model) {
|
|
|
1144
1144
|
);
|
|
1145
1145
|
const recordEntity = entry.recordEntity === "company" || entry.recordEntity === "contact" ? entry.recordEntity : void 0;
|
|
1146
1146
|
const recordStageKey = stringValue(entry.recordStageKey);
|
|
1147
|
+
const readinessTarget = entry.readinessTarget === true ? true : void 0;
|
|
1147
1148
|
results[entryId] = {
|
|
1148
1149
|
key: entryId,
|
|
1149
1150
|
label: stringValue(entry.label) ?? entryId,
|
|
@@ -1152,7 +1153,8 @@ function getLeadGenStageCatalog(model) {
|
|
|
1152
1153
|
entity,
|
|
1153
1154
|
...additionalEntities.length > 0 ? { additionalEntities } : {},
|
|
1154
1155
|
...recordEntity ? { recordEntity } : {},
|
|
1155
|
-
...recordStageKey ? { recordStageKey } : {}
|
|
1156
|
+
...recordStageKey ? { recordStageKey } : {},
|
|
1157
|
+
...readinessTarget ? { readinessTarget } : {}
|
|
1156
1158
|
};
|
|
1157
1159
|
}
|
|
1158
1160
|
}
|
package/dist/test-utils/index.js
CHANGED
|
@@ -8953,6 +8953,7 @@ function getLeadGenStageCatalog(model) {
|
|
|
8953
8953
|
);
|
|
8954
8954
|
const recordEntity = entry.recordEntity === "company" || entry.recordEntity === "contact" ? entry.recordEntity : void 0;
|
|
8955
8955
|
const recordStageKey = stringValue(entry.recordStageKey);
|
|
8956
|
+
const readinessTarget = entry.readinessTarget === true ? true : void 0;
|
|
8956
8957
|
results[entryId] = {
|
|
8957
8958
|
key: entryId,
|
|
8958
8959
|
label: stringValue(entry.label) ?? entryId,
|
|
@@ -8961,7 +8962,8 @@ function getLeadGenStageCatalog(model) {
|
|
|
8961
8962
|
entity,
|
|
8962
8963
|
...additionalEntities.length > 0 ? { additionalEntities } : {},
|
|
8963
8964
|
...recordEntity ? { recordEntity } : {},
|
|
8964
|
-
...recordStageKey ? { recordStageKey } : {}
|
|
8965
|
+
...recordStageKey ? { recordStageKey } : {},
|
|
8966
|
+
...readinessTarget ? { readinessTarget } : {}
|
|
8965
8967
|
};
|
|
8966
8968
|
}
|
|
8967
8969
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elevasis/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.0",
|
|
4
4
|
"description": "SDK for building Elevasis organization resources",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"tsup": "^8.0.0",
|
|
59
59
|
"typescript": "5.9.2",
|
|
60
60
|
"zod": "^4.1.0",
|
|
61
|
-
"@repo/core": "0.53.0",
|
|
62
61
|
"@repo/eslint-config": "0.0.0",
|
|
62
|
+
"@repo/core": "0.54.0",
|
|
63
63
|
"@repo/typescript-config": "0.0.0"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
@@ -7,15 +7,21 @@ This file is a routing map for the skill and rule inventories. For live CLI capa
|
|
|
7
7
|
|
|
8
8
|
## What Lives Here
|
|
9
9
|
|
|
10
|
-
| Surface | Purpose | Source of truth
|
|
11
|
-
| ------- | ----------------------------- |
|
|
12
|
-
| Skills | Slash-command entry points | `.claude/skills/*/SKILL.md`
|
|
13
|
-
| Rules | Path-scoped operating context | `node_modules/@elevasis/sdk/reference/rules/`
|
|
14
|
-
| Hooks | Claude lifecycle automation | `.claude/hooks/*.mjs`, `.claude/settings.json`
|
|
15
|
-
| CLI | Live command + domain surface | `elevasis-sdk cli` (authoritative, run it)
|
|
10
|
+
| Surface | Purpose | Source of truth |
|
|
11
|
+
| ------- | ----------------------------- | -------------------------------------------------------- |
|
|
12
|
+
| Skills | Slash-command entry points | `.claude/skills/*/SKILL.md` |
|
|
13
|
+
| Rules | Path-scoped operating context | `operations/node_modules/@elevasis/sdk/reference/rules/` |
|
|
14
|
+
| Hooks | Claude lifecycle automation | `.claude/hooks/*.mjs`, `.claude/settings.json` |
|
|
15
|
+
| CLI | Live command + domain surface | `elevasis-sdk cli` (authoritative, run it) |
|
|
16
16
|
|
|
17
17
|
For CLI capability, run `elevasis-sdk cli` — it is the authoritative surface for what commands
|
|
18
|
-
and domains are available.
|
|
18
|
+
and domains are available.
|
|
19
|
+
|
|
20
|
+
**This file is template-owned and replaced by sync.** It holds guidance that is true for every
|
|
21
|
+
project built from this template: structure, stack, commands, and the skill surface. Project-specific
|
|
22
|
+
facts (identity, client context, user preferences) live in `CLAUDE.md`, which sync never overwrites.
|
|
23
|
+
Tenant-specific operational quirks live in `OPERATIONS.md`. Do not copy content between them — each
|
|
24
|
+
fact should exist in exactly one of the three, owned by whoever can correct it.
|
|
19
25
|
|
|
20
26
|
---
|
|
21
27
|
|
|
@@ -23,16 +29,109 @@ and domains are available. For architecture context, read `CLAUDE.md` first.
|
|
|
23
29
|
|
|
24
30
|
This project is skill-first with an always-on ambient vibe layer:
|
|
25
31
|
|
|
26
|
-
1.
|
|
32
|
+
1. Read `operations/node_modules/@elevasis/sdk/reference/rules/agent-start-here.md` — it owns session
|
|
33
|
+
bootstrap and task-class routing. Then read `CLAUDE.md` for this project's identity and preferences,
|
|
34
|
+
and `OPERATIONS.md` for tenant-specific quirks that override generic guidance.
|
|
27
35
|
2. Every natural-language message is silently classified into an intent (Capture, Query, Describe,
|
|
28
36
|
Transition, Navigate, Codify, Toggle, Operate) before the agent responds — no slash command needed.
|
|
37
|
+
The classifier and intent definitions live in the bundled `vibe.md` rule.
|
|
29
38
|
3. For explicit work, match intent to a skill in `.claude/skills/{name}/SKILL.md`.
|
|
30
|
-
4. Load the relevant bundled rule from `node_modules/@elevasis/sdk/reference/rules/` for the area
|
|
39
|
+
4. Load the relevant bundled rule from `operations/node_modules/@elevasis/sdk/reference/rules/` for the area
|
|
31
40
|
being changed (the local `.claude/rules/*.md` files are thin pointers to these).
|
|
32
41
|
5. Use `elevasis-sdk cli` for the live command/domain surface — do not answer "what can I do" from memory.
|
|
33
42
|
|
|
34
43
|
---
|
|
35
44
|
|
|
45
|
+
## Project Structure
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
├── ui/ # React frontend app
|
|
49
|
+
├── operations/ # Platform workflows + agents
|
|
50
|
+
├── core/ # Cross-runtime organization model, types, Zod schemas, constants
|
|
51
|
+
├── .claude/ # Claude Code config (this file, skills, hooks)
|
|
52
|
+
├── pnpm-workspace.yaml # Workspace definition
|
|
53
|
+
└── .env # Environment variables
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
| Resource | Path |
|
|
57
|
+
| -------------------- | ------------------------------- |
|
|
58
|
+
| Source — Routes | `ui/src/routes/` |
|
|
59
|
+
| Source — Features | `ui/src/features/` |
|
|
60
|
+
| Source — Lib | `ui/src/lib/` |
|
|
61
|
+
| Source — Assets | `ui/src/assets/` |
|
|
62
|
+
| Platform — Workflows | `operations/src/` |
|
|
63
|
+
| Platform — Config | `operations/elevasis.config.ts` |
|
|
64
|
+
| Core Types | `core/` |
|
|
65
|
+
|
|
66
|
+
**Standalone repo** — this project is NOT part of the Elevasis monorepo pnpm workspace. Git, gh, and
|
|
67
|
+
CLI commands work directly here (the monorepo boundary hook does not apply).
|
|
68
|
+
|
|
69
|
+
- Use `pnpm` exclusively — never `npm`
|
|
70
|
+
- Path aliases: `@/*` maps to `ui/src/*`, `@core/*` maps to `core/*`
|
|
71
|
+
- Frontend and platform code are separate runtimes — share only types via `core/`
|
|
72
|
+
- Release-train migration guidance lands in `.claude/sync-notes/`; run `/git-sync` to pull and surface
|
|
73
|
+
new notes before doing any manual reconciliation
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Stack
|
|
78
|
+
|
|
79
|
+
> **Package surface:** this project consumes `@elevasis/{sdk,ui,core}` from npm. The monorepo's
|
|
80
|
+
> workspace-internal `@repo/elevasis-{core,operations}` packages are NOT installable here. See the
|
|
81
|
+
> bundled `package-taxonomy.md` rule.
|
|
82
|
+
|
|
83
|
+
### Frontend (`ui/`)
|
|
84
|
+
|
|
85
|
+
| Layer | Tech |
|
|
86
|
+
| ------------ | ----------------------------------- |
|
|
87
|
+
| UI | React 19 + Mantine 8.2.7 |
|
|
88
|
+
| Build | Vite 8 |
|
|
89
|
+
| Language | TypeScript 5.9 (strict) |
|
|
90
|
+
| Routing | TanStack Router (file-based) |
|
|
91
|
+
| Server State | TanStack React Query |
|
|
92
|
+
| Client State | Zustand + Immer |
|
|
93
|
+
| Charts | Recharts via @mantine/charts |
|
|
94
|
+
| Graph Viz | @xyflow/react (ReactFlow) |
|
|
95
|
+
| Icons | @tabler/icons-react |
|
|
96
|
+
| Testing | Vitest |
|
|
97
|
+
| Auth | @elevasis/ui + AuthKit (WorkOS) |
|
|
98
|
+
| API Access | `@elevasis/ui/api` (`useApiClient`) |
|
|
99
|
+
|
|
100
|
+
### Platform (`operations/`)
|
|
101
|
+
|
|
102
|
+
| Layer | Tech |
|
|
103
|
+
| -------- | ------------------------------------------------- |
|
|
104
|
+
| SDK | @elevasis/sdk (workflows, agents, typed adapters) |
|
|
105
|
+
| Language | TypeScript (strict, Node target) |
|
|
106
|
+
| Schemas | Zod |
|
|
107
|
+
| Deploy | Elevasis Platform — see bundled `deployment.md` |
|
|
108
|
+
|
|
109
|
+
### Core (`core/`)
|
|
110
|
+
|
|
111
|
+
Types and constants shared between frontend and platform workflows. Runtime-agnostic only — no
|
|
112
|
+
React, no Node APIs, no SDK worker imports.
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## Commands
|
|
117
|
+
|
|
118
|
+
| Command | Purpose |
|
|
119
|
+
| -------------------------------- | ------------------------------------------------------------- |
|
|
120
|
+
| `pnpm -C ui dev` | Dev server (port 4300, `strictPort` — fails fast if occupied) |
|
|
121
|
+
| `pnpm -C ui build` | Type-check + production build |
|
|
122
|
+
| `pnpm -C ui test` | Run frontend tests |
|
|
123
|
+
| `pnpm -C ui lint` | Type-check only (no emit) |
|
|
124
|
+
| `pnpm -C operations check` | Validate SDK resource definitions |
|
|
125
|
+
| `pnpm -C operations deploy` | Deploy resources — **targets production by default** |
|
|
126
|
+
| `pnpm -C operations deploy:prod` | Deploy resources to production (explicit `--prod`) |
|
|
127
|
+
|
|
128
|
+
> **Deploy targets are safety-critical and the resolution order has exceptions.** The authoritative
|
|
129
|
+
> rule is the bundled `deployment.md`, which ships with the CLI version this project actually runs.
|
|
130
|
+
> Read it before deploying — and check `OPERATIONS.md`, which records whether this specific tenant
|
|
131
|
+
> has a working dev target at all.
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
36
135
|
## Skills
|
|
37
136
|
|
|
38
137
|
**Location:** `.claude/skills/`
|
|
@@ -41,6 +140,7 @@ Skills are the slash-command surface. Each skill is `.claude/skills/{name}/SKILL
|
|
|
41
140
|
|
|
42
141
|
<!-- @generated:start:sync-overview-skills -->
|
|
43
142
|
- **client** -- Client portfolio management -- list, resolve, inspect, and maintain client records and their lineage to companies, contacts, and source deals -- via the elevasis-sdk client:* CLI.
|
|
143
|
+
- **deploy** -- Test, build, fix issues, then commit and push
|
|
44
144
|
- **dsp** -- Dispatch subagents in parallel for implementation tasks
|
|
45
145
|
- **elevasis** -- Elevasis platform operations -- check, deploy, execute, inspect, and debug SDK resources
|
|
46
146
|
- **explore** -- Codebase exploration anchored to project documentation
|
|
@@ -60,29 +160,29 @@ Skills are the slash-command surface. Each skill is `.claude/skills/{name}/SKILL
|
|
|
60
160
|
|
|
61
161
|
## Rules
|
|
62
162
|
|
|
63
|
-
**Location:** `node_modules/@elevasis/sdk/reference/rules/` (bundled with `@elevasis/sdk`)
|
|
163
|
+
**Location:** `operations/node_modules/@elevasis/sdk/reference/rules/` (bundled with `@elevasis/sdk`)
|
|
64
164
|
|
|
65
165
|
Path-scoped operating context loaded for substantial work in their areas. The project's local
|
|
66
166
|
`.claude/rules/*.md` files are thin compatibility pointers; the authoritative content ships with
|
|
67
167
|
the SDK and is listed here:
|
|
68
168
|
|
|
69
169
|
<!-- @generated:start:sync-overview-rules -->
|
|
70
|
-
- `node_modules/@elevasis/sdk/reference/rules/active-change-index.md` -- Bridge between stable scaffold docs and higher-volatility in-progress architecture work that may override assumptions for agents working in the template
|
|
71
|
-
- `node_modules/@elevasis/sdk/reference/rules/agent-start-here.md` -- Canonical first-read for agents entering the template scaffold -- project continuity, task-class routing, and boundary resolution
|
|
72
|
-
- `node_modules/@elevasis/sdk/reference/rules/deployment.md` -- Deployment workflow -- check-first, dev vs prod, version bumping, common errors
|
|
73
|
-
- `node_modules/@elevasis/sdk/reference/rules/error-handling.md` -- Error handling -- ExecutionError vs PlatformToolError, retry logic, no auto-retry
|
|
74
|
-
- `node_modules/@elevasis/sdk/reference/rules/execution.md` -- Execution model -- timeouts, memory, concurrency, org isolation, runtime constraints
|
|
75
|
-
- `node_modules/@elevasis/sdk/reference/rules/frontend.md` -- Frontend conventions -- React, routing, state, styling, testing, pages
|
|
76
|
-
- `node_modules/@elevasis/sdk/reference/rules/observability.md` -- Observability -- context.logger API, execution inspection, step-level context
|
|
77
|
-
- `node_modules/@elevasis/sdk/reference/rules/operations.md` -- Platform workflows, agents, resource definitions, and deployment for the operations/ surface
|
|
78
|
-
- `node_modules/@elevasis/sdk/reference/rules/organization-model.md` -- Edits to the canonical organization model go through /om
|
|
79
|
-
- `node_modules/@elevasis/sdk/reference/rules/organization-os.md` -- Organization OS orientation -- the semantic contract layer relating Systems, Actions, ontology, resources, policies, roles, goals, and knowledge; consumed via published @elevasis/core / @elevasis/sdk
|
|
80
|
-
- `node_modules/@elevasis/sdk/reference/rules/package-taxonomy.md` -- Package taxonomy (consumer view) -- external projects consume the published @elevasis/* surface only; workspace-internal @repo/elevasis-* packages are not installable here
|
|
81
|
-
- `node_modules/@elevasis/sdk/reference/rules/platform.md` -- Platform conventions -- SDK workflows, agents, deployment, resource registry
|
|
82
|
-
- `node_modules/@elevasis/sdk/reference/rules/shared-types.md` -- Core type boundary -- what belongs in core/types, import rules, schema conventions
|
|
83
|
-
- `node_modules/@elevasis/sdk/reference/rules/task-tracking.md` -- In-progress task conventions -- doc format, status values, auto-save behavior
|
|
84
|
-
- `node_modules/@elevasis/sdk/reference/rules/ui.md` -- UI shell, route structure, auth flow, API access, and template customization points for the ui/ surface
|
|
85
|
-
- `node_modules/@elevasis/sdk/reference/rules/vibe.md` -- Ambient intent classifier -- routes natural-language input to intent buckets without a slash command; Codify and Toggle delegate to /om, Operate delegates to /elevasis
|
|
170
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/active-change-index.md` -- Bridge between stable scaffold docs and higher-volatility in-progress architecture work that may override assumptions for agents working in the template
|
|
171
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/agent-start-here.md` -- Canonical first-read for agents entering the template scaffold -- project continuity, task-class routing, and boundary resolution
|
|
172
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/deployment.md` -- Deployment workflow -- check-first, dev vs prod, version bumping, common errors
|
|
173
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/error-handling.md` -- Error handling -- ExecutionError vs PlatformToolError, retry logic, no auto-retry
|
|
174
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/execution.md` -- Execution model -- timeouts, memory, concurrency, org isolation, runtime constraints
|
|
175
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/frontend.md` -- Frontend conventions -- React, routing, state, styling, testing, pages
|
|
176
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/observability.md` -- Observability -- context.logger API, execution inspection, step-level context
|
|
177
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/operations.md` -- Platform workflows, agents, resource definitions, and deployment for the operations/ surface
|
|
178
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/organization-model.md` -- Edits to the canonical organization model go through /om
|
|
179
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/organization-os.md` -- Organization OS orientation -- the semantic contract layer relating Systems, Actions, ontology, resources, policies, roles, goals, and knowledge; consumed via published @elevasis/core / @elevasis/sdk
|
|
180
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/package-taxonomy.md` -- Package taxonomy (consumer view) -- external projects consume the published @elevasis/* surface only; workspace-internal @repo/elevasis-* packages are not installable here
|
|
181
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/platform.md` -- Platform conventions -- SDK workflows, agents, deployment, resource registry
|
|
182
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/shared-types.md` -- Core type boundary -- what belongs in core/types, import rules, schema conventions
|
|
183
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/task-tracking.md` -- In-progress task conventions -- doc format, status values, auto-save behavior
|
|
184
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/ui.md` -- UI shell, route structure, auth flow, API access, and template customization points for the ui/ surface
|
|
185
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/vibe.md` -- Ambient intent classifier -- routes natural-language input to intent buckets without a slash command; Codify and Toggle delegate to /om, Operate delegates to /elevasis
|
|
86
186
|
<!-- @generated:end:sync-overview-rules -->
|
|
87
187
|
|
|
88
188
|
---
|
|
@@ -113,10 +213,18 @@ Use the owning skill instead of guessing from the name alone:
|
|
|
113
213
|
|
|
114
214
|
## Scaffold Maintenance
|
|
115
215
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
216
|
+
This file is maintained upstream in the Elevasis monorepo template
|
|
217
|
+
(`external/_template/.claude/Overview.md`) and delivered to this project via template
|
|
218
|
+
sync (`/git-sync`). **The whole file is replace-managed** -- not just the generated blocks.
|
|
219
|
+
Any local edit here is overwritten on the next sync, so corrections belong upstream, where
|
|
220
|
+
every project receives them.
|
|
221
|
+
|
|
222
|
+
The blocks marked `<!-- @generated:start:... -->` / `<!-- @generated:end -->` are additionally
|
|
223
|
+
machine-written by `pnpm gen:overview` in the monorepo; do not hand-edit them even upstream.
|
|
224
|
+
|
|
225
|
+
There is no monorepo command to run from inside this project; refreshes happen upstream and
|
|
226
|
+
arrive through the normal sync flow.
|
|
119
227
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
228
|
+
**If you were about to add project-specific detail to this file, stop** -- it will be lost.
|
|
229
|
+
Project identity and preferences go in `CLAUDE.md`; tenant operational quirks go in
|
|
230
|
+
`OPERATIONS.md`. Both are project-owned and never overwritten.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Active Change Index rule bu
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/active-change-index.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/active-change-index.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/active-change-index.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/active-change-index.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Agent Start Here rule bundl
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/agent-start-here.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/agent-start-here.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/agent-start-here.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/agent-start-here.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Deployment rule bundled wit
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/deployment.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/deployment.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/deployment.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/deployment.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Error Handling rule bundled
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/error-handling.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/error-handling.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/error-handling.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/error-handling.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Execution rule bundled with
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/execution.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/execution.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/execution.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/execution.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Frontend rule bundled with
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/frontend.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/frontend.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/frontend.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/frontend.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Observability rule bundled
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/observability.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/observability.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/observability.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/observability.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Operations rule bundled wit
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/operations.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/operations.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/operations.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/operations.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,7 +6,7 @@ description: Compatibility pointer for the canonical Organization Model rule bun
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/organization-model.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/organization-model.md`
|
|
10
10
|
|
|
11
11
|
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
12
|
use the repo-local generated fallback:
|
|
@@ -6,7 +6,7 @@ description: Compatibility pointer for the canonical Organization Os rule bundle
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/organization-os.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/organization-os.md`
|
|
10
10
|
|
|
11
11
|
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
12
|
use the repo-local generated fallback:
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Package Taxonomy rule bundl
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/package-taxonomy.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/package-taxonomy.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/package-taxonomy.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/package-taxonomy.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Platform rule bundled with
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/platform.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/platform.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/platform.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/platform.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Shared Types rule bundled w
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/shared-types.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/shared-types.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/shared-types.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/shared-types.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -6,6 +6,17 @@ description: Compatibility pointer for the canonical Task Tracking rule bundled
|
|
|
6
6
|
|
|
7
7
|
Canonical rule source:
|
|
8
8
|
|
|
9
|
-
`node_modules/@elevasis/sdk/reference/rules/task-tracking.md`
|
|
9
|
+
`operations/node_modules/@elevasis/sdk/reference/rules/task-tracking.md`
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
When working in the monorepo template snapshot before dependencies are installed,
|
|
12
|
+
use the repo-local generated fallback:
|
|
13
|
+
|
|
14
|
+
`packages/sdk/reference/rules/task-tracking.md`
|
|
15
|
+
|
|
16
|
+
If the generated fallback is stale or missing, use the source:
|
|
17
|
+
|
|
18
|
+
`packages/sdk/docs/agent-rules/task-tracking.md`
|
|
19
|
+
|
|
20
|
+
Read the bundled rule first when available. This local file is intentionally kept
|
|
21
|
+
as a thin compatibility pointer for existing local rule references in skills,
|
|
22
|
+
sync notes, and older prompts.
|
|
@@ -66,5 +66,5 @@ platform `apps/command-center` routes. Template projects add their own equivalen
|
|
|
66
66
|
|
|
67
67
|
## Related Rules
|
|
68
68
|
|
|
69
|
-
- `node_modules/@elevasis/sdk/reference/rules/organization-model.md` — OM schema and authoring ceremony
|
|
70
|
-
- `node_modules/@elevasis/sdk/reference/rules/organization-os.md` — `/org-os manage` toggle surface
|
|
69
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/organization-model.md` — OM schema and authoring ceremony
|
|
70
|
+
- `operations/node_modules/@elevasis/sdk/reference/rules/organization-os.md` — `/org-os manage` toggle surface
|