@elevasis/sdk 1.44.2 → 1.45.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 +1001 -652
- package/dist/index.d.ts +1045 -509
- package/dist/index.js +748 -690
- package/dist/node/index.d.ts +105 -97
- package/dist/test-utils/index.d.ts +42 -28
- package/dist/test-utils/index.js +549 -732
- package/dist/worker/index.d.ts +12112 -0
- package/dist/worker/index.js +211 -186
- package/package.json +6 -9
- package/reference/_navigation.md +151 -21
- package/reference/_reference-manifest.json +186 -4
- package/reference/claude-config.md +8 -0
- package/reference/core/index.mdx +3 -3
- package/reference/examples/organization-model.ts +117 -111
- package/reference/index.mdx +4 -4
- package/reference/rules/active-change-index.md +40 -54
- package/reference/rules/agent-runtime.md +81 -0
- package/reference/rules/agent-start-here.md +71 -163
- package/reference/rules/deployment.md +33 -10
- package/reference/rules/error-handling.md +26 -0
- package/reference/rules/execution.md +13 -0
- package/reference/rules/frontend.md +10 -3
- package/reference/rules/observability.md +9 -1
- package/reference/rules/operations.md +26 -17
- package/reference/rules/organization-model.md +74 -88
- package/reference/rules/organization-os.md +71 -88
- package/reference/rules/package-taxonomy.md +11 -2
- package/reference/rules/platform.md +13 -7
- package/reference/rules/shared-types.md +15 -0
- package/reference/rules/task-tracking.md +30 -5
- package/reference/rules/ui.md +145 -3
- package/reference/rules/vibe-intents.md +271 -0
- package/reference/rules/vibe.md +17 -243
- package/reference/scaffold/core/organization-graph.mdx +111 -97
- package/reference/scaffold/core/organization-model.mdx +234 -214
- package/reference/scaffold/operations/propagation-pipeline.md +1 -1
- package/reference/scaffold/operations/scaffold-maintenance.md +19 -18
- package/reference/scaffold/operations/workflow-recipes.md +71 -19
- package/reference/scaffold/recipes/add-a-feature.md +156 -146
- package/reference/scaffold/recipes/add-a-resource.md +123 -117
- package/reference/scaffold/recipes/customize-crm-actions.md +25 -10
- package/reference/scaffold/recipes/customize-knowledge-browser.md +52 -117
- package/reference/scaffold/recipes/customize-organization-model.md +161 -149
- package/reference/scaffold/recipes/extend-a-base-entity.md +156 -140
- package/reference/scaffold/recipes/extend-crm.md +16 -11
- package/reference/scaffold/recipes/extend-lead-gen.md +25 -7
- package/reference/scaffold/recipes/gate-by-feature-or-admin.md +160 -118
- package/reference/scaffold/recipes/index.md +2 -2
- package/reference/scaffold/recipes/query-the-knowledge-graph.md +23 -23
- package/reference/scaffold/reference/contracts.md +12 -1
- package/reference/scaffold/reference/glossary.md +3 -3
- package/reference/scaffold/reference/system-interface-capabilities.md +5 -4
- package/reference/scaffold/ui/composition-extensibility.mdx +271 -232
- package/reference/scaffold/ui/feature-flags-and-gating.md +14 -6
- package/reference/scaffold/ui/feature-shell.mdx +279 -62
- package/reference/scaffold/ui/recipes.md +229 -197
- package/reference/sdk/cli-management.mdx +77 -29
- package/reference/sdk/concepts.mdx +2 -0
- package/reference/sdk/define-builders.mdx +76 -0
- package/reference/sdk/deployment/command-center.mdx +6 -2
- package/reference/sdk/deployment/execution-reference.mdx +64 -186
- package/reference/sdk/deployment/index.mdx +2 -0
- package/reference/sdk/exports.mdx +4 -4
- package/reference/sdk/framework/agent.mdx +49 -119
- package/reference/sdk/framework/index.mdx +46 -65
- package/reference/sdk/framework/project-structure.mdx +150 -205
- package/reference/sdk/framework/tutorial-system.mdx +2 -2
- package/reference/sdk/human-in-the-loop.mdx +152 -0
- package/reference/sdk/index.mdx +6 -7
- package/reference/sdk/platform-tools/index.mdx +12 -0
- package/reference/sdk/platform-tools/type-safety.mdx +4 -0
- package/reference/sdk/project-deployment-spec.mdx +131 -0
- package/reference/sdk/resources/index.mdx +23 -7
- package/reference/sdk/resources/patterns.mdx +54 -24
- package/reference/sdk/resources/types.mdx +7 -4
- package/reference/sdk/templates/data-enrichment.mdx +7 -3
- package/reference/sdk/templates/email-sender.mdx +139 -135
- package/reference/sdk/templates/lead-scorer.mdx +5 -1
- package/reference/sdk/templates/pdf-generator.mdx +155 -151
- package/reference/sdk/templates/recurring-job.mdx +195 -189
- package/reference/sdk/templates/text-classifier.mdx +4 -0
- package/reference/sdk/templates/web-scraper.mdx +139 -135
- package/reference/spine/spine-primer.md +135 -96
- package/reference/ui/index.mdx +14 -7
- package/dist/types/worker/adapters/anymailfinder.d.ts +0 -14
- package/dist/types/worker/adapters/apify.d.ts +0 -14
- package/dist/types/worker/adapters/approval.d.ts +0 -23
- package/dist/types/worker/adapters/attio.d.ts +0 -22
- package/dist/types/worker/adapters/clickup.d.ts +0 -22
- package/dist/types/worker/adapters/create-adapter.d.ts +0 -41
- package/dist/types/worker/adapters/crm.d.ts +0 -20
- package/dist/types/worker/adapters/dropbox.d.ts +0 -14
- package/dist/types/worker/adapters/email.d.ts +0 -25
- package/dist/types/worker/adapters/execution.d.ts +0 -22
- package/dist/types/worker/adapters/gmail.d.ts +0 -14
- package/dist/types/worker/adapters/google-sheets.d.ts +0 -14
- package/dist/types/worker/adapters/index.d.ts +0 -33
- package/dist/types/worker/adapters/instantly.d.ts +0 -14
- package/dist/types/worker/adapters/lead.d.ts +0 -28
- package/dist/types/worker/adapters/list.d.ts +0 -9
- package/dist/types/worker/adapters/llm.d.ts +0 -45
- package/dist/types/worker/adapters/millionverifier.d.ts +0 -14
- package/dist/types/worker/adapters/notification.d.ts +0 -28
- package/dist/types/worker/adapters/pdf.d.ts +0 -22
- package/dist/types/worker/adapters/projects.d.ts +0 -20
- package/dist/types/worker/adapters/resend.d.ts +0 -14
- package/dist/types/worker/adapters/scheduler.d.ts +0 -25
- package/dist/types/worker/adapters/signature-api.d.ts +0 -14
- package/dist/types/worker/adapters/storage.d.ts +0 -33
- package/dist/types/worker/adapters/stripe.d.ts +0 -14
- package/dist/types/worker/adapters/tomba.d.ts +0 -14
- package/dist/types/worker/index.d.ts +0 -60
- package/dist/types/worker/platform.d.ts +0 -90
- package/dist/types/worker/utils.d.ts +0 -9
- package/reference/claude-config/Overview.md +0 -230
- package/reference/claude-config/hooks/post-edit-validate.mjs +0 -98
- package/reference/claude-config/hooks/scaffold-registry-reminder.mjs +0 -187
- package/reference/claude-config/hooks/tool-failure-recovery.mjs +0 -73
- package/reference/claude-config/registries/graph-skills.json +0 -4
- package/reference/claude-config/registries/knowledge-flags.json +0 -154
- package/reference/claude-config/registries/skill-coverage.json +0 -20
- package/reference/claude-config/rules/active-change-index.md +0 -22
- package/reference/claude-config/rules/agent-start-here.md +0 -22
- package/reference/claude-config/rules/deployment.md +0 -22
- package/reference/claude-config/rules/error-handling.md +0 -22
- package/reference/claude-config/rules/execution.md +0 -22
- package/reference/claude-config/rules/frontend.md +0 -22
- package/reference/claude-config/rules/observability.md +0 -22
- package/reference/claude-config/rules/operations.md +0 -22
- package/reference/claude-config/rules/organization-model.md +0 -22
- package/reference/claude-config/rules/organization-os.md +0 -22
- package/reference/claude-config/rules/package-taxonomy.md +0 -22
- package/reference/claude-config/rules/platform.md +0 -22
- package/reference/claude-config/rules/shared-types.md +0 -22
- package/reference/claude-config/rules/task-tracking.md +0 -22
- package/reference/claude-config/rules/topbar-actions.md +0 -70
- package/reference/claude-config/rules/ui.md +0 -22
- package/reference/claude-config/rules/vibe.md +0 -22
- package/reference/claude-config/scripts/statusline-command.js +0 -18
- package/reference/claude-config/settings.json +0 -30
- package/reference/claude-config/skills/client/SKILL.md +0 -201
- package/reference/claude-config/skills/deploy/SKILL.md +0 -159
- package/reference/claude-config/skills/dsp/SKILL.md +0 -66
- package/reference/claude-config/skills/elevasis/SKILL.md +0 -251
- package/reference/claude-config/skills/explore/SKILL.md +0 -78
- package/reference/claude-config/skills/git-sync/SKILL.md +0 -166
- package/reference/claude-config/skills/om/SKILL.md +0 -475
- package/reference/claude-config/skills/om/operations/build.md +0 -237
- package/reference/claude-config/skills/om/operations/codify-level-a.md +0 -109
- package/reference/claude-config/skills/om/operations/codify-level-b.md +0 -159
- package/reference/claude-config/skills/om/operations/customers.md +0 -114
- package/reference/claude-config/skills/om/operations/features.md +0 -88
- package/reference/claude-config/skills/om/operations/goals.md +0 -123
- package/reference/claude-config/skills/om/operations/identity.md +0 -97
- package/reference/claude-config/skills/om/operations/labels.md +0 -110
- package/reference/claude-config/skills/om/operations/offerings.md +0 -114
- package/reference/claude-config/skills/om/operations/roles.md +0 -104
- package/reference/claude-config/skills/om/operations/scaffold.md +0 -163
- package/reference/claude-config/skills/om/operations/techStack.md +0 -38
- package/reference/claude-config/skills/project/SKILL.md +0 -1114
- package/reference/claude-config/skills/run-ui/SKILL.md +0 -73
- package/reference/claude-config/skills/save/SKILL.md +0 -183
- package/reference/claude-config/skills/setup/SKILL.md +0 -290
- package/reference/claude-config/skills/status/SKILL.md +0 -59
- package/reference/claude-config/skills/submit-request/SKILL.md +0 -180
- package/reference/claude-config/skills/sync/SKILL.md +0 -47
- package/reference/claude-config/skills/tutorial/SKILL.md +0 -259
- package/reference/claude-config/skills/tutorial/progress-template.md +0 -74
- package/reference/claude-config/skills/tutorial/technical.md +0 -1303
- package/reference/claude-config/skills/tutorial/vibe-coder.md +0 -890
- package/reference/claude-config/sync-notes/2026-04-22-git-sync-and-sync-notes.md +0 -27
- package/reference/claude-config/sync-notes/2026-04-22-lead-gen-deliverability-removal.md +0 -30
- package/reference/claude-config/sync-notes/2026-04-24-test-utils-and-template-tests.md +0 -73
- package/reference/claude-config/sync-notes/2026-04-24-ui-consolidation-and-sdk-cli-train.md +0 -86
- package/reference/claude-config/sync-notes/2026-04-25-auth-role-system-and-settings-roles.md +0 -55
- package/reference/claude-config/sync-notes/2026-04-27-crm-hitl-action-layer-cutover.md +0 -97
- package/reference/claude-config/sync-notes/2026-04-27-lead-gen-substrate-train.md +0 -112
- package/reference/claude-config/sync-notes/2026-04-29-crm-state-and-lead-gen-processing-status.md +0 -93
- package/reference/claude-config/sync-notes/2026-05-02-crm-ownership-next-action.md +0 -58
- package/reference/claude-config/sync-notes/2026-05-02-template-hardcode-workos-config.md +0 -56
- package/reference/claude-config/sync-notes/2026-05-04-elevasis-workspace.md +0 -71
- package/reference/claude-config/sync-notes/2026-05-04-knowledge-bundle.md +0 -83
- package/reference/claude-config/sync-notes/2026-05-04-template-skills-run-ui-and-tutorial.md +0 -59
- package/reference/claude-config/sync-notes/2026-05-05-list-builder.md +0 -42
- package/reference/claude-config/sync-notes/2026-05-06-crm-spine.md +0 -60
- package/reference/claude-config/sync-notes/2026-05-06-sdk-changes-release-train.md +0 -37
- package/reference/claude-config/sync-notes/2026-05-07-sdk-changes-release-train.md +0 -34
- package/reference/claude-config/sync-notes/2026-05-08-resource-governance-scaffold-guidance.md +0 -38
- package/reference/claude-config/sync-notes/2026-05-09-clients-domain.md +0 -32
- package/reference/claude-config/sync-notes/2026-05-09-command-system.md +0 -33
- package/reference/claude-config/sync-notes/2026-05-09-resource-governance-and-misc.md +0 -69
- package/reference/claude-config/sync-notes/2026-05-12-sdk-ready-release-train.md +0 -30
- package/reference/claude-config/sync-notes/2026-05-14-organization-model-ontology-refactor.md +0 -45
- package/reference/claude-config/sync-notes/2026-05-15-om-skill-rename-and-write-family.md +0 -52
- package/reference/claude-config/sync-notes/2026-05-17-sdk-boundary-consolidation.md +0 -33
- package/reference/claude-config/sync-notes/2026-05-20-om-define-helpers.md +0 -32
- package/reference/claude-config/sync-notes/2026-05-22-access-model-and-right-panel.md +0 -43
- package/reference/claude-config/sync-notes/2026-05-22-lead-gen-tenant-config.md +0 -40
- package/reference/claude-config/sync-notes/2026-05-22-org-model-multi-file-split.md +0 -61
- package/reference/claude-config/sync-notes/2026-05-23-branding-names-to-identity.md +0 -49
- package/reference/claude-config/sync-notes/2026-05-23-lead-gen-manage-access.md +0 -31
- package/reference/claude-config/sync-notes/2026-05-23-om-deployment-drift-detection.md +0 -42
- package/reference/claude-config/sync-notes/2026-05-23-om-full-model-deploy-contract.md +0 -33
- package/reference/claude-config/sync-notes/2026-05-23-ui-sdk-package-fixes.md +0 -37
- package/reference/claude-config/sync-notes/2026-05-24-platform-invite-router-core-baseline.md +0 -28
- package/reference/claude-config/sync-notes/2026-05-24-system-interface-readiness.md +0 -43
- package/reference/claude-config/sync-notes/2026-05-25-invitation-login-loader.md +0 -26
- package/reference/claude-config/sync-notes/2026-05-25-om-topbar-requests.md +0 -33
- package/reference/claude-config/sync-notes/2026-05-25-system-interface-profile-registry-and-substrate.md +0 -35
- package/reference/claude-config/sync-notes/2026-05-25-tenant-om-scaffold-cli.md +0 -49
- package/reference/claude-config/sync-notes/2026-05-25-vibe-operate-intent.md +0 -47
- package/reference/claude-config/sync-notes/2026-05-28-om-snapshot-sdk-workflow-config.md +0 -33
- package/reference/claude-config/sync-notes/2026-05-30-client-source-and-om-profiles.md +0 -39
- package/reference/claude-config/sync-notes/2026-06-02-knowledge-nested-group-routing.md +0 -27
- package/reference/claude-config/sync-notes/2026-06-02-nest-projects-under-platform.md +0 -45
- package/reference/claude-config/sync-notes/2026-06-03-skill-autogen-and-client-skill.md +0 -34
- package/reference/claude-config/sync-notes/2026-06-04-scaffold-registry-lane-severity.md +0 -34
- package/reference/claude-config/sync-notes/2026-06-05-appearance-app-mode-decouple.md +0 -29
- package/reference/claude-config/sync-notes/2026-06-05-ontology-endpoint-rename-and-knowledge-browser-ui.md +0 -86
- package/reference/claude-config/sync-notes/2026-06-06-om-build-systems-scaffold.md +0 -47
- package/reference/claude-config/sync-notes/2026-06-06-om-item-copy-references.md +0 -50
- package/reference/claude-config/sync-notes/2026-06-08-knowledge-base-page-not-found-fix.md +0 -76
- package/reference/claude-config/sync-notes/2026-06-09-agent-sessions-public-agent-chat-route.md +0 -75
- package/reference/claude-config/sync-notes/2026-06-09-sdk-cli-load-org-model-resolution.md +0 -42
- package/reference/claude-config/sync-notes/2026-06-12-agent-grants-visualizer-operations.md +0 -30
- package/reference/claude-config/sync-notes/2026-06-14-session-ux-and-project-cli-json.md +0 -33
- package/reference/claude-config/sync-notes/2026-06-14-shared-session-conversation-view.md +0 -26
- package/reference/claude-config/sync-notes/2026-06-15-session-chat-zero-wiring.md +0 -46
- package/reference/claude-config/sync-notes/2026-06-17-agent-session-ux-features.md +0 -34
- package/reference/claude-config/sync-notes/2026-06-25-shared-page-scroll-contract-guard.md +0 -52
- package/reference/claude-config/sync-notes/2026-06-26-leadgen-overview-om-telemetry.md +0 -47
- package/reference/claude-config/sync-notes/2026-07-21-agent-scaffold-hardening.md +0 -75
- package/reference/claude-config/sync-notes/2026-07-23-agent-session-memory.md +0 -49
- package/reference/claude-config/sync-notes/2026-07-23-workos-org-marker.md +0 -50
- package/reference/claude-config/sync-notes/2026-07-24-claude-5-models-and-session-surface-fixes.md +0 -116
- package/reference/claude-config/sync-notes/2026-07-27-agent-strict-output-and-turn-drift.md +0 -73
- package/reference/claude-config/sync-notes/2026-07-28-agent-reply-is-its-own-field.md +0 -84
- package/reference/claude-config/sync-notes/2026-07-30-login-screen-and-member-provisioning-state.md +0 -114
- package/reference/claude-config/sync-notes/2026-08-02-auth-guard-defaults-and-truncation-fix.md +0 -122
- package/reference/claude-config/sync-notes/2026-08-03-cli-gateway-errors-and-request-timeout.md +0 -120
- package/reference/claude-config/sync-notes/README.md +0 -43
- package/reference/sdk/framework/interaction-guidance.mdx +0 -182
- package/reference/sdk/framework/memory.mdx +0 -326
- package/reference/sdk/framework/resource-documentation.mdx +0 -90
- package/reference/sdk/roadmap.mdx +0 -164
|
@@ -1,156 +1,86 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Agent System
|
|
3
|
-
description:
|
|
3
|
+
description: The template's skill layer, the always-on ambient vibe classifier, the rules layer, and how project continuity is tracked through the elevasis-sdk project CLI, not files
|
|
4
4
|
loadWhen: "Configuring agent behavior or capabilities"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
The agent system is the set of files that shape how Claude Code behaves in your SDK project. It consists of
|
|
7
|
+
The agent system is the set of files that shape how Claude Code behaves in your SDK project. It consists of three parts: the skill layer (`.claude/skills/`, slash-command entry points), the rules layer (path-scoped operating context, mostly bundled with the installed `@elevasis/sdk` package), and the ambient vibe layer (an always-on natural-language intent classifier). `CLAUDE.md` carries only project identity and preferences -- session bootstrap belongs to the rules layer, not to `CLAUDE.md`.
|
|
8
8
|
|
|
9
9
|
Nothing here requires configuration. The agent reads these files at session start and adapts automatically.
|
|
10
10
|
|
|
11
|
-
## CLAUDE.md
|
|
11
|
+
## CLAUDE.md and Overview.md
|
|
12
12
|
|
|
13
|
-
`CLAUDE.md` is
|
|
13
|
+
`CLAUDE.md` is project-owned and never overwritten by sync. It routes the agent to `agent-start-here.md` for session bootstrap, points to `.claude/Overview.md` for the full skill/rule/command surface, and carries two project-specific sections: **Client Context** and **User Preferences**. These are populated by `/setup` during first-time bootstrap and are not re-written on subsequent runs.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
`.claude/Overview.md` is template-owned and replaced on every `/git-sync`. It is the authoritative routing map: skill inventory, rule inventory, project structure, stack table, and command reference. When a user asks what skills or commands are available, the agent reads this file (or runs `elevasis-sdk cli` for live capability) rather than answering from memory.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
`OPERATIONS.md` and `CONNECTIONS.md` are also project-owned and never overwritten. `OPERATIONS.md` records tenant-specific operational quirks that override generic guidance -- for example, whether this tenant even has a working dev deploy target. `CONNECTIONS.md` records production wiring values (URLs, IDs, non-secret connection facts).
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
### Session Bootstrap
|
|
20
20
|
|
|
21
|
-
-
|
|
22
|
-
- **Identity** -- Project orientation: what an Elevasis SDK project is, the developer's role, and how to adapt to non-technical users.
|
|
23
|
-
- **Navigation** -- A table mapping concepts to file paths with load conditions (when to load each file). Includes SDK reference docs, credential model, error history, `docs/project-map.mdx`, and `docs/priorities.mdx`.
|
|
24
|
-
- **Rules** -- Points to auto-loaded rule files in `.claude/rules/`. SDK patterns load automatically; project-specific patterns live in `workspace-patterns.md`. Includes error handling protocol.
|
|
25
|
-
- **Interaction Guidance** -- Per-dimension behavior rules derived from `memory/profile/skills.md`. Covers vocabulary, code completeness, explanation depth, and growth logging.
|
|
26
|
-
- **Commands** -- Table of the 4 slash commands (`/meta`, `/docs`, `/work`, `/tutorial`) with one-line purpose descriptions.
|
|
27
|
-
- **Skills** -- Auto-trigger conditions for the `creds` skill.
|
|
28
|
-
- **Maintaining Memory** -- Hierarchical structure, pruning rules, and what belongs in memory vs. `docs/` vs. `.claude/rules/`.
|
|
21
|
+
`.claude/rules/agent-start-here.md` is a thin pointer to the canonical rule body bundled with the installed SDK: `operations/node_modules/@elevasis/sdk/reference/rules/agent-start-here.md`. It is always-loaded and owns session bootstrap. The invariants it establishes:
|
|
29
22
|
|
|
30
|
-
|
|
23
|
+
- **Project context is DB-canonical.** Milestones, tasks, and resume notes are read and written only through `elevasis-sdk project:*` -- never through files. A session opens with `project:list --status active --pretty`, then `--status blocked`, and resolves "continue" or "pick up" requests with `project:work <query>`.
|
|
24
|
+
- **`OPERATIONS.md` outranks generic guidance.** Trust order: tenant `OPERATIONS.md`, then source and published package docs, then co-located boundary docs, then generated maps, then hand-authored template guidance.
|
|
25
|
+
- **Never answer "what can you do" from memory.** Skill inventory is `.claude/Overview.md`; live CLI capability is `elevasis-sdk cli`.
|
|
26
|
+
- **A missing `ui/` or `core/config/organization-model.ts` is not broken scaffolding.** Operations-only projects legitimately have neither.
|
|
31
27
|
|
|
32
|
-
|
|
28
|
+
There is no `<!-- initialized: false -->` flag and no `/meta init` flow in the current template. First-time bootstrap is the `/setup` skill (see below), which hands off to `/om` for organization-model configuration.
|
|
33
29
|
|
|
34
|
-
|
|
35
|
-
1. Read `.claude/memory/profile/skills.md` -- adapt all responses to the user's assessed skill levels (see Interaction Guidance below).
|
|
36
|
-
2. Read `.claude/memory/index.md` if it exists -- drill into relevant topic files as needed, balancing context relevance against token usage.
|
|
37
|
-
3. Check the installed `@elevasis/sdk` template version against `templateVersion` in `elevasis.config.ts`. If the SDK has a newer version, notify the user and suggest running `/meta fix`.
|
|
38
|
-
4. If `.claude/memory/` does not exist, suggest running `/meta init` to set up the project.
|
|
39
|
-
5. If the user's Platform Navigation level is none (from skills.md) and `.claude/memory/tutorial-progress.md` does not exist, suggest `/tutorial`.
|
|
40
|
-
|
|
41
|
-
## Slash Commands
|
|
30
|
+
## The Skill Layer
|
|
42
31
|
|
|
43
32
|
Skills are Markdown instruction files in `.claude/skills/`. When you type `/skill-name` in a Claude Code session, the agent reads the corresponding `SKILL.md` and follows its instructions.
|
|
44
33
|
|
|
45
|
-
The
|
|
46
|
-
|
|
47
|
-
| Skill
|
|
48
|
-
|
|
|
49
|
-
| `/
|
|
50
|
-
| `/
|
|
51
|
-
| `/
|
|
52
|
-
| `/
|
|
53
|
-
| `/
|
|
54
|
-
| `/
|
|
55
|
-
| `/
|
|
56
|
-
| `/
|
|
57
|
-
| `/
|
|
58
|
-
| `/save`
|
|
59
|
-
| `/
|
|
34
|
+
The template ships these skills, all committed to version control:
|
|
35
|
+
|
|
36
|
+
| Skill | Purpose |
|
|
37
|
+
| ----------------- | ------------------------------------------------------------------------------------------------ |
|
|
38
|
+
| `/client` | Client portfolio management -- list, resolve, inspect, and maintain client records |
|
|
39
|
+
| `/deploy` | Test, build, fix issues, then commit and push |
|
|
40
|
+
| `/dsp` | Dispatch subagents in parallel for implementation tasks |
|
|
41
|
+
| `/elevasis` | SDK operations -- check, deploy, execute, inspect, and debug resources |
|
|
42
|
+
| `/explore` | Codebase exploration anchored to project documentation |
|
|
43
|
+
| `/git-sync` | Pull latest changes, install when the dependency baseline moved, run baseline verification |
|
|
44
|
+
| `/om` | Organization Model ceremony -- read, codify, toggle, layered flow |
|
|
45
|
+
| `/project` | Portfolio- and project-level work management via `elevasis-sdk project:*` |
|
|
46
|
+
| `/run-ui` | Start the Vite UI dev server on port 4300 in the background |
|
|
47
|
+
| `/save` | Auto-manage project documentation and persist task resume context from conversation |
|
|
48
|
+
| `/setup` | First-time project setup -- placeholder replacement, deps, build verification, hand off to `/om` |
|
|
49
|
+
| `/status` | Quick project health check |
|
|
50
|
+
| `/submit-request` | Submit a structured request (bug, feature, support) to the platform |
|
|
51
|
+
| `/sync` | Fresh reinstall and cache reset after local dependency or cache drift |
|
|
52
|
+
| `/tutorial` | Persona-aware onboarding -- vibe-coder or technical track |
|
|
53
|
+
|
|
54
|
+
There is no `/meta`, `/docs`, or `/work` skill. The template's own boundary guidance splits overlapping responsibilities this way: `/project` updates or inspects shared project records, `/save` captures implementation progress and conversation-derived docs, and `/elevasis` (or the monorepo-side `/adev`) handles resource execution and debugging.
|
|
60
55
|
|
|
61
56
|
### Key Skills
|
|
62
57
|
|
|
63
|
-
**`/setup`** -- First-time project
|
|
64
|
-
|
|
65
|
-
**`/deploy`** -- Full deploy pipeline: type-check, validate resources, commit, deploy (auto-regenerates `docs/index.md` and `docs/resources.md`), verify platform, and optionally push.
|
|
66
|
-
|
|
67
|
-
**`/elevasis`** -- SDK operations entry point: `check` validates resource definitions, `deploy` bundles and uploads, `exec` runs a resource with input.
|
|
68
|
-
|
|
69
|
-
**`/work`** -- File-based task lifecycle. Creates, resumes, saves, and completes task docs in `docs/in-progress/`. It tracks in-progress work state, not project records.
|
|
70
|
-
|
|
71
|
-
**`/status`** -- Quick project health check: shows SDK version, deployed resources, last deploy date, and environment status.
|
|
72
|
-
|
|
73
|
-
**`/save`** -- Auto-manages docs from conversation context: writes or updates docs based on what was discussed in the session.
|
|
74
|
-
|
|
75
|
-
**`/explore`** -- Codebase exploration anchored to `docs/`. Reads the doc map first, then drills into source as needed.
|
|
76
|
-
|
|
77
|
-
**`/continue`** -- Resumes in-progress work by reading `docs/in-progress/` and picking up where the last session left off.
|
|
78
|
-
|
|
79
|
-
**`/project`** -- Project-management routing for milestones, tasks, notes, and status. It should call the canonical `elevasis-sdk project:*` CLI surface rather than inventing a parallel workflow.
|
|
80
|
-
|
|
81
|
-
That routing is interface-first, not a separate semantic model. `/project` should treat the SDK CLI as the operational entrypoint for the Organization OS delivery/projects contract: `deliveryManifest` in the shared UI, `PROJECTS_SYSTEM_ID` (`platform.projects`) in the organization model, and `organizationModel.delivery` for project/milestone/task status semantics.
|
|
82
|
-
|
|
83
|
-
When these command families overlap conceptually, use this boundary:
|
|
84
|
-
|
|
85
|
-
- `/project` -- update or inspect project data in the shared Projects system
|
|
86
|
-
- `/work` -- capture implementation progress and resume context in docs
|
|
87
|
-
- `/adev` -- build, debug, test, or execute resources
|
|
88
|
-
|
|
89
|
-
**`/dsp`** -- Dispatches subagents in parallel for implementation tasks that can run concurrently.
|
|
90
|
-
|
|
91
|
-
**`/sync`** -- Pulls latest changes, wipes all `node_modules` and caches, and runs a fresh reinstall.
|
|
92
|
-
|
|
93
|
-
## Developer Profile
|
|
94
|
-
|
|
95
|
-
The developer profile is stored in `.claude/memory/profile/` as a set of markdown files. It is gitignored -- personal to each developer, not shared with collaborators. Profile data lives in the memory system alongside error patterns, deployment state, and decisions.
|
|
96
|
-
|
|
97
|
-
### Onboarding Flow
|
|
98
|
-
|
|
99
|
-
Profile data is created during `/meta init`. The command runs a 6-question assessment and writes the responses to `memory/profile/`:
|
|
100
|
-
|
|
101
|
-
- **Identity & Goals (3 questions):** What the business does, what to automate, which tools are already in use.
|
|
102
|
-
- **Competency (2 questions):** Command Center familiarity (maps to `platformNavigation`), automation tool familiarity (maps to `automation`). Two additional dimensions (`apiIntegration`, `domainExpertise`) are inferred from these answers.
|
|
103
|
-
- **Communication (1 question):** Step-by-step explanations vs. concise answers.
|
|
104
|
-
|
|
105
|
-
### Profile Structure
|
|
106
|
-
|
|
107
|
-
```
|
|
108
|
-
.claude/memory/profile/
|
|
109
|
-
├── index.md # Profile summary with links to sub-files
|
|
110
|
-
├── identity.md # Organization, industry, goals, integrations
|
|
111
|
-
├── skills.md # Skill dimensions (platformNavigation, apiIntegration, automation, domainExpertise)
|
|
112
|
-
└── preferences.md # Verbosity, guidance style, interaction patterns
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
`identity.md` records the organization name, industry, size, project goals, and known tool integrations. `skills.md` stores four skill dimensions as structured values (`platformNavigation`, `apiIntegration`, `automation`, `domainExpertise`) along with a Growth Log table. See [Interaction Guidance](interaction-guidance.mdx) for the full set of per-dimension adaptation rules. `preferences.md` stores verbosity (`detailed / concise`) and proactive guidance preference.
|
|
116
|
-
|
|
117
|
-
### Auto-Update Triggers
|
|
118
|
-
|
|
119
|
-
The agent updates `memory/profile/` files when it observes:
|
|
58
|
+
**`/setup`** -- First-time project bootstrap. Detects whether the project still has template placeholders (`__PROJECT_NAME__`, `__PROJECT_SLUG__`, and similar), collects project and client identity conversationally, replaces placeholders (everything under `.claude/` is explicitly excluded from replacement), fills the `CLAUDE.md` **Client Context** and **User Preferences** sections, writes `identity.clientBrief` in the organization model, installs dependencies, verifies the build, then hands off to `/om` for full organization-model configuration. All of its writes are idempotent -- re-running `/setup` on an already-bootstrapped project skips replacement and offers to re-verify only.
|
|
120
59
|
|
|
121
|
-
|
|
122
|
-
- The user mentions new tools or integrations not in `identity.md`
|
|
123
|
-
- The user explicitly asks to change preferences
|
|
60
|
+
**`/om`** -- The only path to edits in `core/config/organization-model.ts`. Runs a snapshot-propose-confirm-write-validate-rollback ceremony rather than a direct file edit, because a change that passes TypeScript can still fail the model's Zod cross-reference validation (`resolveOrganizationModel()`).
|
|
124
61
|
|
|
125
|
-
|
|
62
|
+
**`/deploy`** -- Test, build, commit, push pipeline.
|
|
126
63
|
|
|
127
|
-
|
|
64
|
+
**`/elevasis`** -- SDK operations entry point: `check` validates resource definitions, `deploy` bundles and uploads, `exec` runs a resource with input, plus `describe`, `logs`, and `creds`.
|
|
128
65
|
|
|
129
|
-
|
|
66
|
+
**`/project`** -- Primary work-tracking entry point: portfolio orientation, intent detection (resume vs. new), and project/milestone/task/note lifecycle, all routed through the `elevasis-sdk project:*` CLI rather than files.
|
|
130
67
|
|
|
131
|
-
|
|
68
|
+
**`/git-sync`** -- Pulls the latest template changes, checks the installed `@elevasis/sdk` version against the declared range, reinstalls if the dependency baseline changed, and runs baseline verification (`ui check-types`, `ui build`, `operations check`, `operations check-types`). It stops after verifying -- it never auto-reconciles template drift or overwrites project-owned files. Release guidance is not delivered here; it ships inside the `@elevasis/sdk` reference bundle, which is always current for your installed version.
|
|
132
69
|
|
|
133
|
-
|
|
134
|
-
- **`error-handling.md`** -- Error types (`ExecutionError`, `PlatformToolError`), retry behavior.
|
|
135
|
-
- **`execution.md`** -- Worker thread model, timeouts, concurrency, org isolation.
|
|
136
|
-
- **`observability.md`** -- Logging with `context.logger`, step-level auto-logging, debugging.
|
|
137
|
-
- **`deployment.md`** -- Deploy commands, dev vs prod, version bumping, common errors.
|
|
70
|
+
**`/tutorial`** -- Persona-aware onboarding; see [Tutorial System](tutorial-system.mdx) for the full lesson breakdown.
|
|
138
71
|
|
|
139
|
-
|
|
72
|
+
## The Ambient Vibe Layer
|
|
140
73
|
|
|
141
|
-
-
|
|
142
|
-
- **`task-tracking.md`** -- Task doc conventions, injected for in-progress files.
|
|
74
|
+
External projects run an always-on natural-language intent classifier -- there is no `/vibe` command and no activation phrase. Every message is silently classified into one of seven intents (Capture, Query, Describe, Transition, Navigate, Codify, Toggle) before the agent responds. Codify and Toggle detect intent and delegate immediately to `/om`; the classifier never runs the organization-model ceremony itself. The full classifier definition and fixture tables ship with the SDK at `operations/node_modules/@elevasis/sdk/reference/rules/vibe.md`. Vibe is explicitly off inside the monorepo, which uses the task-class routing in `agent-start-here.md` instead.
|
|
143
75
|
|
|
144
|
-
|
|
76
|
+
## The Rules Layer
|
|
145
77
|
|
|
146
|
-
-
|
|
147
|
-
- **`shared-types.md`** -- Cross-runtime type conventions, injected for foundations files.
|
|
148
|
-
- **`organization-os.md`** -- Organization model and feature shell conventions.
|
|
78
|
+
`.claude/rules/` in the git-tracked template holds short pointer files with `paths:` frontmatter that Claude Code auto-loads for matching files. The authoritative rule bodies ship with the installed `@elevasis/sdk` package at `operations/node_modules/@elevasis/sdk/reference/rules/` and update whenever the SDK dependency is bumped. Rules include `agent-start-here.md` (always-loaded), `vibe.md` (always-loaded), `organization-os.md`, `deployment.md`, `error-handling.md`, `execution.md`, `frontend.md`, `observability.md`, `operations.md`, `organization-model.md`, `platform.md`, `shared-types.md`, `task-tracking.md`, `ui.md`, and `active-change-index.md` (which flags areas under active platform change).
|
|
149
79
|
|
|
150
|
-
##
|
|
80
|
+
## Template Version Tracking
|
|
151
81
|
|
|
152
|
-
The `
|
|
82
|
+
The scaffold's version marker is `templateVersion` in the project-root `.elevasis` file (a flat YAML-like marker file, not `elevasis.config.ts`). `elevasis.config.ts` (`operations/elevasis.config.ts`) only accepts `defaultStatus` and `dev.port` -- it has no version field. To pull a template update, run `/git-sync`, not `/meta fix` (which does not exist in this template).
|
|
153
83
|
|
|
154
84
|
---
|
|
155
85
|
|
|
156
|
-
**Last Updated:** 2026-
|
|
86
|
+
**Last Updated:** 2026-08-06
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Development Framework
|
|
3
|
-
description: The
|
|
3
|
+
description: The template ships an agent operating environment alongside your code -- always-loaded rules, slash-command skills, a two-track tutorial, and a small gitignored memory surface
|
|
4
4
|
loadWhen: "Understanding the agent framework structure"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
Your Elevasis SDK project ships with more than code. It builds
|
|
7
|
+
Your Elevasis SDK project ships with more than code. It builds an agent operating environment around Claude Code as the primary interface. Most external SDK developers are non-technical -- they write workflows through conversation, not by reading API docs. The framework gives the agent everything it needs to guide those users effectively from the first session onward.
|
|
8
8
|
|
|
9
|
-
The framework lives entirely in `.claude/`. It is never deployed and never
|
|
9
|
+
The framework lives entirely in `.claude/`. It is never deployed and never bundled into `operations/dist/`.
|
|
10
10
|
|
|
11
11
|
## What Ships With Your Project
|
|
12
12
|
|
|
@@ -14,98 +14,79 @@ Your Elevasis SDK project includes the following agent infrastructure alongside
|
|
|
14
14
|
|
|
15
15
|
```
|
|
16
16
|
.claude/
|
|
17
|
-
├──
|
|
17
|
+
├── Overview.md # Routing map: skills, rules, hooks, project structure, stack, commands
|
|
18
|
+
├── settings.json # Hook registrations (PostToolUse, PostToolUseFailure) + statusline command
|
|
18
19
|
├── hooks/
|
|
19
|
-
│ ├── post-edit-validate.mjs
|
|
20
|
-
│
|
|
20
|
+
│ ├── post-edit-validate.mjs # Formatting/type-check hook (after Write/Edit/MultiEdit)
|
|
21
|
+
│ ├── scaffold-registry-reminder.mjs # Reminds about generated-file regeneration
|
|
22
|
+
│ └── tool-failure-recovery.mjs # Error recovery hook (after Bash failures)
|
|
21
23
|
├── skills/
|
|
22
|
-
│ ├──
|
|
23
|
-
│ ├──
|
|
24
|
-
│ ├──
|
|
25
|
-
│ ├──
|
|
26
|
-
│ ├──
|
|
27
|
-
│
|
|
28
|
-
├──
|
|
29
|
-
│
|
|
24
|
+
│ ├── client/SKILL.md # Client portfolio management
|
|
25
|
+
│ ├── deploy/SKILL.md # Test, build, commit, push pipeline
|
|
26
|
+
│ ├── dsp/SKILL.md # Parallel agent dispatch
|
|
27
|
+
│ ├── elevasis/SKILL.md # SDK operations -- check, deploy, exec, describe, logs, creds
|
|
28
|
+
│ ├── explore/SKILL.md # Codebase exploration anchored to docs
|
|
29
|
+
│ ├── git-sync/SKILL.md # Pull latest, install when the baseline moved, baseline-verify
|
|
30
|
+
│ ├── om/SKILL.md # Organization Model read/codify/toggle ceremony
|
|
31
|
+
│ ├── project/SKILL.md # Project/milestone/task/note lifecycle via elevasis-sdk project:*
|
|
32
|
+
│ ├── run-ui/SKILL.md # Start the Vite dev server on port 4300
|
|
33
|
+
│ ├── save/SKILL.md # Conversation fanout -- docs, task resume context, notes
|
|
34
|
+
│ ├── setup/SKILL.md # First-time project bootstrap, then hands off to /om
|
|
35
|
+
│ ├── status/SKILL.md # Quick project health check
|
|
36
|
+
│ ├── submit-request/SKILL.md # Submit a structured request to the Elevasis platform
|
|
37
|
+
│ ├── sync/SKILL.md # Fresh reinstall and cache reset
|
|
38
|
+
│ └── tutorial/SKILL.md # Two-track onboarding (vibe-coder / technical)
|
|
39
|
+
├── registries/ # Scaffold, skill-coverage, and knowledge registry data
|
|
30
40
|
└── rules/
|
|
31
|
-
├──
|
|
32
|
-
├──
|
|
33
|
-
|
|
34
|
-
├── platform.md # Platform tool patterns
|
|
35
|
-
├── error-handling.md # Error handling patterns
|
|
36
|
-
└── workspace-patterns.md # Project-specific patterns (grows over time)
|
|
41
|
+
├── agent-start-here.md # Session bootstrap pointer, task-class routing, boundary resolution
|
|
42
|
+
├── vibe.md # Ambient intent classifier (always on in external projects)
|
|
43
|
+
└── ... # Thin pointers to the bundled rule bodies (see below)
|
|
37
44
|
```
|
|
38
45
|
|
|
39
|
-
|
|
46
|
+
`.claude/Overview.md` is the authoritative routing map for this directory -- read it first. It is template-owned and replaced on every sync; project-specific facts live in `CLAUDE.md` (never overwritten) and tenant operational quirks live in `OPERATIONS.md` (also never overwritten).
|
|
40
47
|
|
|
41
|
-
|
|
48
|
+
The rule _bodies_ referenced by `.claude/rules/*.md` ship with the installed `@elevasis/sdk` package, not the git-tracked template: `operations/node_modules/@elevasis/sdk/reference/rules/`. The local `.claude/rules/` files are short pointers with `paths:` frontmatter that Claude Code auto-loads; the full content lives in the installed package and updates whenever you bump `@elevasis/sdk`.
|
|
49
|
+
|
|
50
|
+
`.claude/memory/` is not part of the scaffold -- it does not ship with the template and is gitignored. It is created at runtime the first time a skill needs to persist state (for example, `/tutorial` creates `.claude/memory/profile.md` on first invocation). It is personal to each developer and not shared with collaborators.
|
|
42
51
|
|
|
43
52
|
## Why It Works This Way
|
|
44
53
|
|
|
45
54
|
The agent needs three things to guide a non-technical developer well:
|
|
46
55
|
|
|
47
|
-
- **
|
|
48
|
-
- **What has happened in this project** -- deployment state
|
|
49
|
-
- **How to behave** --
|
|
50
|
-
|
|
51
|
-
The agent reads `memory/index.md` at session start and drills into `memory/profile/skills.md` for adaptive behavior. It adjusts its tone, explanation depth, and proactivity based on what it finds. This happens silently -- the developer sees a helpful response, not a loading message.
|
|
56
|
+
- **Session orientation** -- `agent-start-here.md` is the canonical first-read: it establishes that project context (milestones, tasks, resume notes) is DB-canonical through `elevasis-sdk project:*`, not files, and that a tenant's own `OPERATIONS.md` outranks generic guidance.
|
|
57
|
+
- **What has happened in this project** -- deployment state and architectural facts live in `OPERATIONS.md` and `CONNECTIONS.md` (both tenant-owned, never overwritten by sync), plus whatever the agent has written to the gitignored `.claude/memory/`.
|
|
58
|
+
- **How to behave** -- the ambient vibe layer (see [Agent System](agent.mdx)) classifies every natural-language message into an intent before the agent responds, and the `/tutorial` track choice in `.claude/memory/profile.md` shapes vocabulary and tone project-wide once set.
|
|
52
59
|
|
|
53
60
|
## The Framework Components
|
|
54
61
|
|
|
55
62
|
### Agent System
|
|
56
63
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
The `/meta` command manages the project lifecycle: `/meta init` for guided setup, `/meta fix` for SDK upgrades, drift repair, and documentation verification, `/meta deploy` for deployments, `/meta health` for debugging executions. `/docs` browses, creates, and verifies permanent documentation in `docs/`. `/work` tracks tasks across sessions, and `/tutorial` guides new developers through a menu-driven multi-track learning path. A `creds` skill auto-triggers when credential setup is needed.
|
|
60
|
-
|
|
61
|
-
See [Agent System](agent.mdx) for CLAUDE.md sections, slash command reference, developer profile, and adaptive guidance tiers.
|
|
62
|
-
|
|
63
|
-
### Memory System
|
|
64
|
-
|
|
65
|
-
The `memory/` directory follows a hierarchical index tree pattern: a root `index.md` maps to topic files and subdirectories, each subdirectory has its own index. The agent reads only the root index at session start and drills into detail files on demand. The `memory/profile/` subdirectory is seeded by `/meta init` during guided setup; other topics are created by the agent as needed.
|
|
64
|
+
`CLAUDE.md` is project-owned and carries identity and preferences only -- it deliberately has no session-bootstrap procedure, because `.claude/rules/agent-start-here.md` owns that. `.claude/Overview.md` is the template-owned routing map for skills, rules, hooks, project structure, stack, and commands.
|
|
66
65
|
|
|
67
|
-
|
|
66
|
+
The skill layer covers the full development loop: `/setup` for first-time bootstrap, `/om` for organization-model edits, `/project` for portfolio and task work, `/elevasis` for SDK operations, `/deploy` for the test-build-commit-push pipeline, `/git-sync` for pulling template updates, and more. There is no `/meta`, `/docs`, or `/work` skill in the current template.
|
|
68
67
|
|
|
69
|
-
See [
|
|
68
|
+
See [Agent System](agent.mdx) for the full skill inventory, the ambient vibe layer, and the session-bootstrap sequence.
|
|
70
69
|
|
|
71
70
|
### Project Structure
|
|
72
71
|
|
|
73
|
-
The scaffolded project separates concerns clearly: `operations/` for executable resources, `core/` for shared contracts and Organization Model configuration, `ui/` for the shell,
|
|
74
|
-
|
|
75
|
-
See [Project Structure](project-structure.mdx) for a file-by-file walkthrough of the scaffolded project.
|
|
76
|
-
|
|
77
|
-
## Adaptive Guidance
|
|
78
|
-
|
|
79
|
-
The agent adapts its communication based on four independent skill dimensions stored in `memory/profile/skills.md`:
|
|
80
|
-
|
|
81
|
-
| Dimension | Levels | Assessment |
|
|
82
|
-
| ------------------- | ----------------------------- | -------------------------------- |
|
|
83
|
-
| Platform Navigation | none / oriented / comfortable | Direct question |
|
|
84
|
-
| API & Integration | none / basic / proficient | Inferred from automation + tools |
|
|
85
|
-
| Automation Concepts | none / low-code / custom | Direct question |
|
|
86
|
-
| Domain Expertise | high / low | Inferred from identity answers |
|
|
87
|
-
|
|
88
|
-
Each dimension has its own adaptation rules in the [Interaction Guidance](interaction-guidance.mdx) reference. A user who has deep Zapier experience (automation: low-code) but has never called an API directly (apiIntegration: none) will get credential walkthroughs every time while having automation concepts treated as familiar ground.
|
|
72
|
+
The scaffolded project separates concerns clearly: `operations/` for executable resources, `core/` for shared contracts and Organization Model configuration, `ui/` for the shell, and `.claude/` for agent infrastructure. There is no top-level `docs/` directory in the current template -- documentation content is not part of the deploy path.
|
|
89
73
|
|
|
90
|
-
|
|
74
|
+
See [Project Structure](project-structure.mdx) for a directory-by-directory walkthrough of the scaffolded project.
|
|
91
75
|
|
|
92
|
-
|
|
76
|
+
### Onboarding
|
|
93
77
|
|
|
94
|
-
|
|
78
|
+
`/tutorial` forks into a vibe-coder track (8 lessons, zero technical vocabulary) or a technical track (19 lessons across 5 sections, code-first) on first invocation, asking a single gate question. The choice persists to `.claude/memory/profile.md` and shapes agent tone project-wide, not just inside `/tutorial`.
|
|
95
79
|
|
|
96
|
-
|
|
80
|
+
See [Tutorial System](tutorial-system.mdx) for the full lesson breakdown, track persistence, and switching behavior.
|
|
97
81
|
|
|
98
82
|
---
|
|
99
83
|
|
|
100
84
|
## Documentation
|
|
101
85
|
|
|
102
|
-
- [Project Structure](project-structure.mdx) -
|
|
103
|
-
- [Agent System](agent.mdx) -
|
|
104
|
-
- [
|
|
105
|
-
- [Interaction Guidance](interaction-guidance.mdx) - Dimensional adaptation rules per skill axis with growth tracking protocol
|
|
106
|
-
- [Tutorial System](tutorial-system.mdx) - Two-track onboarding (8 vibe-coder + 19 technical lessons), skill-adaptive lesson variants, and progress tracking
|
|
107
|
-
- [Resource Documentation](resource-documentation.mdx) - Docs directory structure, frontmatter schema, size limits, deploy behavior, and /docs command reference
|
|
86
|
+
- [Project Structure](project-structure.mdx) - Directory-by-directory walkthrough of the scaffolded project
|
|
87
|
+
- [Agent System](agent.mdx) - Skill inventory, rules layer, ambient vibe classifier, and session bootstrap
|
|
88
|
+
- [Tutorial System](tutorial-system.mdx) - Two-track onboarding (8 vibe-coder + 19 technical lessons), track persistence, and progress tracking
|
|
108
89
|
|
|
109
90
|
---
|
|
110
91
|
|
|
111
|
-
**Last Updated:** 2026-
|
|
92
|
+
**Last Updated:** 2026-08-06
|