@@ -385,6 +385,17 @@ modules:
385385 - name : fc-rum
386386 paths : [controller/application, logic/application, types]
387387
388+ rum/data :
389+ priority : 305
390+ tag_en : " Data query"
391+ tag_zh : " RUM 数据查询"
392+ icon : " chart-line"
393+ path_prefixes : [/rum/data]
394+ providers : [rum]
395+ repos :
396+ - name : fc-rum
397+ paths : [controller/data, logic/data, types]
398+
388399 rum/issue :
389400 priority : 310
390401 tag_en : " Issues"
@@ -423,11 +434,11 @@ modules:
423434 tag_en : " Facets"
424435 tag_zh : " RUM 自定义字段"
425436 icon : " filter"
426- path_prefixes : [/rum/facet]
437+ path_prefixes : [/rum/facet, /rum/field ]
427438 providers : [rum]
428439 repos :
429440 - name : fc-rum
430- paths : [controller/facet, logic/facet, types]
441+ paths : [controller/facet, controller/field, logic/facet, logic/field , types]
431442
432443 rum/sourcemap :
433444 priority : 350
@@ -543,10 +554,68 @@ modules:
543554 path_prefixes : [/push, /kv, /onboarding]
544555 providers : [pgy]
545556
557+ safari/session :
558+ priority : 580
559+ tag_en : " Sessions"
560+ tag_zh : " 会话"
561+ icon : " comments"
562+ path_prefixes : [/safari/session]
563+ providers : [safari]
564+ repos :
565+ - name : fc-safari
566+ paths : [cmd/api/sessions, logic/session, types]
567+
568+ safari/automation :
569+ priority : 590
570+ tag_en : " Automations"
571+ tag_zh : " 自动化"
572+ icon : " clock"
573+ path_prefixes :
574+ - /safari/automation/rule
575+ - /safari/automation/template
576+ - /safari/automation/run
577+ providers : [safari]
578+ repos :
579+ - name : fc-safari
580+ paths : [cmd/api/automation, logic/automation, model/automation, types]
581+
582+ safari/skill :
583+ priority : 600
584+ tag_en : " Skills"
585+ tag_zh : " 技能"
586+ icon : " wand-magic-sparkles"
587+ path_prefixes : [/safari/skill]
588+ providers : [safari]
589+ repos :
590+ - name : fc-safari
591+ paths : [cmd/api/skills, logic/skill, types]
592+
593+ safari/mcp :
594+ priority : 610
595+ tag_en : " MCP servers"
596+ tag_zh : " MCP 服务器"
597+ icon : " plug"
598+ path_prefixes : [/safari/mcp]
599+ providers : [safari]
600+ repos :
601+ - name : fc-safari
602+ paths : [cmd/api/mcp, logic/mcp, types]
603+
604+ safari/a2a-agent :
605+ priority : 620
606+ tag_en : " A2A agents"
607+ tag_zh : " A2A 智能体"
608+ icon : " robot"
609+ path_prefixes : [/safari/a2a-agent]
610+ providers : [safari]
611+ repos :
612+ - name : fc-safari
613+ paths : [cmd/api/a2a, logic/a2a, types]
614+
546615 _internal/safari :
547616 hidden : true
548- reason : " AI agent (fc-safari) — separate product surface, not part of the public Flashduty API ."
549- path_prefixes : [/safari, / copilot, /ai]
617+ reason : " Internal AI agent routes that remain non-public or are not yet published ."
618+ path_prefixes : [/copilot, /ai]
550619 providers : [safari, event]
551620
552621 _internal/echo :
@@ -571,4 +640,3 @@ modules:
571640 reason : " Small unfinished surfaces; revisit when stable."
572641 path_prefixes : [/collab, /change, /onboarding]
573642 providers : [event, pgy]
574-
0 commit comments