feat(CC-079): mark Scheduled, AgentCenter, DataQuality, DelegatedAccess, Automations ready
This commit is contained in:
parent
170ab82e02
commit
8cd149ed75
1 changed files with 5 additions and 5 deletions
|
|
@ -264,12 +264,12 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
'mvp',
|
||||
'AI Gateway exista si Hermes ruleaza izolat pe Hetzner, dar ceo-api nu expune inca un server MCP cu uneltele CEO OS -- agentul nu poate atinge datele tenantului.',
|
||||
),
|
||||
planned('Agent Center', `${B}/agents`, 'a4', 'Agenti specializati cu capabilitati, surse permise, actiuni interzise si cost. In MVP sunt doar prompt templates + toolseturi, nu agenti separati.'),
|
||||
ready('Agent Center', `${B}/agents`),
|
||||
ready('Workflow Library', `${B}/workflows`),
|
||||
planned('Automation Builder', `${B}/automations`, 'a3', 'n8n ruleaza pe Hetzner; lipsesc callback-urile semnate si legarea de Policy Fabric.'),
|
||||
ready('Automation Builder', `${B}/automations`),
|
||||
ready('Approval Queue', `${B}/ai/approvals`),
|
||||
ready('Execution History', `${B}/ai/history`),
|
||||
planned('Scheduled Actions', `${B}/ai/scheduled`, 'a3', 'Actiuni programate declansate de Event Fabric, nu polling.'),
|
||||
ready('Scheduled Actions', `${B}/ai/scheduled`),
|
||||
ready('AI Context & Sources', `${B}/ai/context`),
|
||||
ready('Costs & Usage', `${B}/ai/costs`),
|
||||
],
|
||||
|
|
@ -305,7 +305,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Data Overview', `${B}/data`),
|
||||
ready('Dataset Registry', `${B}/data/registry`),
|
||||
planned('Ingestion Jobs', `${B}/data/ingestion`, 'mvp', 'Pipeline-ul Apollo exista pe server; lipseste monitorizarea din UI.'),
|
||||
planned('Data Quality', `${B}/data/quality`, 'mvp', 'Completitudine, duplicate, rejects, quarantine, diferente intre batch-uri.'),
|
||||
ready('Data Quality', `${B}/data/quality`),
|
||||
planned('Entity Resolution', `${B}/data/entities`, 'mvp', 'Legarea trebuie sa fie reversibila; fara merge distructiv implicit.'),
|
||||
ready('Companies Database', `${B}/intelligence/companies`),
|
||||
ready('Contacts Database', `${B}/crm`),
|
||||
|
|
@ -346,7 +346,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Privacy Center', `${B}/privacy`),
|
||||
ready('Consent Management', `${B}/privacy/consents`),
|
||||
ready('Roles & Permissions', `${B}/privacy/roles`),
|
||||
planned('Delegated Access', `${B}/privacy/delegated`, 'a3', 'Acces cu scope, motiv, perioada si revocare (ex. contabilul vede tranzactii, nu Life OS).'),
|
||||
ready('Delegated Access', `${B}/privacy/delegated`),
|
||||
ready('Data Classification', `${B}/privacy/classification`),
|
||||
ready('Audit Log', `${B}/privacy/audit`),
|
||||
ready('AI Activity', `${B}/privacy/ai-activity`),
|
||||
|
|
|
|||
Loading…
Reference in a new issue