mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-06 15:14:08 +00:00
## What and why Make skills created through Company Brain visible in the existing Settings catalog without a manual reload. The UI labels Slack-originated skills and refreshes the catalog while the Settings page is open. ```mermaid flowchart LR A[Slack approval] --> B[Company Brain skill catalog] B --> C[Skills API query] C --> D[Settings Skills list] D --> E[Created by Company Brain label] ``` ## Validation - `bunx biome check apps/web/components/settings/company-brain-skills.tsx apps/web/components/settings/company-brain-skills/domain.ts apps/web/components/settings/company-brain-skills/skill-row.tsx apps/web/hooks/use-brain-skills.impl.ts` — passed ## Impact Settings polling refreshes every 15 seconds and on window focus. It does not change the Nova/browser chat workflow or create skills from that surface. |
||
|---|---|---|
| .. | ||
| use-account-settings.ts | ||
| use-brain-models.ts | ||
| use-brain-settings.ts | ||
| use-brain-skills.impl.ts | ||
| use-brain-skills.ts | ||
| use-brain-trial.ts | ||
| use-company-brain.ts | ||
| use-connection-health.ts | ||
| use-connector-access.ts | ||
| use-container-tags.ts | ||
| use-delete-organization.ts | ||
| use-digests.ts | ||
| use-document-mutations.ts | ||
| use-full-document.ts | ||
| use-inferred-memories.ts | ||
| use-org-member-role.ts | ||
| use-org-settings.ts | ||
| use-org-summaries.ts | ||
| use-personalization.ts | ||
| use-plugin-space-meta.ts | ||
| use-processing-documents.ts | ||
| use-project-mutations.ts | ||
| use-research-status.ts | ||
| use-reset-organization.ts | ||
| use-space-context.ts | ||
| use-space-profile.ts | ||
| use-sync-runs.ts | ||
| use-token-usage.ts | ||
| use-trigger-sync.ts | ||