mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +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. |
||
|---|---|---|
| .. | ||
| company-brain-skills | ||
| account.tsx | ||
| billing.tsx | ||
| cancel-reasons.ts | ||
| company-brain-automations.tsx | ||
| company-brain-connections.tsx | ||
| company-brain-models.tsx | ||
| company-brain-proactivity.tsx | ||
| company-brain-skills.tsx | ||
| connections-mcp.tsx | ||
| integrations.tsx | ||
| org-context.tsx | ||
| proactiveness-icon.tsx | ||
| proactiveness.tsx | ||
| settings-content.tsx | ||
| settings-modal.tsx | ||
| settings-org-switcher.tsx | ||
| support.tsx | ||
| sync-history-panel.tsx | ||
| sync-status-badge.tsx | ||
| sync-utils.ts | ||
| workspace-prompt.tsx | ||