@rubytech/create-maxy-code 0.1.495 → 0.1.497
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/package.json +1 -1
- package/payload/platform/docs/superpowers/plans/2026-07-24-task-1942-subaccount-switcher-brand-head.md +327 -0
- package/payload/platform/docs/superpowers/specs/2026-07-24-task-1942-subaccount-switcher-brand-head-design.md +35 -0
- package/payload/platform/plugins/admin/skills/insight/SKILL.md +1 -1
- package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +36 -11
- package/payload/platform/plugins/docs/references/admin-ui.md +30 -9
- package/payload/platform/plugins/docs/references/outlook-guide.md +5 -1
- package/payload/platform/plugins/memory/references/schema-estate-agent.md +1 -1
- package/payload/platform/plugins/outlook/.claude-plugin/plugin.json +1 -1
- package/payload/platform/plugins/outlook/PLUGIN.md +6 -2
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/dispatch-grouping.test.d.ts +2 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/dispatch-grouping.test.d.ts.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/dispatch-grouping.test.js +54 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/dispatch-grouping.test.js.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/fetch-body-fromname.test.d.ts +2 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/fetch-body-fromname.test.d.ts.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/fetch-body-fromname.test.js +19 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/fetch-body-fromname.test.js.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/mail-ingest-decisions.test.d.ts +2 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/mail-ingest-decisions.test.d.ts.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/mail-ingest-decisions.test.js +20 -0
- package/payload/platform/plugins/outlook/mcp/dist/__tests__/mail-ingest-decisions.test.js.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/index.js +21 -0
- package/payload/platform/plugins/outlook/mcp/dist/index.js.map +1 -1
- package/payload/platform/plugins/outlook/mcp/dist/lib/conversation-archive-dispatch.d.ts +40 -0
- package/payload/platform/plugins/outlook/mcp/dist/lib/conversation-archive-dispatch.d.ts.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/lib/conversation-archive-dispatch.js +143 -0
- package/payload/platform/plugins/outlook/mcp/dist/lib/conversation-archive-dispatch.js.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/outlook/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/lib/neo4j.js +44 -0
- package/payload/platform/plugins/outlook/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-fetch-body.d.ts +14 -0
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-fetch-body.d.ts.map +1 -1
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-fetch-body.js +13 -1
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-fetch-body.js.map +1 -1
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-ingest.d.ts +27 -0
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-ingest.d.ts.map +1 -0
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-ingest.js +69 -0
- package/payload/platform/plugins/outlook/mcp/dist/tools/mail-ingest.js.map +1 -0
- package/payload/platform/plugins/outlook/mcp/package.json +1 -0
- package/payload/platform/plugins/outlook/references/graph-surfaces.md +10 -1
- package/payload/platform/plugins/outlook/skills/outlook/SKILL.md +4 -0
- package/payload/platform/plugins/outlook/skills/outlook-mail-ingest/SKILL.md +85 -0
- package/payload/platform/scripts/__tests__/account-schema-owned-dirs.test.sh +51 -7
- package/payload/platform/scripts/__tests__/provision-role-stamp.test.sh +4 -1
- package/payload/platform/scripts/lib/account-schema-owned-dirs.py +13 -1
- package/payload/platform/scripts/lib/account-schema-owned-dirs.sh +23 -1
- package/payload/platform/scripts/lib/provision-account-dir.sh +5 -0
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js +1 -0
- package/payload/platform/services/claude-session-manager/dist/canonical-tool-names.generated.js.map +1 -1
- package/payload/platform/templates/specialists/agents/personal-assistant.md +1 -1
- package/payload/server/public/activity.html +5 -5
- package/payload/server/public/assets/{AdminLoginScreens-DgVFsHtd.js → AdminLoginScreens-BXDYzNbq.js} +1 -1
- package/payload/server/public/assets/AdminShell-CiTHCp5t.js +2 -0
- package/payload/server/public/assets/{activity-2DL2DwLr.js → activity-cVe5ZnG7.js} +1 -1
- package/payload/server/public/assets/admin-BbcLizN0.js +1 -0
- package/payload/server/public/assets/{arc-CFMJyMm-.js → arc-BrHWN2Kr.js} +1 -1
- package/payload/server/public/assets/architecture-YZFGNWBL-CZQzGRSM.js +1 -0
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-CiSSgdL8.js → architectureDiagram-Q4EWVU46-1OxSL3rT.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-_sXtIW5c.js → blockDiagram-DXYQGD6D-C6yKiblF.js} +1 -1
- package/payload/server/public/assets/{bot-CpBuDQlF.js → bot-Bb8yj02k.js} +1 -1
- package/payload/server/public/assets/{browser-CSApuZrv.js → browser-BdWeCfYJ.js} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-Bh7OAMXs.js → c4Diagram-AHTNJAMY-BzTyHS1I.js} +1 -1
- package/payload/server/public/assets/calendar-B4KbpiXR.js +1 -0
- package/payload/server/public/assets/channel-uhtvXKHn.js +1 -0
- package/payload/server/public/assets/chat-BEcbZB3e.js +1 -0
- package/payload/server/public/assets/chevron-left-Cy_RXwhn.js +1 -0
- package/payload/server/public/assets/chevron-right-CEjdB4AT.js +1 -0
- package/payload/server/public/assets/{chunk-2KRD3SAO-D4fktAwW.js → chunk-2KRD3SAO-BGAUfWvM.js} +1 -1
- package/payload/server/public/assets/{chunk-336JU56O-CcQoKH2G.js → chunk-336JU56O-M1H_u2Qv.js} +2 -2
- package/payload/server/public/assets/chunk-426QAEUC-D4XtWgLR.js +1 -0
- package/payload/server/public/assets/{chunk-4BX2VUAB-C13Wz3zS.js → chunk-4BX2VUAB-CkxXXCiF.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-BL48D7gN.js → chunk-4TB4RGXK-DPWZYGHH.js} +1 -1
- package/payload/server/public/assets/{chunk-55IACEB6-TmOKdy8a.js → chunk-55IACEB6-CBkNmqrt.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-DZ_jSF6N.js → chunk-5FUZZQ4R-uIqIu9ha.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-De4G1vfV.js → chunk-5PVQY5BW-B_S7XzpE.js} +1 -1
- package/payload/server/public/assets/{chunk-67CJDMHE-Cif9Uu5C.js → chunk-67CJDMHE-BbMV1lgW.js} +1 -1
- package/payload/server/public/assets/{chunk-7N4EOEYR-WjTHCXnd.js → chunk-7N4EOEYR-C49Mv-nQ.js} +1 -1
- package/payload/server/public/assets/{chunk-AA7GKIK3-CwCfdQmb.js → chunk-AA7GKIK3-Dy_pJOp_.js} +1 -1
- package/payload/server/public/assets/{chunk-BSJP7CBP-9A67yXwT.js → chunk-BSJP7CBP-Ce-OmPqn.js} +1 -1
- package/payload/server/public/assets/{chunk-CIAEETIT-DPMiWSBi.js → chunk-CIAEETIT-tnjq-APC.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-C2f_Qvx-.js → chunk-EDXVE4YY-uzO7kO4e.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-B-Q9EbSQ.js → chunk-ENJZ2VHE-DQMOsG1f.js} +1 -1
- package/payload/server/public/assets/{chunk-FMBD7UC4-Bmt_ZRlV.js → chunk-FMBD7UC4-Top6y08S.js} +1 -1
- package/payload/server/public/assets/{chunk-FOC6F5B3-DfGJGxpX.js → chunk-FOC6F5B3-B9LPNCUS.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-Wyym1Q8K.js → chunk-ICPOFSXX-DeIt3WoY.js} +2 -2
- package/payload/server/public/assets/{chunk-K5T4RW27-DMpoaqw2.js → chunk-K5T4RW27-DAnRM04h.js} +1 -1
- package/payload/server/public/assets/{chunk-KGLVRYIC-DYUFgri2.js → chunk-KGLVRYIC-C0QYcbLe.js} +1 -1
- package/payload/server/public/assets/{chunk-LIHQZDEY-x3LmeKmx.js → chunk-LIHQZDEY-BjvA5ykt.js} +1 -1
- package/payload/server/public/assets/{chunk-ORNJ4GCN-BeuNAWkW.js → chunk-ORNJ4GCN-Cs46Gj7z.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-BUWVAfQA.js → chunk-OYMX7WX6-CBHIFMBx.js} +1 -1
- package/payload/server/public/assets/chunk-QZHKN3VN-Qlc2PFAj.js +1 -0
- package/payload/server/public/assets/{chunk-U2HBQHQK-DKS5adQo.js → chunk-U2HBQHQK-5_DL8yx6.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-CT_UM4IN.js → chunk-X2U36JSP-BDCaWRe9.js} +1 -1
- package/payload/server/public/assets/{chunk-XPW4576I-ByFnN4JO.js → chunk-XPW4576I-B10QuxYb.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-DCetC20J.js → chunk-YZCP3GAM-81jJqyDd.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-Bh1QIv8N.js → chunk-ZZ45TVLE-DGx3J6Dx.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-CBH5ngSm.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Ck3eNZce.js +1 -0
- package/payload/server/public/assets/clone-Cv8evfNb.js +1 -0
- package/payload/server/public/assets/{cose-bilkent-S5V4N54A-DgLEaApT.js → cose-bilkent-S5V4N54A-CRDvLRXs.js} +1 -1
- package/payload/server/public/assets/{dagre-unhMIyVo.js → dagre--rdjN6xZ.js} +1 -1
- package/payload/server/public/assets/{dagre-KV5264BT-BfkUPrEV.js → dagre-KV5264BT-DHbVQPnV.js} +1 -1
- package/payload/server/public/assets/data-L-hMHLBN.js +1 -0
- package/payload/server/public/assets/{diagram-5BDNPKRD-BjjwcTD9.js → diagram-5BDNPKRD-D8HC1Idg.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-BbgWtVSS.js → diagram-G4DWMVQ6-evvg8aey.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-DyAnkWGy.js → diagram-MMDJMWI5-4hZuk-Dd.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635-SAMMoLxq.js → diagram-TYMM5635-Cwei1ql9.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-Cvo-5-fD.js → erDiagram-SMLLAGMA-BG5OK4Fx.js} +1 -1
- package/payload/server/public/assets/{flatten-BXzaHgtL.js → flatten-naJ5PJ4f.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-y3o2Ycld.js → flowDiagram-DWJPFMVM-CPB_poda.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-BEm_CQaK.js → ganttDiagram-T4ZO3ILL-CD6BL1UP.js} +1 -1
- package/payload/server/public/assets/gitGraph-7Q5UKJZL-CBZPQJLj.js +1 -0
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-CqmOxS7F.js → gitGraphDiagram-UUTBAWPF-C-e8FDGn.js} +1 -1
- package/payload/server/public/assets/{graph-kaxS9a_7.js → graph-COyGp2x1.js} +3 -3
- package/payload/server/public/assets/{graph-labels-GgejRtgV.js → graph-labels-CR-HqNdV.js} +1 -1
- package/payload/server/public/assets/{graphlib-_HfbQcBf.js → graphlib-CdCZY1Mj.js} +1 -1
- package/payload/server/public/assets/info-OMHHGYJF-1vIoX-kP.js +1 -0
- package/payload/server/public/assets/infoDiagram-42DDH7IO-BDInZV9G.js +2 -0
- package/payload/server/public/assets/{isEmpty-uB1dEu_Z.js → isEmpty-Bnpg7b8f.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-C_d0vcZC.js → ishikawaDiagram-UXIWVN3A-CFLhfPpo.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DsjRBqlW.js → journeyDiagram-VCZTEJTY-BN0PaMgT.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY-BwtK6LS-.js → kanban-definition-6JOO6SKY-CmRilACp.js} +1 -1
- package/payload/server/public/assets/{line-szBCFOLJ.js → line-DR6Zk7d6.js} +1 -1
- package/payload/server/public/assets/{linear-X3O7lwK3.js → linear-CAOWPodQ.js} +1 -1
- package/payload/server/public/assets/{maximize-2-CPq3nwZA.js → maximize-2-ne1kaQlS.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-BavvMAhU.js → mermaid-parser.core-0vmQl6Gn.js} +2 -2
- package/payload/server/public/assets/{mermaid.core-Br2F9Hdm.js → mermaid.core-DWgpHiLh.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-4qlwXoJ-.js → mindmap-definition-QFDTVHPH-CViR7VGV.js} +1 -1
- package/payload/server/public/assets/operator-Q0F_EEyq.js +1 -0
- package/payload/server/public/assets/{ordinal-CZY9laxg.js → ordinal-Wx4m9zHk.js} +1 -1
- package/payload/server/public/assets/packet-4T2RLAQJ-CTU0gCGb.js +1 -0
- package/payload/server/public/assets/{page-DBHzC59_.js → page-DwfYACyC.js} +4 -4
- package/payload/server/public/assets/page-bRjlk8Dt.js +1 -0
- package/payload/server/public/assets/{pdf-render-H884L3EI.js → pdf-render-0hyh3Jlf.js} +1 -1
- package/payload/server/public/assets/pie-ZZUOXDRM-D-EEHxhC.js +1 -0
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-BbXryIg0.js → pieDiagram-DEJITSTG-B7YQ1_Kr.js} +1 -1
- package/payload/server/public/assets/{public-jIzvdjt_.js → public-BACeh5xm.js} +1 -1
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-BHLjcvh3.js → quadrantDiagram-34T5L4WZ-Dxs0nGu5.js} +1 -1
- package/payload/server/public/assets/radar-PYXPWWZC-DHXATZGB.js +1 -0
- package/payload/server/public/assets/{reduce-BGQzAenn.js → reduce-BUmc8RDR.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-BXaVO0lk.js → requirementDiagram-MS252O5E-DDNYDqZc.js} +1 -1
- package/payload/server/public/assets/{rotate-ccw-DieZzl10.js → rotate-ccw-tY4mfSrJ.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-CmN1s17Q.js → sankeyDiagram-XADWPNL6-DLWoegU5.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-DC08e5NY.js → sequenceDiagram-FGHM5R23-DINNPlTY.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-DnoQMuOW.js → stateDiagram-FHFEXIEX-Dsan8EIl.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-B4yeYYgL.js +1 -0
- package/payload/server/public/assets/{tasks-DYyCGz8W.js → tasks-C4nPXsbX.js} +1 -1
- package/payload/server/public/assets/{time-entry-format-CC_9jFuR.js → time-entry-format-CmqjpGG2.js} +1 -1
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-eTn3uRaH.js → timeline-definition-GMOUNBTQ-CISzecz5.js} +1 -1
- package/payload/server/public/assets/treeView-SZITEDCU-CC7ouMFd.js +1 -0
- package/payload/server/public/assets/treemap-W4RFUUIX-CaCg27im.js +1 -0
- package/payload/server/public/assets/{triangle-alert-7mQfCQWP.js → triangle-alert-DKZ69dOa.js} +1 -1
- package/payload/server/public/assets/{useCopyFeedback-os7N0yCx.js → useCopyFeedback-Cf5jFDR5.js} +1 -1
- package/payload/server/public/assets/useSubAccountSwitcher-DFnDNIDO.css +1 -0
- package/payload/server/public/assets/useSubAccountSwitcher-DdctgpPL.js +9 -0
- package/payload/server/public/assets/{useVoiceRecorder-ZFwt5i6d.js → useVoiceRecorder-BVdKbTku.js} +2 -2
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-DNx6o_ZQ.js → vennDiagram-DHZGUBPP-Bh2s76nJ.js} +1 -1
- package/payload/server/public/assets/wardley-RL74JXVD-bMPsqQZ7.js +1 -0
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-BZOchqF3.js → wardleyDiagram-NUSXRM2D-Grzw0FHg.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-ZBEGH6ZI.js → xychartDiagram-5P7HB3ND-7pY90HjH.js} +1 -1
- package/payload/server/public/browser.html +4 -4
- package/payload/server/public/calendar.html +6 -6
- package/payload/server/public/chat.html +13 -14
- package/payload/server/public/data.html +11 -11
- package/payload/server/public/graph.html +9 -10
- package/payload/server/public/index.html +15 -16
- package/payload/server/public/operator.html +14 -15
- package/payload/server/public/public.html +13 -14
- package/payload/server/public/tasks.html +6 -6
- package/payload/server/public/assets/AdminShell-BwNqwb4k.js +0 -2
- package/payload/server/public/assets/admin-COe0dT2U.js +0 -1
- package/payload/server/public/assets/architecture-YZFGNWBL-Cypt5qHL.js +0 -1
- package/payload/server/public/assets/calendar-DlvwZnS7.js +0 -1
- package/payload/server/public/assets/channel-BMyXE4zc.js +0 -1
- package/payload/server/public/assets/chat-1SSmFsjd.js +0 -1
- package/payload/server/public/assets/chevron-down-Dnuuw6Q2.js +0 -1
- package/payload/server/public/assets/chevron-left-CC4zmWOr.js +0 -1
- package/payload/server/public/assets/chevron-right-CG_lHTx_.js +0 -1
- package/payload/server/public/assets/chunk-426QAEUC-Xu6JKP4d.js +0 -1
- package/payload/server/public/assets/chunk-QZHKN3VN-7_kS3RBy.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-DJqbNcuC.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-CGglqfQA.js +0 -1
- package/payload/server/public/assets/clone-BiTMTzp_.js +0 -1
- package/payload/server/public/assets/data-CJbC_cVy.js +0 -1
- package/payload/server/public/assets/gitGraph-7Q5UKJZL-C_-XjxLd.js +0 -1
- package/payload/server/public/assets/info-OMHHGYJF-BH8yDCfL.js +0 -1
- package/payload/server/public/assets/infoDiagram-42DDH7IO-DyDXyJ6U.js +0 -2
- package/payload/server/public/assets/operator-Cxq9TxaH.js +0 -1
- package/payload/server/public/assets/packet-4T2RLAQJ-Bajcns4r.js +0 -1
- package/payload/server/public/assets/page-BE6DkJP9.js +0 -1
- package/payload/server/public/assets/pie-ZZUOXDRM-D7hjM5w1.js +0 -1
- package/payload/server/public/assets/radar-PYXPWWZC-B46d5x7a.js +0 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-CrstH34p.js +0 -1
- package/payload/server/public/assets/treeView-SZITEDCU-3XQh5xQ1.js +0 -1
- package/payload/server/public/assets/treemap-W4RFUUIX-DwR-_l5z.js +0 -1
- package/payload/server/public/assets/useSubAccountSwitcher-Bgfqig1V.css +0 -1
- package/payload/server/public/assets/useSubAccountSwitcher-Q941cZYV.js +0 -9
- package/payload/server/public/assets/wardley-RL74JXVD-DZp9oCGv.js +0 -1
- /package/payload/server/public/assets/{_baseFor-CMWvz0uA.js → _baseFor-k8hYPe-U.js} +0 -0
- /package/payload/server/public/assets/{array-Cny_NT6T.js → array-BFDiaBgf.js} +0 -0
- /package/payload/server/public/assets/{cytoscape.esm-De0CCmB2.js → cytoscape.esm-Ch0xptA4.js} +0 -0
- /package/payload/server/public/assets/{defaultLocale-BahRht8U.js → defaultLocale-ZeknFqNe.js} +0 -0
- /package/payload/server/public/assets/{dist-C9D_xz81.js → dist-B2N0v8hZ.js} +0 -0
- /package/payload/server/public/assets/{init-DoIvjoJ_.js → init-0VJVrkRJ.js} +0 -0
- /package/payload/server/public/assets/{katex-Bfn1OZEl.js → katex-Br7bH10N.js} +0 -0
- /package/payload/server/public/assets/{path-CTezU8L5.js → path-INs8XTPH.js} +0 -0
- /package/payload/server/public/assets/{preload-helper-D_sPnjeL.js → preload-helper-CH6UZRzu.js} +0 -0
- /package/payload/server/public/assets/{rough.esm-BJo4pvXu.js → rough.esm-DU9bZLvZ.js} +0 -0
- /package/payload/server/public/assets/{src-BTKk8KAG.js → src-DHSQDYx-.js} +0 -0
package/package.json
CHANGED
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
# Task 1942 — Sub-account switcher to sidebar brand head — Implementation Plan
|
|
2
|
+
|
|
3
|
+
> **For agentic workers:** REQUIRED SUB-SKILL: superpowers:executing-plans. Steps use checkbox (`- [ ]`) syntax.
|
|
4
|
+
|
|
5
|
+
**Goal:** Open the sub-account picker by clicking the sidebar brand head; remove it from the footer kebab.
|
|
6
|
+
|
|
7
|
+
**Architecture:** `Sidebar.tsx` owns a `switcherOpen` state and renders the brand head as a button (icon + lockup + chevron) when the switcher is available, with `SubAccountPicker` + a full-screen scrim anchored beneath `.side-brand`. `AccountMenu.tsx` loses the switcher block, its five props, and the `SubAccountPicker` import. `globals.css` makes `.side-brand` a positioned anchor, re-anchors the panel left-aligned, and deletes the dead footer overrides.
|
|
8
|
+
|
|
9
|
+
**Tech Stack:** React 18, TypeScript, vitest + jsdom (Node 22), lucide-react icons.
|
|
10
|
+
|
|
11
|
+
## Global Constraints
|
|
12
|
+
|
|
13
|
+
- Node 22 for the jsdom test run (`platform/ui` requirement).
|
|
14
|
+
- Switcher availability gate is exactly `subAccounts.length > 1 && Boolean(onSwitchAccount)`; unchanged from today.
|
|
15
|
+
- No new task-id leaks in shipped docs; docs edit at `platform/plugins/docs/references/admin-ui.md`.
|
|
16
|
+
- All paths below are relative to the worktree's `maxy-code/platform/ui/`.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
### Task 1: Strip the switcher out of AccountMenu
|
|
21
|
+
|
|
22
|
+
**Files:**
|
|
23
|
+
- Modify: `app/components/AccountMenu.tsx`
|
|
24
|
+
- Test: `app/components/__tests__/AccountMenu.test.tsx`
|
|
25
|
+
|
|
26
|
+
**Interfaces:**
|
|
27
|
+
- Produces: `AccountMenuProps` with no `subAccounts`/`activeAccountId`/`switchingAccount`/`onSwitchAccount`/`refreshAccounts` fields.
|
|
28
|
+
|
|
29
|
+
- [ ] **Step 1: Update the test to assert the switcher is gone**
|
|
30
|
+
|
|
31
|
+
In `AccountMenu.test.tsx`, delete the two switcher tests (`renders no Switch account affordance with 0-1 sub-accounts` and `opens the sub-account picker and fires onSwitchAccount + refreshAccounts`, lines 56-88). Add one test:
|
|
32
|
+
|
|
33
|
+
```tsx
|
|
34
|
+
it('renders no Switch account affordance (relocated to sidebar brand head, Task 1942)', () => {
|
|
35
|
+
render(<AccountMenu {...baseProps} variant="admin" cacheKey="k" onOpenConversations={vi.fn()} />)
|
|
36
|
+
expect(screen.queryByRole('menuitem', { name: /switch account/i })).toBeNull()
|
|
37
|
+
expect(screen.queryByPlaceholderText(/search sub-accounts/i)).toBeNull()
|
|
38
|
+
})
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
Remove `subAccounts`/`activeAccountId`/`switchingAccount`/`onSwitchAccount`/`refreshAccounts` from any remaining render in the file.
|
|
42
|
+
|
|
43
|
+
- [ ] **Step 2: Run — expect fail (props still typed / item still renders)**
|
|
44
|
+
|
|
45
|
+
Run: `npx vitest run app/components/__tests__/AccountMenu.test.tsx`
|
|
46
|
+
Expected: FAIL (the Switch account menuitem still renders).
|
|
47
|
+
|
|
48
|
+
- [ ] **Step 3: Remove the switcher from AccountMenu.tsx**
|
|
49
|
+
|
|
50
|
+
- Delete the `import { SubAccountPicker } from './SubAccountPicker'` line.
|
|
51
|
+
- In `AccountMenuProps`, delete the five switcher prop declarations and their doc comment block (`subAccounts?`, `activeAccountId?`, `switchingAccount?`, `onSwitchAccount?`, `refreshAccounts?`).
|
|
52
|
+
- In the destructure, remove `subAccounts = []`, `activeAccountId = null`, `switchingAccount = false`, `onSwitchAccount`, `refreshAccounts`.
|
|
53
|
+
- Delete the `switcherOpen` state and `switcherAvailable` const.
|
|
54
|
+
- Delete the whole `{switcherAvailable && ( … <SubAccountPicker … /> … )}` JSX block.
|
|
55
|
+
- Remove `UserRound` from the lucide-react import (it was used only by the deleted block; grep the file to confirm no other use).
|
|
56
|
+
|
|
57
|
+
- [ ] **Step 4: Run — expect pass**
|
|
58
|
+
|
|
59
|
+
Run: `npx vitest run app/components/__tests__/AccountMenu.test.tsx`
|
|
60
|
+
Expected: PASS.
|
|
61
|
+
|
|
62
|
+
- [ ] **Step 5: Commit**
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
git add maxy-code/platform/ui/app/components/AccountMenu.tsx maxy-code/platform/ui/app/components/__tests__/AccountMenu.test.tsx
|
|
66
|
+
git commit -m "refactor(1942): remove sub-account switcher from AccountMenu"
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
### Task 2: Brand head becomes the switcher trigger in Sidebar
|
|
72
|
+
|
|
73
|
+
**Files:**
|
|
74
|
+
- Modify: `app/Sidebar.tsx`
|
|
75
|
+
- Test: `app/__tests__/Sidebar-subaccount-switcher.test.tsx` (create), `app/__tests__/Sidebar-user-footer.test.tsx`
|
|
76
|
+
|
|
77
|
+
**Interfaces:**
|
|
78
|
+
- Consumes: `SubAccountPicker` from `./components/SubAccountPicker`; `ChevronDown` from `lucide-react`; existing `subAccounts`/`activeAccountId`/`switchingAccount`/`onSwitchAccount`/`refreshAccounts` Sidebar props.
|
|
79
|
+
|
|
80
|
+
- [ ] **Step 1: Write the failing test (new file)**
|
|
81
|
+
|
|
82
|
+
Create `app/__tests__/Sidebar-subaccount-switcher.test.tsx`:
|
|
83
|
+
|
|
84
|
+
```tsx
|
|
85
|
+
import React from 'react'
|
|
86
|
+
import { render, screen, fireEvent } from '@testing-library/react'
|
|
87
|
+
import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest'
|
|
88
|
+
import { Sidebar } from '../Sidebar'
|
|
89
|
+
|
|
90
|
+
function jsonResponse(body: unknown, status = 200): Response {
|
|
91
|
+
return new Response(JSON.stringify(body), { status, headers: { 'content-type': 'application/json' } }) as Response
|
|
92
|
+
}
|
|
93
|
+
function routedFetch() {
|
|
94
|
+
return vi.spyOn(global, 'fetch').mockImplementation((input: RequestInfo | URL) => {
|
|
95
|
+
const url = typeof input === 'string' ? input : input.toString()
|
|
96
|
+
if (url.includes('/api/admin/sidebar-sessions')) return Promise.resolve(jsonResponse({ accountId: 'acct', sessions: [] }))
|
|
97
|
+
if (url.includes('/api/admin/system-stats')) return Promise.resolve(jsonResponse({ cpuPct: null, memUsedPct: 0.5, platform: 'darwin' }))
|
|
98
|
+
if (url.includes('/api/admin/version')) return Promise.resolve(jsonResponse({ installed: '1.0.0', latest: null, updateAvailable: false }))
|
|
99
|
+
return Promise.resolve(jsonResponse({}, 404))
|
|
100
|
+
})
|
|
101
|
+
}
|
|
102
|
+
const ACCOUNTS = [
|
|
103
|
+
{ accountId: 'a1', businessName: 'House', role: 'admin', isHouse: true },
|
|
104
|
+
{ accountId: 'a2', businessName: 'Client', role: 'admin', isHouse: false },
|
|
105
|
+
]
|
|
106
|
+
function baseProps(over: Record<string, unknown> = {}) {
|
|
107
|
+
return {
|
|
108
|
+
businessName: 'House', cacheKey: 'k', role: 'admin', userName: 'Ada Ops', userAvatar: null,
|
|
109
|
+
onSelectProjects: vi.fn(), onSelectTasks: vi.fn(), onCloseMobileDrawer: vi.fn(),
|
|
110
|
+
collapsed: false, mobileDrawerOpen: false, onSelectData: vi.fn(),
|
|
111
|
+
onLogout: vi.fn(), onDisconnect: vi.fn(async () => true), disconnecting: false, claudeConnected: true,
|
|
112
|
+
...over,
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
beforeEach(() => { Object.defineProperty(document, 'hidden', { value: false, configurable: true }) })
|
|
116
|
+
afterEach(() => { vi.restoreAllMocks() })
|
|
117
|
+
|
|
118
|
+
describe('Sidebar sub-account switcher on the brand head (Task 1942)', () => {
|
|
119
|
+
it('brand head is a button that toggles the picker and fires refreshAccounts', () => {
|
|
120
|
+
routedFetch()
|
|
121
|
+
const refreshAccounts = vi.fn()
|
|
122
|
+
render(<Sidebar {...baseProps({ subAccounts: ACCOUNTS, activeAccountId: 'a1', switchingAccount: false, onSwitchAccount: vi.fn(), refreshAccounts })} />)
|
|
123
|
+
const head = screen.getByRole('button', { name: /switch sub-account/i })
|
|
124
|
+
expect(screen.queryByPlaceholderText(/search sub-accounts/i)).toBeNull()
|
|
125
|
+
fireEvent.click(head)
|
|
126
|
+
expect(screen.getByPlaceholderText(/search sub-accounts/i)).toBeInTheDocument()
|
|
127
|
+
expect(refreshAccounts).toHaveBeenCalledTimes(1)
|
|
128
|
+
fireEvent.click(head)
|
|
129
|
+
expect(screen.queryByPlaceholderText(/search sub-accounts/i)).toBeNull()
|
|
130
|
+
})
|
|
131
|
+
|
|
132
|
+
it('selecting a card calls onSwitchAccount and closes the picker', () => {
|
|
133
|
+
routedFetch()
|
|
134
|
+
const onSwitchAccount = vi.fn()
|
|
135
|
+
render(<Sidebar {...baseProps({ subAccounts: ACCOUNTS, activeAccountId: 'a1', switchingAccount: false, onSwitchAccount, refreshAccounts: vi.fn() })} />)
|
|
136
|
+
fireEvent.click(screen.getByRole('button', { name: /switch sub-account/i }))
|
|
137
|
+
fireEvent.click(screen.getByRole('button', { name: 'Client' }))
|
|
138
|
+
expect(onSwitchAccount).toHaveBeenCalledWith('a2')
|
|
139
|
+
expect(screen.queryByPlaceholderText(/search sub-accounts/i)).toBeNull()
|
|
140
|
+
})
|
|
141
|
+
|
|
142
|
+
it('single-account install: brand head is not a switcher button and no picker mounts', () => {
|
|
143
|
+
routedFetch()
|
|
144
|
+
render(<Sidebar {...baseProps({ subAccounts: [ACCOUNTS[0]], activeAccountId: 'a1', onSwitchAccount: vi.fn() })} />)
|
|
145
|
+
expect(screen.queryByRole('button', { name: /switch sub-account/i })).toBeNull()
|
|
146
|
+
expect(screen.queryByPlaceholderText(/search sub-accounts/i)).toBeNull()
|
|
147
|
+
})
|
|
148
|
+
})
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
- [ ] **Step 2: Run — expect fail**
|
|
152
|
+
|
|
153
|
+
Run: `npx vitest run app/__tests__/Sidebar-subaccount-switcher.test.tsx`
|
|
154
|
+
Expected: FAIL (no button named "Switch sub-account").
|
|
155
|
+
|
|
156
|
+
- [ ] **Step 3: Implement the trigger in Sidebar.tsx**
|
|
157
|
+
|
|
158
|
+
Add imports: `SubAccountPicker` from `'./components/SubAccountPicker'`, and `ChevronDown` to the existing `lucide-react` import.
|
|
159
|
+
|
|
160
|
+
Add state beside `footerMenuOpen`:
|
|
161
|
+
|
|
162
|
+
```tsx
|
|
163
|
+
const [switcherOpen, setSwitcherOpen] = useState(false)
|
|
164
|
+
const switcherAvailable = (subAccounts?.length ?? 0) > 1 && Boolean(onSwitchAccount)
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
Replace the `<div className="side-brand">…</div>` block (icon + lockup) with:
|
|
168
|
+
|
|
169
|
+
```tsx
|
|
170
|
+
<div className="side-brand">
|
|
171
|
+
{switcherAvailable ? (
|
|
172
|
+
<button
|
|
173
|
+
type="button"
|
|
174
|
+
className="side-brand-trigger"
|
|
175
|
+
aria-haspopup="menu"
|
|
176
|
+
aria-expanded={switcherOpen}
|
|
177
|
+
aria-label="Switch sub-account"
|
|
178
|
+
onClick={() => {
|
|
179
|
+
const opening = !switcherOpen
|
|
180
|
+
setSwitcherOpen(opening)
|
|
181
|
+
if (opening) refreshAccounts?.()
|
|
182
|
+
console.info(`[admin-ui] op=subaccount-switcher-toggle anchor=brand-head open=${opening} available=true accounts=${subAccounts?.length ?? 0}`)
|
|
183
|
+
}}
|
|
184
|
+
>
|
|
185
|
+
<img className="side-brand-icon" src={brandIcon} alt="" aria-hidden="true" />
|
|
186
|
+
<span className="side-brand-lockup">
|
|
187
|
+
<span className="side-brand-business">{displayName}</span>
|
|
188
|
+
<span className="side-brand-product">{brand.productName}</span>
|
|
189
|
+
</span>
|
|
190
|
+
<ChevronDown size={14} className="side-brand-caret" aria-hidden="true" />
|
|
191
|
+
</button>
|
|
192
|
+
) : (
|
|
193
|
+
<>
|
|
194
|
+
<img className="side-brand-icon" src={brandIcon} alt="" aria-hidden="true" />
|
|
195
|
+
<span className="side-brand-lockup">
|
|
196
|
+
<span className="side-brand-business">{displayName}</span>
|
|
197
|
+
<span className="side-brand-product">{brand.productName}</span>
|
|
198
|
+
</span>
|
|
199
|
+
</>
|
|
200
|
+
)}
|
|
201
|
+
{switcherOpen && (
|
|
202
|
+
<>
|
|
203
|
+
<div className="side-brand-scrim" aria-hidden="true" onClick={() => setSwitcherOpen(false)} />
|
|
204
|
+
<SubAccountPicker
|
|
205
|
+
open={switcherOpen}
|
|
206
|
+
accounts={subAccounts ?? []}
|
|
207
|
+
activeAccountId={activeAccountId ?? null}
|
|
208
|
+
switching={switchingAccount ?? false}
|
|
209
|
+
onSelect={(accountId) => onSwitchAccount?.(accountId)}
|
|
210
|
+
onClose={() => setSwitcherOpen(false)}
|
|
211
|
+
/>
|
|
212
|
+
</>
|
|
213
|
+
)}
|
|
214
|
+
</div>
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
In the footer `<AccountMenu … />`, delete the five props `subAccounts`, `activeAccountId`, `switchingAccount`, `onSwitchAccount`, `refreshAccounts` (the Sidebar keeps consuming them for the head). Leave `onOpenConversations` and the rest.
|
|
218
|
+
|
|
219
|
+
- [ ] **Step 4: Run — expect pass**
|
|
220
|
+
|
|
221
|
+
Run: `npx vitest run app/__tests__/Sidebar-subaccount-switcher.test.tsx`
|
|
222
|
+
Expected: PASS.
|
|
223
|
+
|
|
224
|
+
- [ ] **Step 5: Fix the footer test that asserted the switcher was in the kebab**
|
|
225
|
+
|
|
226
|
+
In `app/__tests__/Sidebar-user-footer.test.tsx`, the test `threads the sub-account switcher and Conversations into the kebab menu` (lines 53-75) now asserts a false thing. Rewrite it to cover Conversations only:
|
|
227
|
+
|
|
228
|
+
```tsx
|
|
229
|
+
it('threads Conversations into the kebab menu (switcher moved to brand head, Task 1942)', async () => {
|
|
230
|
+
routedFetch({ cpuPct: null, memUsedPct: 0.5, platform: 'darwin' })
|
|
231
|
+
const onOpenConversations = vi.fn()
|
|
232
|
+
render(<Sidebar {...baseProps({ onOpenConversations })} />)
|
|
233
|
+
fireEvent.click(screen.getByRole('button', { name: 'Account menu' }))
|
|
234
|
+
expect(screen.queryByRole('menuitem', { name: /switch account/i })).toBeNull()
|
|
235
|
+
fireEvent.click(await screen.findByRole('menuitem', { name: /conversations/i }))
|
|
236
|
+
expect(onOpenConversations).toHaveBeenCalledTimes(1)
|
|
237
|
+
})
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
- [ ] **Step 6: Run both Sidebar suites — expect pass**
|
|
241
|
+
|
|
242
|
+
Run: `npx vitest run app/__tests__/Sidebar-subaccount-switcher.test.tsx app/__tests__/Sidebar-user-footer.test.tsx`
|
|
243
|
+
Expected: PASS.
|
|
244
|
+
|
|
245
|
+
- [ ] **Step 7: Commit**
|
|
246
|
+
|
|
247
|
+
```bash
|
|
248
|
+
git add maxy-code/platform/ui/app/Sidebar.tsx maxy-code/platform/ui/app/__tests__/Sidebar-subaccount-switcher.test.tsx maxy-code/platform/ui/app/__tests__/Sidebar-user-footer.test.tsx
|
|
249
|
+
git commit -m "feat(1942): brand head opens the sub-account picker"
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
---
|
|
253
|
+
|
|
254
|
+
### Task 3: CSS — anchor the panel under the head, style the trigger, drop dead overrides
|
|
255
|
+
|
|
256
|
+
**Files:**
|
|
257
|
+
- Modify: `app/globals.css`
|
|
258
|
+
|
|
259
|
+
**Interfaces:** consumes class names `side-brand`, `side-brand-trigger`, `side-brand-caret`, `side-brand-scrim`, `sub-account-picker-panel` from Task 2.
|
|
260
|
+
|
|
261
|
+
- [ ] **Step 1: Add `position: relative` to `.side-brand`**
|
|
262
|
+
|
|
263
|
+
In the `.side-brand { … }` rule, add `position: relative;`.
|
|
264
|
+
|
|
265
|
+
- [ ] **Step 2: Add the trigger, caret, and scrim rules** (place beside `.side-brand`)
|
|
266
|
+
|
|
267
|
+
```css
|
|
268
|
+
.side-brand-trigger {
|
|
269
|
+
display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0;
|
|
270
|
+
background: none; border: 0; padding: 0; margin: 0;
|
|
271
|
+
font: inherit; color: inherit; text-align: left; cursor: pointer;
|
|
272
|
+
}
|
|
273
|
+
.side-brand-caret { flex: none; color: var(--text-tertiary); }
|
|
274
|
+
.side-brand-trigger:hover .side-brand-caret { color: var(--text-secondary); }
|
|
275
|
+
.platform.sidebar-collapsed .side-brand-caret { display: none; }
|
|
276
|
+
.side-brand-scrim { position: fixed; inset: 0; z-index: 40; }
|
|
277
|
+
.platform.sidebar-collapsed .side-brand-scrim { display: none; }
|
|
278
|
+
```
|
|
279
|
+
|
|
280
|
+
- [ ] **Step 3: Re-anchor `.sub-account-picker-panel` under the head**
|
|
281
|
+
|
|
282
|
+
The brand head is now the only consumer. In `.sub-account-picker-panel`, remove `left: 50%;` and `transform: translateX(-50%);`, remove the `min-width` (if present), and set `left: 0; right: 0; margin-top: 8px; z-index: 41;` so the panel spans the head's inner width and sits above the scrim.
|
|
283
|
+
|
|
284
|
+
- [ ] **Step 4: Delete the dead footer overrides**
|
|
285
|
+
|
|
286
|
+
Delete the `.side-foot-menu .sub-account-picker-panel { … }` and `.side-foot-menu .sub-account-picker-list { … }` rules and the comment above them that describes the footer kebab anchoring.
|
|
287
|
+
|
|
288
|
+
- [ ] **Step 5: Run the class-name CSS gate + the switcher suites**
|
|
289
|
+
|
|
290
|
+
Run: `npm run -s check:classname-css 2>/dev/null || node scripts/check-classname-css.mjs`
|
|
291
|
+
Then: `npx vitest run app/__tests__/Sidebar-subaccount-switcher.test.tsx`
|
|
292
|
+
Expected: gate clean; tests PASS.
|
|
293
|
+
|
|
294
|
+
- [ ] **Step 6: Commit**
|
|
295
|
+
|
|
296
|
+
```bash
|
|
297
|
+
git add maxy-code/platform/ui/app/globals.css
|
|
298
|
+
git commit -m "style(1942): anchor sub-account picker under the sidebar brand head"
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
### Task 4: Docs
|
|
304
|
+
|
|
305
|
+
**Files:**
|
|
306
|
+
- Modify: `platform/plugins/docs/references/admin-ui.md`
|
|
307
|
+
|
|
308
|
+
- [ ] **Step 1: Update the switcher location**
|
|
309
|
+
|
|
310
|
+
Find the passage describing the sub-account switcher opening from the footer kebab / user-footer AccountMenu. Rewrite it to state the switcher opens by clicking the sidebar brand head (the account name), with the picker dropping beneath it; note the footer kebab no longer carries it. Keep it to the existing register; no task-id string in the shipped doc.
|
|
311
|
+
|
|
312
|
+
- [ ] **Step 2: Commit**
|
|
313
|
+
|
|
314
|
+
```bash
|
|
315
|
+
git add maxy-code/platform/plugins/docs/references/admin-ui.md
|
|
316
|
+
git commit -m "docs(1942): sub-account switcher now opens from the sidebar brand head"
|
|
317
|
+
```
|
|
318
|
+
|
|
319
|
+
## Self-Review
|
|
320
|
+
|
|
321
|
+
- **Spec coverage:** brand-head trigger (T2), whole-head + chevron + scrim decisions (T2/T3), AccountMenu strip (T1), CSS re-anchor + dead-override delete (T3), observability toggle log (T2 Step 3), docs (T4), test updates incl. the footer-test fix (T2 Step 5). All spec items mapped.
|
|
322
|
+
- **Placeholder scan:** none; every code step shows code.
|
|
323
|
+
- **Type consistency:** `SubAccountPicker` prop names (`open`, `accounts`, `activeAccountId`, `switching`, `onSelect`, `onClose`) match its component signature; Sidebar prop names match the existing signature.
|
|
324
|
+
|
|
325
|
+
## Known follow-ups
|
|
326
|
+
|
|
327
|
+
None at plan time. Any code-review finding out of scope is filed as a new `.tasks/` file per the sprint rules.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Task 1942 — Sub-account switcher moves to the sidebar brand head
|
|
2
|
+
|
|
3
|
+
Design doc. Source task: `.tasks/1942-subaccount-switcher-moves-to-sidebar-brand-head.md`.
|
|
4
|
+
|
|
5
|
+
## Goal
|
|
6
|
+
|
|
7
|
+
Open the sub-account picker by clicking the account name at the top of the sidebar, not from the footer kebab. Remove the switcher from the footer menu.
|
|
8
|
+
|
|
9
|
+
## Resolved decisions (brainstorm)
|
|
10
|
+
|
|
11
|
+
1. **Click target:** the whole brand head (`side-brand`: icon + two-line lockup) becomes one button when the switcher is available.
|
|
12
|
+
2. **Affordance:** a small down-chevron renders after the business name to signal the dropdown.
|
|
13
|
+
3. **Close:** re-clicking the head toggles it shut, and a transparent full-screen scrim behind the panel closes it on any outside click. Mirrors the footer-menu scrim it replaces.
|
|
14
|
+
|
|
15
|
+
## Availability gate (unchanged from today)
|
|
16
|
+
|
|
17
|
+
Switcher is available only when `subAccounts.length > 1 && Boolean(onSwitchAccount)`. Unavailable → the head stays a plain non-interactive `<div>`, no chevron, no picker. This is the current `switcherAvailable` gate, moved from `AccountMenu` to `Sidebar`.
|
|
18
|
+
|
|
19
|
+
## Components and flow
|
|
20
|
+
|
|
21
|
+
- **`Sidebar.tsx`** owns `switcherOpen` state. The brand head renders as `<button aria-haspopup="menu" aria-expanded={switcherOpen}>` when available, else the current `<div>`. Click toggles `switcherOpen`; the closed→open transition fires `refreshAccounts?.()` and emits `[admin-ui] op=subaccount-switcher-toggle anchor=brand-head open=<bool> available=<bool> accounts=<N>`. `SubAccountPicker` renders inside `.side-brand`, anchored beneath it, with a sibling scrim that closes on click.
|
|
22
|
+
- **`AccountMenu.tsx`** loses the `switcherAvailable`/`switcherOpen` block, the `SubAccountPicker` import, and the five switcher props. `UserRound` import dropped if otherwise unused.
|
|
23
|
+
- **`globals.css`** gives `.side-brand` `position: relative` and re-anchors `.sub-account-picker-panel` left-aligned under the head (drop the retired header-title `translateX(-50%)` centering). Adds `.side-brand` button-reset styling (transparent, inherit, pointer) and the chevron. Deletes the dead `.side-foot-menu .sub-account-picker-panel` / `-list` overrides.
|
|
24
|
+
|
|
25
|
+
## Collapsed rail (edge, in scope to not break)
|
|
26
|
+
|
|
27
|
+
When `sidebar-collapsed`, existing CSS hides `.side-brand-lockup` (name + chevron), leaving only the icon. The head-button still functions on the icon, but no new collapsed affordance is added (per task out-of-scope). The picker anchors under `.side-brand` in both states.
|
|
28
|
+
|
|
29
|
+
## Testing
|
|
30
|
+
|
|
31
|
+
vitest + jsdom (Node 22). New `Sidebar` test: available → head is a button, click mounts the picker and fires `refreshAccounts`, re-click closes; unavailable → not a button, no picker. `AccountMenu.test.tsx`: no "Switch account", switcher props dropped. `SubAccountPicker.test.tsx` unchanged.
|
|
32
|
+
|
|
33
|
+
## Out of scope
|
|
34
|
+
|
|
35
|
+
`SubAccountPicker` internals, the switch mechanism, other `AccountMenu` items, a dedicated collapsed-rail affordance, maxy-lite, Task 1940's mobile lite tab bar.
|
|
@@ -15,7 +15,7 @@ Run the four passes now over the session so far, then keep going in this same se
|
|
|
15
15
|
|
|
16
16
|
Pass 1 — Technical learnings. Walk this session for operator corrections and self-detected mistakes. For each one, delegate one graph write to `database-operator` via the Task tool, persisting a Learning or Correction node per the schema. Count what you write.
|
|
17
17
|
|
|
18
|
-
Pass 2 — Operator-relationship updates. Walk this session for tonal signals, rejected phrasings, and working-style preferences. For each one worth carrying forward, Write the observation into `SOUL.md
|
|
18
|
+
Pass 2 — Operator-relationship updates. Walk this session for tonal signals, rejected phrasings, and working-style preferences. For each one worth carrying forward, Write the observation into `agents/admin/SOUL.md`, the account-scoped identity path the spawn composer reads. That path is the only identity file; never write a bare `SOUL.md` at the account root, which the composer never reads and the schema guard blocks. Count what you write.
|
|
19
19
|
|
|
20
20
|
Pass 3 — Graph completeness sweep. Walk this session for any node, edge, or commitment that was discussed but not written to the graph in-flight. For each missing write, delegate to `database-operator` via the Task tool. Count what you write.
|
|
21
21
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: platform-architecture
|
|
3
3
|
description: Use when grounding any documented-surface claim about what Maxy ships — plugins, skills, specialists, install/deploy flows, internals. This is the install catalogue, not evidence of what is enabled on the current account. For install state on this account, call `capabilities-here`; for documented surface, cite the `Source:` URL inline.
|
|
4
|
-
content-hash: sha256:
|
|
4
|
+
content-hash: sha256:5db8891dfc1b60b2180597591dcad1b7ca9e89612f488314dd07e7dd73e5c119
|
|
5
5
|
brand: maxy-code
|
|
6
6
|
product-name: Maxy
|
|
7
7
|
---
|
|
@@ -2123,6 +2123,7 @@ The `outlook` plugin gives the admin agent access to Microsoft 365 / Outlook.com
|
|
|
2123
2123
|
| `outlook-mail-attachment` | List or download any message's attachments — received or draft. With `messageId` alone, LISTS them (`id`, `name`, `contentType`, `size`, `isInline`, and a `kind` of file/item/reference) via `GET /me/messages/{id}/attachments` and `$select` (no bytes). A draft is a message in the same collection, so passing a draftId lists what that draft carries; the returned `name`/`id` is what `outlook-draft-edit`'s `removeAttachments` takes. With `messageId`+`attachmentId`, DOWNLOADS one file attachment: its bytes are written to `{accountDir}/uploads/outlook/<messageHash>/<bytesHash>-<name>` at `0o600` and the saved path is returned, ready for the Read tool, `SendUserFile`, or an `outlook-mail-reply` attachment. Only file attachments download — item/reference kinds, empty payloads, and anything over 25 MB are refused with nothing written. `outlook-mail-list` / `outlook-mail-search` / `outlook-mail-fetch-body` report `hasAttachments` so the agent knows when to call this. Needs `Mail.Read`. |
|
|
2124
2124
|
| `outlook-mail-reply` | Reply in-thread (`createReply` / `createReplyAll` + send). Threads natively via conversationId. `replyAll`, added cc/bcc, and account-scoped file attachments (up to 25 MB per file; files over Graph's ~3 MB inline limit use a chunked upload session). Body is plain text, prepended above the quote. Needs `Mail.ReadWrite` + `Mail.Send`. |
|
|
2125
2125
|
| `outlook-mail-delete` | Move messages to Deleted Items (`POST /me/messages/{id}/move`). Recoverable — never hard-deletes. An id already gone is counted not-moved. Needs `Mail.ReadWrite`. |
|
|
2126
|
+
| `outlook-mail-ingest` | Write operator-reviewed messages into the business graph as `:ConversationArchive {source:'email'}` threads (the analogue of the IMAP `email-ingest`). Input `decisions`: one `{messageId, disposition:'ingest'\|'discard'}` per listed message. Each `ingest` message's full body + envelope is fetched, threads group by Graph `conversationId`, and participants resolve closed-set against Neo4j (`:Person`/`:AdminUser` by `accountId`); an unresolved From/To/Cc address skips its whole thread and is returned to the operator (no `:Person` auto-create). Resolvable threads dispatch through the shared `conversation-archive-ingest.sh --source email`. Human-in-the-loop: nothing lands without an explicit per-message decision. The plugin's only Neo4j coupling. Needs `Mail.Read`. |
|
|
2126
2127
|
| `outlook-mail-otp-extract` | Poll the inbox for a one-time code from a sender (domain). Reads full bodies to extract it; optional subject regex and timeout (default 60 s). |
|
|
2127
2128
|
| `outlook-calendar-list` | Calendar events in next rangeDays days (default 7, max 365). |
|
|
2128
2129
|
| `outlook-calendar-event` | Full detail of a single event by id. |
|
|
@@ -2159,6 +2160,9 @@ All log lines start with `[outlook-mcp]` and write to `server.log`. They are key
|
|
|
2159
2160
|
| Refresh failed | `token-refresh-failed account=<id> reason=<err>` (terminal) |
|
|
2160
2161
|
| Mail list | `mail-list op=resolve account=<id> folderIn=<name> folderResolved=<token> asRawId=<bool> count=<N> elapsedMs=<N>` (on error, `error=<msg>` replaces `count`) |
|
|
2161
2162
|
| Mail search | `mail-search account=<id> query=<trunc-32> count=<N> elapsedMs=<N>` |
|
|
2163
|
+
| Mail ingest (per message) | `mail-ingest op=ingest id=<id> conversationId=<id> disposition=ingest` |
|
|
2164
|
+
| Mail ingest (per thread) | `mail-ingest op=thread-dispatched root=<key> messages=<N> participants=<N>` (or `op=thread-failed root=<key> status=<N> err=<msg>`; `status=null` with a non-`none` `err` is a spawn launch failure, not a script rejection) |
|
|
2165
|
+
| Mail ingest (summary) | `mail-ingest op=summary ingested=<N> discarded=<N> threadsDispatched=<N> threadsSkipped=<N> unresolved=<N>` — one per call; `threadsSkipped` with `unresolved>0` is the closed-set resolution refusing an unknown participant, not a failure |
|
|
2162
2166
|
| Calendar list | `calendar-list account=<id> rangeDays=<N> count=<N> elapsedMs=<N>` |
|
|
2163
2167
|
| Calendar event | `calendar-event account=<id> eventId=<trunc-12> elapsedMs=<N>` |
|
|
2164
2168
|
| Event created | `cal-create-request account=<id> subj=<trunc-64>` then `event-created account=<id> eventId=<trunc-16> status=201`. A non-201 logs `event-create-failed ... status=<N>` and throws. A 201 whose body carried no readable id logs `event-created-id-unknown account=<id> status=201` and returns a created-but-id-unknown result (the event exists; do not retry) rather than a failure. |
|
|
@@ -2218,7 +2222,7 @@ Latency triage: `mail-list count=0 elapsedMs<200` consistent → permissions iss
|
|
|
2218
2222
|
|
|
2219
2223
|
## Out of scope
|
|
2220
2224
|
|
|
2221
|
-
Mail move to arbitrary folders / flag, hard (permanent) delete, removing an attachment from a **sent** message (Graph forbids it),
|
|
2225
|
+
Mail move to arbitrary folders / flag, hard (permanent) delete, removing an attachment from a **sent** message (Graph forbids it), attachment-byte archival into the graph (`outlook-mail-ingest` lands text threads only; the IMAP `:DigitalDocument` archival is a separate concern), contacts write, recurring-series occurrence editing, the `scheduling` Neo4j calendar and any auto-sync with it, OneDrive / Files, push notifications, on-premises Exchange, M365 admin scopes (`User.Read.All`, `AuditLog.Read.All`), public-agent exposure, multi-tenant federation. Mail read, full-body read, inbound attachment list/download, reply, delete (to Deleted Items), and compose — all four outbound paths carrying attachments, with a draft's attachments editable in place (add, remove, replace) — are supported (`outlook-mail-fetch-body`, `outlook-mail-attachment`, `outlook-mail-reply`, `outlook-mail-delete`, `outlook-mail-ingest`, `outlook-mail-otp-extract`, `outlook-mail-send`, `outlook-draft`, `outlook-draft-edit`, `outlook-draft-send`), and the calendar is read plus control. See `platform/plugins/outlook/PLUGIN.md` for the full out-of-scope list.
|
|
2222
2226
|
|
|
2223
2227
|
---
|
|
2224
2228
|
# Google Calendar
|
|
@@ -3300,9 +3304,11 @@ authoritative. This section names the surfaces and what backs each.
|
|
|
3300
3304
|
>
|
|
3301
3305
|
> - **Nav rows** are Dashboard, Chat, Tasks, Calendar, Data, the brand container
|
|
3302
3306
|
> row (Projects / Properties / Jobs, opening the graph filtered to the brand's
|
|
3303
|
-
> primary container),
|
|
3304
|
-
>
|
|
3305
|
-
>
|
|
3307
|
+
> primary container), Graph (the unfiltered whole graph at `/graph`, waypoints
|
|
3308
|
+
> icon — active on plain `/graph`; the container row is active only when a
|
|
3309
|
+
> `label=` filter is present), Activity, and Browser. The active row carries an
|
|
3310
|
+
> accent left indicator. The older People / Agents / Artefacts entries in the
|
|
3311
|
+
> table below are pre-redesign.
|
|
3306
3312
|
> - **Dashboard home** renders on `/` (a greeting, stat cards, a Live-now column,
|
|
3307
3313
|
> a Recent artefacts card, and a Channels column), consuming existing endpoints
|
|
3308
3314
|
> only.
|
|
@@ -3310,21 +3316,40 @@ authoritative. This section names the surfaces and what backs each.
|
|
|
3310
3316
|
> the sidebar collapse toggle, the page title, and a Claude status pill on the
|
|
3311
3317
|
> right (Connected / Connect, driven by `/api/health`). The pill replaces the
|
|
3312
3318
|
> retired burger Disconnect visibility and footer strip.
|
|
3313
|
-
> - **Account kebab.** The version / Connect-Disconnect / Change PIN /
|
|
3314
|
-
>
|
|
3315
|
-
>
|
|
3316
|
-
>
|
|
3319
|
+
> - **Account kebab.** The version / Connect-Disconnect / Change PIN / Log out
|
|
3320
|
+
> items moved from the burger onto a kebab on the sidebar user footer
|
|
3321
|
+
> (`AccountMenu`, extracted from the old `HeaderMenu`; the operator variant
|
|
3322
|
+
> still mounts `AccountMenu` for its reduced set).
|
|
3323
|
+
> - **Sub-account switcher on the brand head.** The head at the top of the sidebar
|
|
3324
|
+
> splits into two controls when the install has more than one sub-account: the
|
|
3325
|
+
> brand icon jumps straight to the house account, and the name plus chevron
|
|
3326
|
+
> opens the `SubAccountPicker` directly beneath the head (an outside click or a
|
|
3327
|
+
> second click on the name closes it). Clicking the icon while already on the
|
|
3328
|
+
> house account does nothing. A single-account install shows the same head as a
|
|
3329
|
+
> plain, non-interactive lockup, and the collapsed rail hides both controls. The
|
|
3330
|
+
> switcher used to sit in the account kebab; it no longer does. The switch
|
|
3331
|
+
> navigation itself (`useSubAccountSwitcher`, dropping the `?session=` param) is
|
|
3332
|
+
> unchanged.
|
|
3317
3333
|
> - **Mobile (< 720px).** The sidebar opens as a drawer from a 44x44 header menu
|
|
3318
3334
|
> button, and a fixed bottom tab bar (Home, Chat, Tasks, Data, Calendar) sits
|
|
3319
3335
|
> under the content; Graph, Activity, and Browser stay reachable through the
|
|
3320
|
-
> drawer. Between 721 and 1080px the sidebar defaults to the rail.
|
|
3336
|
+
> drawer. Between 721 and 1080px the sidebar defaults to the rail. The
|
|
3337
|
+
> drawer's SESSIONS head collapses its New-session pill to an icon-only `+`
|
|
3338
|
+
> (34px square); the label returns above 720px. The **operator** variant gets
|
|
3339
|
+
> its own fixed bottom tab bar — Chat, Conversations (rendered only when the
|
|
3340
|
+
> pane handler is wired), Data — while its burger keeps the AccountMenu tail.
|
|
3341
|
+
> In the webchat composer the icon control bar moves **above** the input box
|
|
3342
|
+
> with 44px touch squares (desktop keeps the below-input row), and the
|
|
3343
|
+
> composer placeholder never wraps (single line, ellipsized).
|
|
3321
3344
|
|
|
3322
3345
|
> **Admin variant only.** Every surface below belongs to the `admin` shell
|
|
3323
3346
|
> variant. The **operator** variant (`operator.<host>`) mounts no sidebar at
|
|
3324
3347
|
> all: its dashboard is the persistent admin webchat at `/` and the data
|
|
3325
3348
|
> browser at `/data`, plus a **Conversations** item reached from a dynamic
|
|
3326
3349
|
> burger item — header order Chat → Conversations → Data → Log out, in a
|
|
3327
|
-
> single-column `.platform.platform-operator` grid.
|
|
3350
|
+
> single-column `.platform.platform-operator` grid. Below 720px the same three
|
|
3351
|
+
> nav items also render as the operator bottom tab bar (see Mobile above);
|
|
3352
|
+
> the Chat tab targets the operator root `/`, the canonical-session route. On the operator **chat**
|
|
3328
3353
|
> surface the Conversations item opens the same in-chat session
|
|
3329
3354
|
> switcher the admin `/chat` surface uses (`ChatSurface`'s `SessionList` flyout):
|
|
3330
3355
|
> the operator's own admin webchat conversations, newest-first, each resuming
|
|
@@ -399,9 +399,11 @@ authoritative. This section names the surfaces and what backs each.
|
|
|
399
399
|
>
|
|
400
400
|
> - **Nav rows** are Dashboard, Chat, Tasks, Calendar, Data, the brand container
|
|
401
401
|
> row (Projects / Properties / Jobs, opening the graph filtered to the brand's
|
|
402
|
-
> primary container),
|
|
403
|
-
>
|
|
404
|
-
>
|
|
402
|
+
> primary container), Graph (the unfiltered whole graph at `/graph`, waypoints
|
|
403
|
+
> icon — active on plain `/graph`; the container row is active only when a
|
|
404
|
+
> `label=` filter is present), Activity, and Browser. The active row carries an
|
|
405
|
+
> accent left indicator. The older People / Agents / Artefacts entries in the
|
|
406
|
+
> table below are pre-redesign.
|
|
405
407
|
> - **Dashboard home** renders on `/` (a greeting, stat cards, a Live-now column,
|
|
406
408
|
> a Recent artefacts card, and a Channels column), consuming existing endpoints
|
|
407
409
|
> only.
|
|
@@ -409,21 +411,40 @@ authoritative. This section names the surfaces and what backs each.
|
|
|
409
411
|
> the sidebar collapse toggle, the page title, and a Claude status pill on the
|
|
410
412
|
> right (Connected / Connect, driven by `/api/health`). The pill replaces the
|
|
411
413
|
> retired burger Disconnect visibility and footer strip.
|
|
412
|
-
> - **Account kebab.** The version / Connect-Disconnect / Change PIN /
|
|
413
|
-
>
|
|
414
|
-
>
|
|
415
|
-
>
|
|
414
|
+
> - **Account kebab.** The version / Connect-Disconnect / Change PIN / Log out
|
|
415
|
+
> items moved from the burger onto a kebab on the sidebar user footer
|
|
416
|
+
> (`AccountMenu`, extracted from the old `HeaderMenu`; the operator variant
|
|
417
|
+
> still mounts `AccountMenu` for its reduced set).
|
|
418
|
+
> - **Sub-account switcher on the brand head.** The head at the top of the sidebar
|
|
419
|
+
> splits into two controls when the install has more than one sub-account: the
|
|
420
|
+
> brand icon jumps straight to the house account, and the name plus chevron
|
|
421
|
+
> opens the `SubAccountPicker` directly beneath the head (an outside click or a
|
|
422
|
+
> second click on the name closes it). Clicking the icon while already on the
|
|
423
|
+
> house account does nothing. A single-account install shows the same head as a
|
|
424
|
+
> plain, non-interactive lockup, and the collapsed rail hides both controls. The
|
|
425
|
+
> switcher used to sit in the account kebab; it no longer does. The switch
|
|
426
|
+
> navigation itself (`useSubAccountSwitcher`, dropping the `?session=` param) is
|
|
427
|
+
> unchanged.
|
|
416
428
|
> - **Mobile (< 720px).** The sidebar opens as a drawer from a 44x44 header menu
|
|
417
429
|
> button, and a fixed bottom tab bar (Home, Chat, Tasks, Data, Calendar) sits
|
|
418
430
|
> under the content; Graph, Activity, and Browser stay reachable through the
|
|
419
|
-
> drawer. Between 721 and 1080px the sidebar defaults to the rail.
|
|
431
|
+
> drawer. Between 721 and 1080px the sidebar defaults to the rail. The
|
|
432
|
+
> drawer's SESSIONS head collapses its New-session pill to an icon-only `+`
|
|
433
|
+
> (34px square); the label returns above 720px. The **operator** variant gets
|
|
434
|
+
> its own fixed bottom tab bar — Chat, Conversations (rendered only when the
|
|
435
|
+
> pane handler is wired), Data — while its burger keeps the AccountMenu tail.
|
|
436
|
+
> In the webchat composer the icon control bar moves **above** the input box
|
|
437
|
+
> with 44px touch squares (desktop keeps the below-input row), and the
|
|
438
|
+
> composer placeholder never wraps (single line, ellipsized).
|
|
420
439
|
|
|
421
440
|
> **Admin variant only.** Every surface below belongs to the `admin` shell
|
|
422
441
|
> variant. The **operator** variant (`operator.<host>`) mounts no sidebar at
|
|
423
442
|
> all: its dashboard is the persistent admin webchat at `/` and the data
|
|
424
443
|
> browser at `/data`, plus a **Conversations** item reached from a dynamic
|
|
425
444
|
> burger item — header order Chat → Conversations → Data → Log out, in a
|
|
426
|
-
> single-column `.platform.platform-operator` grid.
|
|
445
|
+
> single-column `.platform.platform-operator` grid. Below 720px the same three
|
|
446
|
+
> nav items also render as the operator bottom tab bar (see Mobile above);
|
|
447
|
+
> the Chat tab targets the operator root `/`, the canonical-session route. On the operator **chat**
|
|
427
448
|
> surface the Conversations item opens the same in-chat session
|
|
428
449
|
> switcher the admin `/chat` surface uses (`ChatSurface`'s `SessionList` flyout):
|
|
429
450
|
> the operator's own admin webchat conversations, newest-first, each resuming
|
|
@@ -22,6 +22,7 @@ The `outlook` plugin gives the admin agent access to Microsoft 365 / Outlook.com
|
|
|
22
22
|
| `outlook-mail-attachment` | List or download any message's attachments — received or draft. With `messageId` alone, LISTS them (`id`, `name`, `contentType`, `size`, `isInline`, and a `kind` of file/item/reference) via `GET /me/messages/{id}/attachments` and `$select` (no bytes). A draft is a message in the same collection, so passing a draftId lists what that draft carries; the returned `name`/`id` is what `outlook-draft-edit`'s `removeAttachments` takes. With `messageId`+`attachmentId`, DOWNLOADS one file attachment: its bytes are written to `{accountDir}/uploads/outlook/<messageHash>/<bytesHash>-<name>` at `0o600` and the saved path is returned, ready for the Read tool, `SendUserFile`, or an `outlook-mail-reply` attachment. Only file attachments download — item/reference kinds, empty payloads, and anything over 25 MB are refused with nothing written. `outlook-mail-list` / `outlook-mail-search` / `outlook-mail-fetch-body` report `hasAttachments` so the agent knows when to call this. Needs `Mail.Read`. |
|
|
23
23
|
| `outlook-mail-reply` | Reply in-thread (`createReply` / `createReplyAll` + send). Threads natively via conversationId. `replyAll`, added cc/bcc, and account-scoped file attachments (up to 25 MB per file; files over Graph's ~3 MB inline limit use a chunked upload session). Body is plain text, prepended above the quote. Needs `Mail.ReadWrite` + `Mail.Send`. |
|
|
24
24
|
| `outlook-mail-delete` | Move messages to Deleted Items (`POST /me/messages/{id}/move`). Recoverable — never hard-deletes. An id already gone is counted not-moved. Needs `Mail.ReadWrite`. |
|
|
25
|
+
| `outlook-mail-ingest` | Write operator-reviewed messages into the business graph as `:ConversationArchive {source:'email'}` threads (the analogue of the IMAP `email-ingest`). Input `decisions`: one `{messageId, disposition:'ingest'\|'discard'}` per listed message. Each `ingest` message's full body + envelope is fetched, threads group by Graph `conversationId`, and participants resolve closed-set against Neo4j (`:Person`/`:AdminUser` by `accountId`); an unresolved From/To/Cc address skips its whole thread and is returned to the operator (no `:Person` auto-create). Resolvable threads dispatch through the shared `conversation-archive-ingest.sh --source email`. Human-in-the-loop: nothing lands without an explicit per-message decision. The plugin's only Neo4j coupling. Needs `Mail.Read`. |
|
|
25
26
|
| `outlook-mail-otp-extract` | Poll the inbox for a one-time code from a sender (domain). Reads full bodies to extract it; optional subject regex and timeout (default 60 s). |
|
|
26
27
|
| `outlook-calendar-list` | Calendar events in next rangeDays days (default 7, max 365). |
|
|
27
28
|
| `outlook-calendar-event` | Full detail of a single event by id. |
|
|
@@ -58,6 +59,9 @@ All log lines start with `[outlook-mcp]` and write to `server.log`. They are key
|
|
|
58
59
|
| Refresh failed | `token-refresh-failed account=<id> reason=<err>` (terminal) |
|
|
59
60
|
| Mail list | `mail-list op=resolve account=<id> folderIn=<name> folderResolved=<token> asRawId=<bool> count=<N> elapsedMs=<N>` (on error, `error=<msg>` replaces `count`) |
|
|
60
61
|
| Mail search | `mail-search account=<id> query=<trunc-32> count=<N> elapsedMs=<N>` |
|
|
62
|
+
| Mail ingest (per message) | `mail-ingest op=ingest id=<id> conversationId=<id> disposition=ingest` |
|
|
63
|
+
| Mail ingest (per thread) | `mail-ingest op=thread-dispatched root=<key> messages=<N> participants=<N>` (or `op=thread-failed root=<key> status=<N> err=<msg>`; `status=null` with a non-`none` `err` is a spawn launch failure, not a script rejection) |
|
|
64
|
+
| Mail ingest (summary) | `mail-ingest op=summary ingested=<N> discarded=<N> threadsDispatched=<N> threadsSkipped=<N> unresolved=<N>` — one per call; `threadsSkipped` with `unresolved>0` is the closed-set resolution refusing an unknown participant, not a failure |
|
|
61
65
|
| Calendar list | `calendar-list account=<id> rangeDays=<N> count=<N> elapsedMs=<N>` |
|
|
62
66
|
| Calendar event | `calendar-event account=<id> eventId=<trunc-12> elapsedMs=<N>` |
|
|
63
67
|
| Event created | `cal-create-request account=<id> subj=<trunc-64>` then `event-created account=<id> eventId=<trunc-16> status=201`. A non-201 logs `event-create-failed ... status=<N>` and throws. A 201 whose body carried no readable id logs `event-created-id-unknown account=<id> status=201` and returns a created-but-id-unknown result (the event exists; do not retry) rather than a failure. |
|
|
@@ -117,4 +121,4 @@ Latency triage: `mail-list count=0 elapsedMs<200` consistent → permissions iss
|
|
|
117
121
|
|
|
118
122
|
## Out of scope
|
|
119
123
|
|
|
120
|
-
Mail move to arbitrary folders / flag, hard (permanent) delete, removing an attachment from a **sent** message (Graph forbids it),
|
|
124
|
+
Mail move to arbitrary folders / flag, hard (permanent) delete, removing an attachment from a **sent** message (Graph forbids it), attachment-byte archival into the graph (`outlook-mail-ingest` lands text threads only; the IMAP `:DigitalDocument` archival is a separate concern), contacts write, recurring-series occurrence editing, the `scheduling` Neo4j calendar and any auto-sync with it, OneDrive / Files, push notifications, on-premises Exchange, M365 admin scopes (`User.Read.All`, `AuditLog.Read.All`), public-agent exposure, multi-tenant federation. Mail read, full-body read, inbound attachment list/download, reply, delete (to Deleted Items), and compose — all four outbound paths carrying attachments, with a draft's attachments editable in place (add, remove, replace) — are supported (`outlook-mail-fetch-body`, `outlook-mail-attachment`, `outlook-mail-reply`, `outlook-mail-delete`, `outlook-mail-ingest`, `outlook-mail-otp-extract`, `outlook-mail-send`, `outlook-draft`, `outlook-draft-edit`, `outlook-draft-send`), and the calendar is read plus control. See `platform/plugins/outlook/PLUGIN.md` for the full out-of-scope list.
|
|
@@ -13,7 +13,7 @@ When loading this reference, confirm: "Using schema-base + schema-estate-agent".
|
|
|
13
13
|
| Entity | Neo4j Label | Owner | Schema.org Type | Required Properties |
|
|
14
14
|
|--------|-------------|-------|-----------------|---------------------|
|
|
15
15
|
| Property | `Property` | | `schema:Accommodation` | `accountId`, `slug` (id, address-derived), `address` |
|
|
16
|
-
| Listing | `Listing` |
|
|
16
|
+
| Listing | `Listing` | `Property` | `schema:RealEstateListing` | `accountId`, `slug`, `displayName`, `listingType` (sale/let), `status`, `sourceSystem`, `sourceId`, `scope`, `heroImageUrl`*, `pageUrl`*, `blurb` |
|
|
17
17
|
| Viewing | `Viewing` | `Listing` | `schema:Event` (subtype) | `accountId`, `listing` (id), `applicant` (id), `date`, `feedback`, `outcome` |
|
|
18
18
|
| Offer | `Offer` | `Listing` | `schema:Offer` | `accountId`, `listing` (id), `applicant` (id), `price`, `conditions`, `status`, `date` |
|
|
19
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "outlook",
|
|
3
|
-
"description": "Microsoft 365 / Outlook.com via Microsoft Graph. Mail is read (list, search, full-body), reply, delete, and compose (draft, draft-edit, send); contacts are read-only; calendar is read + control. Per-account OAuth device-code flow; no client secret. One account can hold several mailboxes at once; every operational tool takes an optional mailbox selector (email or graphUserId) and refuses ambiguously when two or more are attached and none is named. Tools — outlook-account-register / outlook-account-register-poll: device-code register (start + poll); outlook-mail-list / outlook-mail-search: inbox triage (~255-char preview) with a date window (list) or KQL from:/subject: filters (search) and a nextCursor for paging beyond the newest page; outlook-mail-fetch-body: full body of one message by id; outlook-mail-attachment: list any message's attachments (received or draft), or download one file attachment's bytes to the account uploads folder; outlook-mail-reply: in-thread reply (replyAll, cc/bcc, attachments); outlook-mail-delete: move to Deleted Items (recoverable); outlook-mail-otp-extract: poll for a one-time code; outlook-mail-send / outlook-draft / outlook-draft-edit / outlook-draft-send: compose, edit, and send, all with attachments — outlook-draft takes an optional replyToMessageId to draft a threaded reply, unsent, under the original conversation; outlook-calendar-list / outlook-calendar-event: read calendar; outlook-calendar-create / outlook-calendar-update / outlook-calendar-cancel / outlook-calendar-respond / outlook-calendar-freebusy: control calendar; outlook-contacts-list: contacts; outlook-mailbox-info: auth state + folder count for one mailbox; outlook-mailbox-list: every connected mailbox.",
|
|
3
|
+
"description": "Microsoft 365 / Outlook.com via Microsoft Graph. Mail is read (list, search, full-body), reply, delete, and compose (draft, draft-edit, send); contacts are read-only; calendar is read + control. Per-account OAuth device-code flow; no client secret. One account can hold several mailboxes at once; every operational tool takes an optional mailbox selector (email or graphUserId) and refuses ambiguously when two or more are attached and none is named. Tools — outlook-account-register / outlook-account-register-poll: device-code register (start + poll); outlook-mail-list / outlook-mail-search: inbox triage (~255-char preview) with a date window (list) or KQL from:/subject: filters (search) and a nextCursor for paging beyond the newest page; outlook-mail-fetch-body: full body of one message by id; outlook-mail-attachment: list any message's attachments (received or draft), or download one file attachment's bytes to the account uploads folder; outlook-mail-reply: in-thread reply (replyAll, cc/bcc, attachments); outlook-mail-delete: move to Deleted Items (recoverable); outlook-mail-ingest: write operator-reviewed messages into the business graph as :ConversationArchive threads (per-message ingest/discard, conversationId threading, closed-set participant resolution); outlook-mail-otp-extract: poll for a one-time code; outlook-mail-send / outlook-draft / outlook-draft-edit / outlook-draft-send: compose, edit, and send, all with attachments — outlook-draft takes an optional replyToMessageId to draft a threaded reply, unsent, under the original conversation; outlook-calendar-list / outlook-calendar-event: read calendar; outlook-calendar-create / outlook-calendar-update / outlook-calendar-cancel / outlook-calendar-respond / outlook-calendar-freebusy: control calendar; outlook-contacts-list: contacts; outlook-mailbox-info: auth state + folder count for one mailbox; outlook-mailbox-list: every connected mailbox.",
|
|
4
4
|
"version": "0.1.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Rubytech LLC"
|