sinapse-ai 1.12.2 → 1.13.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/.claude/CLAUDE.md +2 -2
- package/.claude/rules/agent-memory-imports.md +2 -0
- package/.sinapse-ai/cli/commands/pro/index.js +8 -48
- package/.sinapse-ai/constitution.md +6 -2
- package/.sinapse-ai/data/entity-registry.yaml +12 -36
- package/.sinapse-ai/development/agents/architect/MEMORY.md +35 -0
- package/.sinapse-ai/development/agents/data-engineer/MEMORY.md +38 -0
- package/.sinapse-ai/development/agents/developer/MEMORY.md +36 -0
- package/.sinapse-ai/development/agents/devops/MEMORY.md +39 -0
- package/.sinapse-ai/development/agents/product-lead/MEMORY.md +36 -0
- package/.sinapse-ai/development/agents/project-lead/MEMORY.md +36 -0
- package/.sinapse-ai/development/agents/quality-gate/MEMORY.md +35 -0
- package/.sinapse-ai/development/agents/sprint-lead/MEMORY.md +36 -0
- package/.sinapse-ai/development/templates/chrome-brain/knowledge-base/chrome-brain.md +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +15 -0
- package/.sinapse-ai/infrastructure/scripts/validate-agents.js +159 -8
- package/.sinapse-ai/install-manifest.yaml +12 -148
- package/AGENTS.md +13 -2
- package/CHANGELOG.md +122 -2
- package/README.en.md +1 -1
- package/README.md +6 -26
- package/bin/cli.js +2 -7
- package/bin/commands/install.js +19 -257
- package/bin/commands/update.js +18 -78
- package/bin/lib/command-generator.js +261 -0
- package/bin/lib/prompts.js +2 -65
- package/bin/modules/chrome-brain-installer.js +2 -1
- package/bin/postinstall.js +6 -6
- package/docs/getting-started.md +0 -1
- package/docs/pt/getting-started.md +1 -1
- package/docs/security/dependabot-triage.md +17 -17
- package/package.json +6 -3
- package/packages/installer/src/wizard/i18n.js +3 -204
- package/packages/installer/src/wizard/index.js +1 -1
- package/packages/installer/src/wizard/questions.js +5 -368
- package/packages/installer/src/wizard/wizard.js +0 -9
- package/scripts/generate-install-manifest.js +6 -0
- package/scripts/validate-changelog-tags.js +97 -0
- package/scripts/validate-no-personal-leaks.js +184 -28
- package/scripts/validate-schemas.js +55 -10
- package/scripts/validate-story-meta.js +25 -12
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +1 -1
- package/squads/claude-code-mastery/agents/hooks-architect.md +12 -20
- package/squads/claude-code-mastery/tasks/audit-setup.md +1 -1
- package/squads/squad-product/agents/product-orqx.md +0 -1
- package/squads/squad-product/agents/ps-client-product-manager.md +0 -1
- package/squads/squad-product/agents/ps-delivery-manager.md +0 -1
- package/squads/squad-product/agents/ps-discovery-lead.md +0 -1
- package/squads/squad-product/agents/ps-product-analyst.md +0 -1
- package/squads/squad-product/agents/ps-product-ops-specialist.md +0 -1
- package/squads/squad-product/agents/ps-product-strategist.md +0 -1
- package/.sinapse-ai/core/grounding/README.md +0 -83
- package/.sinapse-ai/core/grounding/brand.cjs +0 -29
- package/.sinapse-ai/core/grounding/config-loader.cjs +0 -52
- package/.sinapse-ai/core/grounding/design-system.cjs +0 -29
- package/.sinapse-ai/core/grounding/vault.cjs +0 -36
- package/.sinapse-ai/development/scripts/approval-workflow.js +0 -643
- package/.sinapse-ai/development/scripts/backup-manager.js +0 -607
- package/.sinapse-ai/development/scripts/branch-manager.js +0 -390
- package/.sinapse-ai/development/scripts/code-quality-improver.js +0 -1329
- package/.sinapse-ai/development/scripts/commit-message-generator.js +0 -850
- package/.sinapse-ai/development/scripts/conflict-resolver.js +0 -675
- package/.sinapse-ai/development/scripts/dependency-analyzer.js +0 -638
- package/.sinapse-ai/development/scripts/diff-generator.js +0 -352
- package/.sinapse-ai/development/scripts/git-wrapper.js +0 -462
- package/.sinapse-ai/development/scripts/modification-validator.js +0 -555
- package/.sinapse-ai/development/scripts/performance-analyzer.js +0 -758
- package/.sinapse-ai/development/scripts/refactoring-suggester.js +0 -1148
- package/.sinapse-ai/development/scripts/rollback-handler.js +0 -531
- package/.sinapse-ai/development/scripts/security-checker.js +0 -359
- package/.sinapse-ai/development/scripts/template-engine.js +0 -240
- package/.sinapse-ai/development/scripts/template-validator.js +0 -279
- package/.sinapse-ai/development/scripts/test-generator.js +0 -844
- package/.sinapse-ai/development/scripts/transaction-manager.js +0 -590
- package/.sinapse-ai/development/scripts/yaml-validator.js +0 -397
- package/.sinapse-ai/hooks/sinapse-brand-grounding.cjs +0 -162
- package/.sinapse-ai/hooks/sinapse-ds-grounding.cjs +0 -211
- package/.sinapse-ai/hooks/sinapse-vault-grounding.cjs +0 -194
- package/bin/lib/register-grounding-hooks.js +0 -145
- package/docs/guides/agents/traces/execution-traces.zip +0 -0
- package/docs/guides/grounding-setup.md +0 -154
- package/docs/guides/workflows/SINAPSE-WORKFLOWS.zip +0 -0
- package/packages/installer/src/pro/pro-scaffolder.js +0 -449
- package/packages/installer/src/wizard/grounding-config.js +0 -131
- package/packages/installer/src/wizard/pro-setup.js +0 -1439
- package/packages/installer/templates/README.md +0 -16
- package/packages/installer/templates/brand-routing.example.json +0 -12
- package/packages/installer/templates/ds-routing.example.json +0 -12
- package/packages/installer/templates/vault-routing.example.json +0 -12
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Installer Templates
|
|
2
|
-
|
|
3
|
-
Generic example configurations for SINAPSE-AI features that ship with the
|
|
4
|
-
framework. Users can copy these as starting points when configuring
|
|
5
|
-
manually instead of re-running the wizard.
|
|
6
|
-
|
|
7
|
-
| Template | Used by | Story |
|
|
8
|
-
|----------|---------|-------|
|
|
9
|
-
| `vault-routing.example.json` | Vault grounding hook | 10.47 |
|
|
10
|
-
| `ds-routing.example.json` | Design-system grounding hook | 10.47 |
|
|
11
|
-
| `brand-routing.example.json` | Brand grounding hook | 10.47 |
|
|
12
|
-
|
|
13
|
-
The interactive wizard (`npx sinapse-ai install`) writes the equivalent
|
|
14
|
-
config to `~/.claude/sinapse-ai-config.yaml` automatically. These JSON
|
|
15
|
-
templates exist as additional documentation: minimal, comment-rich, and
|
|
16
|
-
**generic** (no SINAPSE-specific paths).
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://sinapse-ai.dev/schemas/grounding-brand-v1.json",
|
|
3
|
-
"_comment": "Generic example for brand grounding (Story 10.47). Copy fields into ~/.claude/sinapse-ai-config.yaml under grounding.brand — or run `npx sinapse-ai install --reconfigure`.",
|
|
4
|
-
"version": "1",
|
|
5
|
-
"brand": {
|
|
6
|
-
"enabled": true,
|
|
7
|
-
"_comment_profileName": "Friendly name shown in agent context. Free-form string.",
|
|
8
|
-
"profileName": "my-brand",
|
|
9
|
-
"_comment_brandbookPath": "Absolute path to your brandbook (PDF, markdown directory, or single .md file). Used to inject positioning, MVV, tone-of-voice into agent context.",
|
|
10
|
-
"brandbookPath": "/absolute/path/to/your/brandbook"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://sinapse-ai.dev/schemas/grounding-design-system-v1.json",
|
|
3
|
-
"_comment": "Generic example for design-system grounding (Story 10.47). Copy fields into ~/.claude/sinapse-ai-config.yaml under grounding.designSystem — or run `npx sinapse-ai install --reconfigure`.",
|
|
4
|
-
"version": "1",
|
|
5
|
-
"designSystem": {
|
|
6
|
-
"enabled": true,
|
|
7
|
-
"_comment_profileName": "Friendly name shown in agent context. Free-form string.",
|
|
8
|
-
"profileName": "my-product-ds",
|
|
9
|
-
"_comment_rootPath": "Absolute path to the root of your design-system source-of-truth (Figma export, code repo, brand site, etc.).",
|
|
10
|
-
"rootPath": "/absolute/path/to/your/design-system"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://sinapse-ai.dev/schemas/grounding-vault-v1.json",
|
|
3
|
-
"_comment": "Generic example for vault grounding (Story 10.47). Copy fields into ~/.claude/sinapse-ai-config.yaml under grounding.vault — or just run `npx sinapse-ai install --reconfigure` and the wizard handles it.",
|
|
4
|
-
"version": "1",
|
|
5
|
-
"vault": {
|
|
6
|
-
"enabled": true,
|
|
7
|
-
"_comment_path": "Absolute path to the root of your notes vault. Any flat-markdown layout works.",
|
|
8
|
-
"path": "/absolute/path/to/your/vault",
|
|
9
|
-
"_comment_domains": "Optional filter — only inject notes tagged with these domains. Leave empty to allow all.",
|
|
10
|
-
"domains": []
|
|
11
|
-
}
|
|
12
|
-
}
|