aimeat 1.33.2 → 1.34.0
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/dist/locales/en.json +388 -14
- package/dist/locales/fi.json +388 -14
- package/dist/public/cortex-bundled/aimeat-charts.js +3 -3
- package/dist/public/cortex-bundled/aimeat-charts.yaml +3 -3
- package/dist/public/cortex-bundled/aimeat-i18n.js +123 -0
- package/dist/public/cortex-bundled/aimeat-i18n.yaml +64 -0
- package/dist/public/css/views/landing.css +2 -0
- package/dist/public/css/views/secretary.css +412 -2
- package/dist/public/js/services/apps.js +4 -2
- package/dist/public/js/services/memory.js +9 -3
- package/dist/public/js/services/offers.js +1 -1
- package/dist/public/js/services/organisms.js +49 -17
- package/dist/public/js/services/secretary-helpers.js +262 -17
- package/dist/public/js/services/secretary-policy.js +1 -0
- package/dist/public/js/services/secretary-rules.js +70 -0
- package/dist/public/js/theme.js +20 -0
- package/dist/public/lib/VENDORED-STYLING.md +31 -0
- package/dist/public/lib/aimeat-daisyui-bridge.css +48 -0
- package/dist/public/lib/chartjs@4.js +14 -0
- package/dist/public/lib/daisyui@5.css +7 -0
- package/dist/public/lib/tailwindcss@4.js +8 -0
- package/dist/public/llms-template.txt +9 -6
- package/dist/public/showroom.html +104 -0
- package/dist/public/showroom.js +247 -0
- package/dist/public/spa.html +18 -16
- package/dist/public/views/aimeat-os.js +3 -2
- package/dist/public/views/landing.js +50 -6
- package/dist/public/views/profile/agents/agent-card.js +7 -0
- package/dist/public/views/profile/agents/state-detector.js +6 -0
- package/dist/public/views/profile/agents/tab-integration.js +6 -0
- package/dist/public/views/profile/apps-tab.js +46 -0
- package/dist/public/views/profile/extensions-tab.js +4 -0
- package/dist/public/views/profile/inbox-tab.js +1 -1
- package/dist/public/views/profile/landing-page.js +8 -3
- package/dist/public/views/profile/memory-tab.js +37 -6
- package/dist/public/views/profile/organisms/home.js +32 -0
- package/dist/public/views/profile/organisms/workspace-list.js +36 -5
- package/dist/public/views/profile/organisms/workspace.js +29 -4
- package/dist/public/views/profile/organisms-tab.js +61 -8
- package/dist/public/views/secretary/calendar.js +327 -0
- package/dist/public/views/secretary/cards-reach.js +16 -17
- package/dist/public/views/secretary/cards.js +173 -66
- package/dist/public/views/secretary/dashboard.js +551 -0
- package/dist/public/views/secretary/quality.js +156 -0
- package/dist/public/views/secretary/use-autonomy.js +17 -2
- package/dist/public/views/secretary/use-freshness.js +50 -0
- package/dist/public/views/secretary/use-intake.js +23 -4
- package/dist/public/views/secretary/use-layout.js +122 -0
- package/dist/public/views/secretary/use-quick-actions.js +98 -0
- package/dist/public/views/secretary/use-specialists.js +103 -0
- package/dist/public/views/secretary/use-triggers.js +159 -0
- package/dist/public/views/secretary/use-whats-next.js +340 -0
- package/dist/public/views/secretary/workflow-design.js +112 -0
- package/dist/public/views/secretary.js +663 -39
- package/dist/scripts/check-no-max-tokens.d.ts +2 -0
- package/dist/scripts/check-no-max-tokens.d.ts.map +1 -0
- package/dist/scripts/check-no-max-tokens.js +71 -0
- package/dist/scripts/check-no-max-tokens.js.map +1 -0
- package/dist/src/data/aimeat-iam-package.d.ts +25 -0
- package/dist/src/data/aimeat-iam-package.d.ts.map +1 -0
- package/dist/src/data/aimeat-iam-package.js +312 -0
- package/dist/src/data/aimeat-iam-package.js.map +1 -0
- package/dist/src/data/aimeat-marketplace-package.d.ts +25 -0
- package/dist/src/data/aimeat-marketplace-package.d.ts.map +1 -0
- package/dist/src/data/aimeat-marketplace-package.js +231 -0
- package/dist/src/data/aimeat-marketplace-package.js.map +1 -0
- package/dist/src/data/app-templates.d.ts +48 -0
- package/dist/src/data/app-templates.d.ts.map +1 -0
- package/dist/src/data/app-templates.js +856 -0
- package/dist/src/data/app-templates.js.map +1 -0
- package/dist/src/data/example-packages.d.ts.map +1 -1
- package/dist/src/data/example-packages.js +3 -1
- package/dist/src/data/example-packages.js.map +1 -1
- package/dist/src/generated/api-types.d.ts +380 -5
- package/dist/src/generated/api-types.d.ts.map +1 -1
- package/dist/src/generated/prisma-postgres/edge.js +10 -3
- package/dist/src/generated/prisma-postgres/index-browser.js +7 -0
- package/dist/src/generated/prisma-postgres/index.d.ts +205 -2
- package/dist/src/generated/prisma-postgres/index.js +10 -3
- package/dist/src/generated/prisma-postgres/package.json +1 -1
- package/dist/src/generated/prisma-postgres/schema.prisma +23 -13
- package/dist/src/generated/prisma-postgres/wasm.js +10 -3
- package/dist/src/mcp/annotations.d.ts.map +1 -1
- package/dist/src/mcp/annotations.js +1 -0
- package/dist/src/mcp/annotations.js.map +1 -1
- package/dist/src/mcp/catalog/definitions.d.ts.map +1 -1
- package/dist/src/mcp/catalog/definitions.js +16 -1
- package/dist/src/mcp/catalog/definitions.js.map +1 -1
- package/dist/src/mcp/catalog/surfaces.js +3 -3
- package/dist/src/mcp/catalog/surfaces.js.map +1 -1
- package/dist/src/mcp/index.d.ts +3 -0
- package/dist/src/mcp/index.d.ts.map +1 -1
- package/dist/src/mcp/index.js +11 -0
- package/dist/src/mcp/index.js.map +1 -1
- package/dist/src/mcp/organisms.d.ts.map +1 -1
- package/dist/src/mcp/organisms.js +48 -8
- package/dist/src/mcp/organisms.js.map +1 -1
- package/dist/src/mcp/workspaces.d.ts.map +1 -1
- package/dist/src/mcp/workspaces.js +6 -4
- package/dist/src/mcp/workspaces.js.map +1 -1
- package/dist/src/models/offer-schemas.d.ts +8 -8
- package/dist/src/routes/ai.d.ts +8 -4
- package/dist/src/routes/ai.d.ts.map +1 -1
- package/dist/src/routes/ai.js +38 -14
- package/dist/src/routes/ai.js.map +1 -1
- package/dist/src/routes/app-grants.d.ts +2 -0
- package/dist/src/routes/app-grants.d.ts.map +1 -1
- package/dist/src/routes/app-grants.js +7 -1
- package/dist/src/routes/app-grants.js.map +1 -1
- package/dist/src/routes/app-templates.d.ts +16 -0
- package/dist/src/routes/app-templates.d.ts.map +1 -0
- package/dist/src/routes/app-templates.js +40 -0
- package/dist/src/routes/app-templates.js.map +1 -0
- package/dist/src/routes/apps.d.ts.map +1 -1
- package/dist/src/routes/apps.js +55 -5
- package/dist/src/routes/apps.js.map +1 -1
- package/dist/src/routes/auth.d.ts +3 -0
- package/dist/src/routes/auth.d.ts.map +1 -1
- package/dist/src/routes/auth.js +9 -4
- package/dist/src/routes/auth.js.map +1 -1
- package/dist/src/routes/bootstrap.d.ts.map +1 -1
- package/dist/src/routes/bootstrap.js +1 -0
- package/dist/src/routes/bootstrap.js.map +1 -1
- package/dist/src/routes/generator.d.ts.map +1 -1
- package/dist/src/routes/generator.js +3 -2
- package/dist/src/routes/generator.js.map +1 -1
- package/dist/src/routes/lib-ai.d.ts +0 -1
- package/dist/src/routes/lib-ai.d.ts.map +1 -1
- package/dist/src/routes/lib-ai.js +13 -6
- package/dist/src/routes/lib-ai.js.map +1 -1
- package/dist/src/routes/lib-header.d.ts +2 -0
- package/dist/src/routes/lib-header.d.ts.map +1 -1
- package/dist/src/routes/lib-header.js +7 -16
- package/dist/src/routes/lib-header.js.map +1 -1
- package/dist/src/routes/lib-markdown.d.ts +18 -0
- package/dist/src/routes/lib-markdown.d.ts.map +1 -0
- package/dist/src/routes/lib-markdown.js +236 -0
- package/dist/src/routes/lib-markdown.js.map +1 -0
- package/dist/src/routes/libs.d.ts +22 -0
- package/dist/src/routes/libs.d.ts.map +1 -1
- package/dist/src/routes/libs.js +133 -10
- package/dist/src/routes/libs.js.map +1 -1
- package/dist/src/routes/memory.d.ts.map +1 -1
- package/dist/src/routes/memory.js +21 -2
- package/dist/src/routes/memory.js.map +1 -1
- package/dist/src/routes/openrouter.d.ts +4 -0
- package/dist/src/routes/openrouter.d.ts.map +1 -1
- package/dist/src/routes/openrouter.js +17 -0
- package/dist/src/routes/openrouter.js.map +1 -1
- package/dist/src/routes/organisms.d.ts.map +1 -1
- package/dist/src/routes/organisms.js +107 -7
- package/dist/src/routes/organisms.js.map +1 -1
- package/dist/src/routes/portal.d.ts +9 -0
- package/dist/src/routes/portal.d.ts.map +1 -1
- package/dist/src/routes/portal.js +1 -1
- package/dist/src/routes/portal.js.map +1 -1
- package/dist/src/routes/public-stats.d.ts +3 -0
- package/dist/src/routes/public-stats.d.ts.map +1 -1
- package/dist/src/routes/public-stats.js +9 -2
- package/dist/src/routes/public-stats.js.map +1 -1
- package/dist/src/routes/secretary.d.ts +29 -0
- package/dist/src/routes/secretary.d.ts.map +1 -0
- package/dist/src/routes/secretary.js +220 -0
- package/dist/src/routes/secretary.js.map +1 -0
- package/dist/src/routes/specialists.d.ts.map +1 -1
- package/dist/src/routes/specialists.js +21 -0
- package/dist/src/routes/specialists.js.map +1 -1
- package/dist/src/routes/subdomains.js +1 -1
- package/dist/src/routes/subdomains.js.map +1 -1
- package/dist/src/routes/workflows.d.ts +9 -3
- package/dist/src/routes/workflows.d.ts.map +1 -1
- package/dist/src/routes/workflows.js +9 -3
- package/dist/src/routes/workflows.js.map +1 -1
- package/dist/src/server-bootstrap/routes-loader.d.ts.map +1 -1
- package/dist/src/server-bootstrap/routes-loader.js +4 -0
- package/dist/src/server-bootstrap/routes-loader.js.map +1 -1
- package/dist/src/server-bootstrap/service-init.d.ts.map +1 -1
- package/dist/src/server-bootstrap/service-init.js +7 -0
- package/dist/src/server-bootstrap/service-init.js.map +1 -1
- package/dist/src/server-bootstrap/static-files.d.ts +4 -0
- package/dist/src/server-bootstrap/static-files.d.ts.map +1 -1
- package/dist/src/server-bootstrap/static-files.js +18 -0
- package/dist/src/server-bootstrap/static-files.js.map +1 -1
- package/dist/src/services/archive.d.ts +74 -0
- package/dist/src/services/archive.d.ts.map +1 -0
- package/dist/src/services/archive.js +132 -0
- package/dist/src/services/archive.js.map +1 -0
- package/dist/src/services/cortex-seeder.d.ts +4 -1
- package/dist/src/services/cortex-seeder.d.ts.map +1 -1
- package/dist/src/services/cortex-seeder.js +25 -6
- package/dist/src/services/cortex-seeder.js.map +1 -1
- package/dist/src/services/directory.d.ts.map +1 -1
- package/dist/src/services/directory.js +3 -2
- package/dist/src/services/directory.js.map +1 -1
- package/dist/src/services/generator-prompt-seeds.d.ts.map +1 -1
- package/dist/src/services/generator-prompt-seeds.js +5 -4
- package/dist/src/services/generator-prompt-seeds.js.map +1 -1
- package/dist/src/services/message-send.d.ts.map +1 -1
- package/dist/src/services/message-send.js +14 -0
- package/dist/src/services/message-send.js.map +1 -1
- package/dist/src/services/organism-search.d.ts +6 -2
- package/dist/src/services/organism-search.d.ts.map +1 -1
- package/dist/src/services/organism-search.js +2 -2
- package/dist/src/services/organism-search.js.map +1 -1
- package/dist/src/services/owner-memory.d.ts +1 -0
- package/dist/src/services/owner-memory.d.ts.map +1 -1
- package/dist/src/services/owner-memory.js.map +1 -1
- package/dist/src/services/owner-session.d.ts +1 -0
- package/dist/src/services/owner-session.d.ts.map +1 -1
- package/dist/src/services/owner-session.js +10 -2
- package/dist/src/services/owner-session.js.map +1 -1
- package/dist/src/services/package-seeder.d.ts +22 -0
- package/dist/src/services/package-seeder.d.ts.map +1 -0
- package/dist/src/services/package-seeder.js +30 -0
- package/dist/src/services/package-seeder.js.map +1 -0
- package/dist/src/services/presence.d.ts +3 -0
- package/dist/src/services/presence.d.ts.map +1 -1
- package/dist/src/services/presence.js +10 -0
- package/dist/src/services/presence.js.map +1 -1
- package/dist/src/services/prompt-defaults.d.ts.map +1 -1
- package/dist/src/services/prompt-defaults.js +8 -3
- package/dist/src/services/prompt-defaults.js.map +1 -1
- package/dist/src/services/scheduler.d.ts +41 -2
- package/dist/src/services/scheduler.d.ts.map +1 -1
- package/dist/src/services/scheduler.js +429 -26
- package/dist/src/services/scheduler.js.map +1 -1
- package/dist/src/services/secretary-authoring.d.ts +71 -0
- package/dist/src/services/secretary-authoring.d.ts.map +1 -0
- package/dist/src/services/secretary-authoring.js +336 -0
- package/dist/src/services/secretary-authoring.js.map +1 -0
- package/dist/src/services/secretary-clarify.d.ts +57 -0
- package/dist/src/services/secretary-clarify.d.ts.map +1 -0
- package/dist/src/services/secretary-clarify.js +104 -0
- package/dist/src/services/secretary-clarify.js.map +1 -0
- package/dist/src/services/secretary-feed.d.ts +11 -0
- package/dist/src/services/secretary-feed.d.ts.map +1 -0
- package/dist/src/services/secretary-feed.js +28 -0
- package/dist/src/services/secretary-feed.js.map +1 -0
- package/dist/src/services/secretary-tick.d.ts +243 -3
- package/dist/src/services/secretary-tick.d.ts.map +1 -1
- package/dist/src/services/secretary-tick.js +273 -3
- package/dist/src/services/secretary-tick.js.map +1 -1
- package/dist/src/services/specialist-runner.d.ts +36 -0
- package/dist/src/services/specialist-runner.d.ts.map +1 -0
- package/dist/src/services/specialist-runner.js +91 -0
- package/dist/src/services/specialist-runner.js.map +1 -0
- package/dist/src/services/specialist.d.ts +9 -0
- package/dist/src/services/specialist.d.ts.map +1 -1
- package/dist/src/services/specialist.js +42 -0
- package/dist/src/services/specialist.js.map +1 -1
- package/dist/src/services/structure-overview.d.ts +13 -0
- package/dist/src/services/structure-overview.d.ts.map +1 -1
- package/dist/src/services/structure-overview.js +34 -11
- package/dist/src/services/structure-overview.js.map +1 -1
- package/dist/src/services/system-agent-responder.d.ts +36 -0
- package/dist/src/services/system-agent-responder.d.ts.map +1 -0
- package/dist/src/services/system-agent-responder.js +107 -0
- package/dist/src/services/system-agent-responder.js.map +1 -0
- package/dist/src/services/system-agent.d.ts +34 -1
- package/dist/src/services/system-agent.d.ts.map +1 -1
- package/dist/src/services/system-agent.js +73 -0
- package/dist/src/services/system-agent.js.map +1 -1
- package/dist/src/storage/interface.d.ts +33 -0
- package/dist/src/storage/interface.d.ts.map +1 -1
- package/dist/src/storage/interface.js.map +1 -1
- package/dist/src/storage/providers/mongodb/index.d.ts +37 -0
- package/dist/src/storage/providers/mongodb/index.d.ts.map +1 -1
- package/dist/src/storage/providers/mongodb/index.js +132 -12
- package/dist/src/storage/providers/mongodb/index.js.map +1 -1
- package/dist/src/storage/providers/sqlite/index.d.ts +23 -1
- package/dist/src/storage/providers/sqlite/index.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/index.js +60 -8
- package/dist/src/storage/providers/sqlite/index.js.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/memory.d.ts +29 -1
- package/dist/src/storage/providers/sqlite/repos/memory.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/repos/memory.js +109 -10
- package/dist/src/storage/providers/sqlite/repos/memory.js.map +1 -1
- package/dist/src/storage/providers/sqlite/schema.d.ts +3 -0
- package/dist/src/storage/providers/sqlite/schema.d.ts.map +1 -1
- package/dist/src/storage/providers/sqlite/schema.js +64 -9
- package/dist/src/storage/providers/sqlite/schema.js.map +1 -1
- package/dist/src/storage/repositories/app.repository.d.ts +15 -0
- package/dist/src/storage/repositories/app.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/memory.repository.d.ts +41 -1
- package/dist/src/storage/repositories/memory.repository.d.ts.map +1 -1
- package/dist/src/storage/repositories/organism.repository.d.ts +2 -1
- package/dist/src/storage/repositories/organism.repository.d.ts.map +1 -1
- package/dist/static/app-catalog.html +469 -122
- package/package.json +2 -1
- package/prisma/schema.postgres.prisma +10 -0
- package/prisma/schema.prisma +12 -0
package/dist/locales/en.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"inbox.title": "
|
|
2
|
+
"inbox.title": "Messages",
|
|
3
3
|
"inbox.desc": "Direct messages with other people, on this node and across the federation.",
|
|
4
4
|
"inbox.new": "New message",
|
|
5
5
|
"inbox.to": "To",
|
|
@@ -552,8 +552,185 @@
|
|
|
552
552
|
"desc": "Your personal AIMEAT secretary — set up and ready to help.",
|
|
553
553
|
"ready": "Secretary is set up",
|
|
554
554
|
"notReady": "Your Secretary isn't set up yet. Configure OpenRouter in your profile settings to enable it.",
|
|
555
|
+
"provisioning": "Setting up your Secretary… reload the page in a moment.",
|
|
555
556
|
"identity": "Identity",
|
|
556
557
|
"scopes": "Permissions",
|
|
558
|
+
"managePermissions": "Manage in Agents",
|
|
559
|
+
"wf": {
|
|
560
|
+
"title": "Design a workflow",
|
|
561
|
+
"quick": "Design workflow",
|
|
562
|
+
"prompt": "Describe the outcome you want — I'll chain your specialists/agents into a workflow to reach it.",
|
|
563
|
+
"placeholder": "e.g. Every evening, gather the day's news and publish an edition…",
|
|
564
|
+
"design": "Design",
|
|
565
|
+
"designing": "Designing the chain…",
|
|
566
|
+
"steps": "Steps",
|
|
567
|
+
"after": "after",
|
|
568
|
+
"arming": "How to run it",
|
|
569
|
+
"trigManual": "On demand (callable)",
|
|
570
|
+
"trigSchedule": "On a schedule (cron)",
|
|
571
|
+
"trigEvent": "On new data (event)",
|
|
572
|
+
"save": "Save & arm",
|
|
573
|
+
"redo": "Start over",
|
|
574
|
+
"saved": "Saved & armed as \"{id}\".",
|
|
575
|
+
"noSteps": "I couldn't build a chain from your current building blocks — create specialists (or publish offers) first"
|
|
576
|
+
},
|
|
577
|
+
"layout": {
|
|
578
|
+
"arrange": "Arrange",
|
|
579
|
+
"toRight": "Move to right column",
|
|
580
|
+
"toLeft": "Move to left column",
|
|
581
|
+
"up": "Move up",
|
|
582
|
+
"down": "Move down",
|
|
583
|
+
"hide": "Hide",
|
|
584
|
+
"reset": "Reset layout",
|
|
585
|
+
"section": {
|
|
586
|
+
"strategy": "Strategy",
|
|
587
|
+
"whatsNext": "What's next",
|
|
588
|
+
"stand": "Where things stand",
|
|
589
|
+
"actionItems": "Action items",
|
|
590
|
+
"routines": "Routines",
|
|
591
|
+
"decisions": "Decisions to confirm",
|
|
592
|
+
"automation": "Autonomous check-in",
|
|
593
|
+
"triggers": "Triggers",
|
|
594
|
+
"calendar": "Calendar",
|
|
595
|
+
"feed": "What I've done",
|
|
596
|
+
"goals": "Goals",
|
|
597
|
+
"decisionLog": "Decision log",
|
|
598
|
+
"chat": "Chat",
|
|
599
|
+
"whatsNextCard": "Suggestions",
|
|
600
|
+
"find": "Find",
|
|
601
|
+
"createResource": "Create",
|
|
602
|
+
"note": "Note",
|
|
603
|
+
"specialists": "Specialists"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"spec": {
|
|
607
|
+
"title": "Specialists",
|
|
608
|
+
"add": "+ Create",
|
|
609
|
+
"cancel": "Cancel",
|
|
610
|
+
"empty": "No specialists yet. Create one — it's a focused mini-Secretary you can chain into workflows.",
|
|
611
|
+
"run": "Run",
|
|
612
|
+
"remove": "Remove",
|
|
613
|
+
"namePh": "Name (e.g. researcher)",
|
|
614
|
+
"purposePh": "What is this specialist for? (its brain)",
|
|
615
|
+
"create": "Create specialist",
|
|
616
|
+
"created": "Specialist created.",
|
|
617
|
+
"ran": "Ran {n} task(s).",
|
|
618
|
+
"error": "Specialist error"
|
|
619
|
+
},
|
|
620
|
+
"cal": {
|
|
621
|
+
"title": "Calendar",
|
|
622
|
+
"month": "Month",
|
|
623
|
+
"week": "Week",
|
|
624
|
+
"day": "Day",
|
|
625
|
+
"today": "Today",
|
|
626
|
+
"prev": "Previous",
|
|
627
|
+
"next": "Next",
|
|
628
|
+
"tickEvent": "Secretary check-in",
|
|
629
|
+
"routineRun": "Routine run",
|
|
630
|
+
"noEvents": "Nothing scheduled this day.",
|
|
631
|
+
"earlier": "Earlier",
|
|
632
|
+
"later": "Later",
|
|
633
|
+
"triggerEvent": "Trigger",
|
|
634
|
+
"dlg": {
|
|
635
|
+
"trigger": "Edit trigger",
|
|
636
|
+
"cadence": "Repeats",
|
|
637
|
+
"save": "Save",
|
|
638
|
+
"delete": "Delete",
|
|
639
|
+
"tickDesc": "Your daily check-in — a briefing + suggested next actions.",
|
|
640
|
+
"activity": "Activity"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"trig": {
|
|
644
|
+
"title": "Triggers",
|
|
645
|
+
"hint": "I follow up automatically when something is due, completes, or a condition is met.",
|
|
646
|
+
"empty": "No triggers yet.",
|
|
647
|
+
"add": "Add trigger",
|
|
648
|
+
"create": "Create",
|
|
649
|
+
"labelPlaceholder": "What should I follow up on?",
|
|
650
|
+
"prefixPlaceholder": "Memory key prefix to watch (e.g. organism.<id>.w.<ws>.)",
|
|
651
|
+
"pickTarget": "Pick a goal or routine…",
|
|
652
|
+
"goalOpt": "Goal",
|
|
653
|
+
"routineOpt": "Routine",
|
|
654
|
+
"pause": "Pause",
|
|
655
|
+
"resume": "Resume",
|
|
656
|
+
"paused": "paused",
|
|
657
|
+
"fired": "fired",
|
|
658
|
+
"arm": "Arm it",
|
|
659
|
+
"dismiss": "Dismiss",
|
|
660
|
+
"proposed": "Proposed a trigger — review it",
|
|
661
|
+
"proposedBadge": "proposed",
|
|
662
|
+
"days": "days",
|
|
663
|
+
"count": "count",
|
|
664
|
+
"needWhen": "Pick a date/time",
|
|
665
|
+
"needTarget": "Pick a target",
|
|
666
|
+
"needPrefix": "Enter a memory prefix to watch",
|
|
667
|
+
"created": "Trigger created",
|
|
668
|
+
"error": "Trigger failed",
|
|
669
|
+
"kind": { "time": "On a date", "recurring": "Recurring", "completion": "When something completes", "condition": "When a condition is met" },
|
|
670
|
+
"cad": { "none": "Don't repeat", "daily": "Daily", "weekly": "Weekly", "monthly": "Monthly" },
|
|
671
|
+
"ct": { "memory_count": "Item count reaches", "workspace_count": "Workspace items reach", "no_activity": "No activity for N days", "memory_exists": "Something appears" },
|
|
672
|
+
"act": {
|
|
673
|
+
"label": "When it fires",
|
|
674
|
+
"remind": "Remind me",
|
|
675
|
+
"workflow": "Run a workflow",
|
|
676
|
+
"specialist": "Run a specialist",
|
|
677
|
+
"pickWorkflow": "Pick a workflow…",
|
|
678
|
+
"pickSpecialist": "Pick a specialist…",
|
|
679
|
+
"promptPlaceholder": "What should the specialist do? (defaults to the label)"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"strat": {
|
|
683
|
+
"title": "Strategy",
|
|
684
|
+
"edit": "Edit",
|
|
685
|
+
"vision": "Vision",
|
|
686
|
+
"mission": "Mission",
|
|
687
|
+
"current": "Current state",
|
|
688
|
+
"target": "Target state",
|
|
689
|
+
"principles": "Principles",
|
|
690
|
+
"risks": "Risks",
|
|
691
|
+
"onePerLine": "(one per line)",
|
|
692
|
+
"empty": "Not set yet",
|
|
693
|
+
"milestones": "Milestones",
|
|
694
|
+
"noMilestones": "No milestones yet — add the big checkpoints (gates) on the way to the target, in order.",
|
|
695
|
+
"enables": "Enables",
|
|
696
|
+
"criterion": "Reached when",
|
|
697
|
+
"linkGoals": "Linked goals",
|
|
698
|
+
"advance": "Click to advance status",
|
|
699
|
+
"focus": "focus now",
|
|
700
|
+
"addPlaceholder": "Add a milestone (a gate, not a task)…",
|
|
701
|
+
"add": "Add",
|
|
702
|
+
"stop": "Stop tracking strategy",
|
|
703
|
+
"enable": "Add a strategy",
|
|
704
|
+
"enableHint": "Steer this area with a strategy: vision, mission, principles, risks, and where-we-are → where-we're-going with ordered milestones.",
|
|
705
|
+
"replan": "Re-plan",
|
|
706
|
+
"replanPrompt": "What changed? I'll re-propose a coherent strategy you can review.",
|
|
707
|
+
"replanRun": "Re-plan",
|
|
708
|
+
"replanning": "Re-planning…",
|
|
709
|
+
"replanReady": "Proposed an updated strategy — review and apply:",
|
|
710
|
+
"replanApply": "Apply",
|
|
711
|
+
"replanErr": "Re-plan failed",
|
|
712
|
+
"targetChanged": "The target state changed — adjust the milestones and the rest of the plan to fit.",
|
|
713
|
+
"status": { "not-started": "Not started", "in-progress": "In progress", "reached": "Reached" }
|
|
714
|
+
},
|
|
715
|
+
"reset": {
|
|
716
|
+
"title": "Reset Secretary",
|
|
717
|
+
"hint": "Start over from zero — wipes the brain, all goals/routines/triggers/feed/decisions, the workspaces it built, and your specialists. Your OpenRouter key is kept.",
|
|
718
|
+
"start": "Reset Secretary…",
|
|
719
|
+
"warn": "This permanently deletes your Secretary's brain, its data, the organism + workspaces it created, and all specialists. This cannot be undone.",
|
|
720
|
+
"confirmLabel": "Type RESET to confirm",
|
|
721
|
+
"confirm": "Wipe and start over",
|
|
722
|
+
"resetting": "Resetting…",
|
|
723
|
+
"done": "Secretary reset — starting fresh.",
|
|
724
|
+
"error": "Reset failed"
|
|
725
|
+
},
|
|
726
|
+
"editBrain": "Edit brain",
|
|
727
|
+
"rules": "Operating rules",
|
|
728
|
+
"addRule": "Add rule",
|
|
729
|
+
"save": "Save",
|
|
730
|
+
"saving": "Saving…",
|
|
731
|
+
"brainSaved": "Brain updated",
|
|
732
|
+
"brainEmptyPurpose": "The brain needs a purpose",
|
|
733
|
+
"remove": "Remove",
|
|
557
734
|
"soon": "Chat, schedule, and decisions are coming soon.",
|
|
558
735
|
"hireTitle": "Set up your Secretary",
|
|
559
736
|
"hireIntro": "Run a quick interview in your own AI chat so your Secretary learns what you need — then it sets up its brain and organizes a space for your information automatically.",
|
|
@@ -565,6 +742,10 @@
|
|
|
565
742
|
"apply": "Set up my Secretary",
|
|
566
743
|
"applying": "Setting up…",
|
|
567
744
|
"hireDone": "Your Secretary is set up.",
|
|
745
|
+
"fillingWorkspaces": "Filling your workspaces with real content…",
|
|
746
|
+
"workspacesFilled": "Workspaces filled with real content",
|
|
747
|
+
"emptyRemoved": "empty ones removed",
|
|
748
|
+
"fillError": "Couldn't fill the workspaces",
|
|
568
749
|
"hireError": "Couldn't set up the Secretary",
|
|
569
750
|
"hireBadShape": "The pasted result is missing required fields (brain.purpose, organism.name, workspaces).",
|
|
570
751
|
"hiredStatus": "Secretary is set up",
|
|
@@ -594,6 +775,7 @@
|
|
|
594
775
|
"file_intake": "File notes & documents",
|
|
595
776
|
"briefing": "Daily / weekly briefing",
|
|
596
777
|
"reminders": "Reminders & nudges",
|
|
778
|
+
"author_content": "Fill my workspaces (write & publish)",
|
|
597
779
|
"curate_knowledge": "Curate my knowledge",
|
|
598
780
|
"draft_replies": "Draft replies",
|
|
599
781
|
"resource_invoke": "Use a found agent or service",
|
|
@@ -734,6 +916,8 @@
|
|
|
734
916
|
"noteSave": "Save",
|
|
735
917
|
"noteSaving": "Saving…",
|
|
736
918
|
"noteSaved": "Saved to",
|
|
919
|
+
"ruleAdded": "Rule added to your Secretary's brain",
|
|
920
|
+
"ruleDeclined": "Rule declined",
|
|
737
921
|
"noteError": "Couldn't save the note",
|
|
738
922
|
"askInInbox": "Ask me in inbox",
|
|
739
923
|
"askInInboxHint": "Let the Secretary ask you where to file this — answer in your inbox, then apply it here.",
|
|
@@ -745,7 +929,9 @@
|
|
|
745
929
|
"decisionAwaiting": "Awaiting your answer in the inbox…",
|
|
746
930
|
"feed": {
|
|
747
931
|
"title": "What I've done",
|
|
748
|
-
"empty": "Nothing yet. Enable the daily check-in below and I'll start keeping you posted here."
|
|
932
|
+
"empty": "Nothing yet. Enable the daily check-in below and I'll start keeping you posted here.",
|
|
933
|
+
"today": "Today",
|
|
934
|
+
"yesterday": "Yesterday"
|
|
749
935
|
},
|
|
750
936
|
"learn": {
|
|
751
937
|
"goalsTitle": "Goals",
|
|
@@ -786,12 +972,154 @@
|
|
|
786
972
|
"running": "Running…",
|
|
787
973
|
"ran": "Check-in done — see the feed.",
|
|
788
974
|
"skipped": "Skipped",
|
|
975
|
+
"skipStopSpending": "stop-spending is on",
|
|
976
|
+
"skipBudget": "today's budget is used up",
|
|
977
|
+
"skipNoContext": "no context is set up yet",
|
|
789
978
|
"budgetLeft": "Budget left today",
|
|
790
979
|
"error": "Couldn't update the check-in"
|
|
791
980
|
},
|
|
792
981
|
"reliability": "Reliability",
|
|
793
982
|
"reliabilityBuilding": "building…",
|
|
794
983
|
"reliabilityHint": "Average score of the Secretary's reviewed decisions — its own track record, not its marketplace trust.",
|
|
984
|
+
"dash": {
|
|
985
|
+
"todayTitle": "Today",
|
|
986
|
+
"refresh": "Refresh",
|
|
987
|
+
"reconcile": "Scan",
|
|
988
|
+
"scanning": "Scanning…",
|
|
989
|
+
"budgetLabel": "Budget today",
|
|
990
|
+
"nextRunLabel": "Next run",
|
|
991
|
+
"lastScanLabel": "Last activity",
|
|
992
|
+
"stale": "stale",
|
|
993
|
+
"never": "never",
|
|
994
|
+
"quickStand": "Where do things stand?",
|
|
995
|
+
"quickPlan": "Plan",
|
|
996
|
+
"quickFind": "Find",
|
|
997
|
+
"quickNote": "Note",
|
|
998
|
+
"quickReview": "Review decisions",
|
|
999
|
+
"standTitle": "Where things stand",
|
|
1000
|
+
"standThinking": "Looking things over…",
|
|
1001
|
+
"standAt": "Updated",
|
|
1002
|
+
"refreshStand": "Refresh",
|
|
1003
|
+
"standError": "Couldn't summarise where things stand",
|
|
1004
|
+
"dismiss": "Dismiss",
|
|
1005
|
+
"manage": "Manage & setup",
|
|
1006
|
+
"manageHint": "Brain, autonomy, crew, knowledge, access, history and permissions — set up once.",
|
|
1007
|
+
"crewAgents": "agents"
|
|
1008
|
+
},
|
|
1009
|
+
"next": {
|
|
1010
|
+
"title": "What's next",
|
|
1011
|
+
"explain": "I can advance what's already underway, or start something new. A routine = a repeatable set of steps I run and track for you.",
|
|
1012
|
+
"thinking": "Working out what's next…",
|
|
1013
|
+
"cardTitle": "Set up a routine",
|
|
1014
|
+
"doIt": "Do it",
|
|
1015
|
+
"skipIt": "Skip",
|
|
1016
|
+
"done": "Done",
|
|
1017
|
+
"skipped": "Skipped",
|
|
1018
|
+
"nothingNow": "Nothing to do right now — your space looks handled.",
|
|
1019
|
+
"didDiscover": "Scouted — found {n}",
|
|
1020
|
+
"didSurface": "Flagged in the feed",
|
|
1021
|
+
"didFiled": "Filed into {ws}",
|
|
1022
|
+
"didNoted": "Noted",
|
|
1023
|
+
"didDrafted": "Drafted & filed into {ws}",
|
|
1024
|
+
"didScoutedSaved": "Scouted {n} → saved to {ws}",
|
|
1025
|
+
"openResult": "Open",
|
|
1026
|
+
"showResult": "Show result",
|
|
1027
|
+
"hideResult": "Hide result",
|
|
1028
|
+
"discard": "Discard",
|
|
1029
|
+
"discarded": "Discarded",
|
|
1030
|
+
"verifyFlag": "Check these — not supported by your data",
|
|
1031
|
+
"asked": "I asked you a few questions — I'll produce this once you answer.",
|
|
1032
|
+
"openInbox": "Open inbox",
|
|
1033
|
+
"needBigModel": "No ≥200k-context model is set, so I won't run a degraded answer. Copy this multi-step prompt into a big AI chat (e.g. owl-alpha, Claude, GPT), then paste the result back below.",
|
|
1034
|
+
"copyPrompt": "Copy prompt",
|
|
1035
|
+
"pastePlaceholder": "Paste the AI's result here…",
|
|
1036
|
+
"saveResult": "Save result",
|
|
1037
|
+
"followups": "{n} follow-up(s) to handle above",
|
|
1038
|
+
"continueTitle": "Continue",
|
|
1039
|
+
"startNewTitle": "Start something new",
|
|
1040
|
+
"nextStep": "Next step",
|
|
1041
|
+
"allSettled": "all steps settled",
|
|
1042
|
+
"hint": "Tell me a goal — I'll propose a repeatable routine. Approve each step (band-gated) and I'll run it and track the results.",
|
|
1043
|
+
"placeholder": "What do you want to make progress on?",
|
|
1044
|
+
"propose": "Propose a routine",
|
|
1045
|
+
"proposing": "Designing…",
|
|
1046
|
+
"proposed": "Routine ready — approve the first step",
|
|
1047
|
+
"bad": "Couldn't design a routine from that",
|
|
1048
|
+
"error": "What's next failed",
|
|
1049
|
+
"run": "Run",
|
|
1050
|
+
"approve": "Approve & run",
|
|
1051
|
+
"skip": "Skip (off)",
|
|
1052
|
+
"running": "Running…",
|
|
1053
|
+
"queued": "queued",
|
|
1054
|
+
"startNew": "Start a new routine",
|
|
1055
|
+
"discard": "Discard",
|
|
1056
|
+
"decisionChosen": "Approved this routine step",
|
|
1057
|
+
"routinesTitle": "Routines",
|
|
1058
|
+
"last": "Last",
|
|
1059
|
+
"next": "Next",
|
|
1060
|
+
"allDone": "All steps done",
|
|
1061
|
+
"advance": "Advance",
|
|
1062
|
+
"resultFound": "Found {n} existing resource(s)",
|
|
1063
|
+
"resultFiled": "Filed into {ws}",
|
|
1064
|
+
"resultNoted": "Noted",
|
|
1065
|
+
"resultSurfaced": "Surfaced in the feed",
|
|
1066
|
+
"resultDeferred": "Deferred — not available yet",
|
|
1067
|
+
"resultSkipped": "Skipped (band off)",
|
|
1068
|
+
"resultDelegated": "Delegated to {agent}",
|
|
1069
|
+
"resultDelegateStatus": "{agent}: task {status}",
|
|
1070
|
+
"resultWorkflow": "Started workflow {wf}",
|
|
1071
|
+
"resultWorkflowStatus": "Workflow {wf}: {status}",
|
|
1072
|
+
"delegateWorkflowPick": "Run a workflow…",
|
|
1073
|
+
"delegateWorkflowGo": "Run workflow",
|
|
1074
|
+
"delegateDesignWf": "Design new workflow",
|
|
1075
|
+
"delegatePick": "Pick an agent…",
|
|
1076
|
+
"delegateGo": "Delegate",
|
|
1077
|
+
"delegateNoAgent": "Pick an agent to delegate to first",
|
|
1078
|
+
"delegateNoAgents": "No other agents to delegate to — connect one in Manage → crew.",
|
|
1079
|
+
"checkResult": "Check result",
|
|
1080
|
+
"repeats": "Repeats",
|
|
1081
|
+
"nextRun": "Next run",
|
|
1082
|
+
"cadence": { "none": "Once (no repeat)", "daily": "Daily", "weekly": "Weekly" },
|
|
1083
|
+
"status": {
|
|
1084
|
+
"done": "done",
|
|
1085
|
+
"skipped": "skipped",
|
|
1086
|
+
"deferred": "deferred",
|
|
1087
|
+
"delegated": "delegated",
|
|
1088
|
+
"pending": "pending"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"qa": {
|
|
1092
|
+
"title": "Shortcuts",
|
|
1093
|
+
"close": "Close",
|
|
1094
|
+
"hint": "One-tap buttons for this context. Pin the Secretary's suggestions; rename, reorder or remove your own.",
|
|
1095
|
+
"proposedTitle": "Suggested — pin the ones you want",
|
|
1096
|
+
"activeTitle": "Your shortcuts",
|
|
1097
|
+
"empty": "No shortcuts yet — try Suggest shortcuts.",
|
|
1098
|
+
"pin": "Pin",
|
|
1099
|
+
"dismiss": "Dismiss",
|
|
1100
|
+
"rename": "Rename",
|
|
1101
|
+
"remove": "Remove",
|
|
1102
|
+
"save": "Save",
|
|
1103
|
+
"moveUp": "Move up",
|
|
1104
|
+
"moveDown": "Move down",
|
|
1105
|
+
"suggest": "Suggest shortcuts",
|
|
1106
|
+
"suggesting": "Thinking…",
|
|
1107
|
+
"suggested": "Proposed {n} shortcut(s) — pin the ones you want",
|
|
1108
|
+
"suggestEmpty": "No new shortcuts to suggest",
|
|
1109
|
+
"error": "Shortcuts failed",
|
|
1110
|
+
"composeTarget": "focuses",
|
|
1111
|
+
"kind": { "prompt": "message", "compose": "open" }
|
|
1112
|
+
},
|
|
1113
|
+
"items": {
|
|
1114
|
+
"title": "Action items",
|
|
1115
|
+
"dismiss": "Dismiss",
|
|
1116
|
+
"handle": { "advance": "Open", "check-delegate": "Check result" },
|
|
1117
|
+
"text": {
|
|
1118
|
+
"approve": "Approve: {summary}",
|
|
1119
|
+
"ready": "Ready to run: {summary}",
|
|
1120
|
+
"check-delegate": "Check delegated result: {summary}"
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
795
1123
|
"plan": {
|
|
796
1124
|
"title": "Guided plan",
|
|
797
1125
|
"hint": "Tell me a goal — I'll propose a few steps. Approve them and I'll file the plan and scout what already exists.",
|
|
@@ -1276,7 +1604,7 @@
|
|
|
1276
1604
|
"notifications": "Notifications",
|
|
1277
1605
|
"organisms": "Organisms",
|
|
1278
1606
|
"packages": "Packages",
|
|
1279
|
-
"inbox": "
|
|
1607
|
+
"inbox": "Messages"
|
|
1280
1608
|
},
|
|
1281
1609
|
"offers": {
|
|
1282
1610
|
"title": "What can I do?",
|
|
@@ -2102,8 +2430,10 @@
|
|
|
2102
2430
|
"newSummary": "Awaiting skill bundle install",
|
|
2103
2431
|
"problemSummary": "Delivery issue detected",
|
|
2104
2432
|
"idle": "Idle",
|
|
2105
|
-
"next": "Next"
|
|
2433
|
+
"next": "Next",
|
|
2434
|
+
"internal": "Internal"
|
|
2106
2435
|
},
|
|
2436
|
+
"internalAgentNote": "This is an internal AIMEAT agent (auto-provisioned — Secretary / specialist). It doesn't go through Hello Integration onboarding.",
|
|
2107
2437
|
"sharedTags": "Shared tags",
|
|
2108
2438
|
"lastSeen": "Last seen",
|
|
2109
2439
|
"popOut": "Open in its own window",
|
|
@@ -2587,6 +2917,8 @@
|
|
|
2587
2917
|
"keysCount": "{n} keys",
|
|
2588
2918
|
"groupOther": "other",
|
|
2589
2919
|
"filterType": "Type to filter…",
|
|
2920
|
+
"viewActive": "Active",
|
|
2921
|
+
"viewArchived": "Archived",
|
|
2590
2922
|
"createGroupBtn": "Create a group →",
|
|
2591
2923
|
"invalidJson": "Invalid JSON. Fix it before saving",
|
|
2592
2924
|
"showAllTags": "Show all ({n})",
|
|
@@ -2659,6 +2991,8 @@
|
|
|
2659
2991
|
"tagsPlaceholder": "Add tag and press Enter",
|
|
2660
2992
|
"copyUrls": "Copy URLs",
|
|
2661
2993
|
"urlsCopied": "URLs copied to clipboard",
|
|
2994
|
+
"copyUrl": "Copy URL",
|
|
2995
|
+
"urlCopied": "URL copied to clipboard",
|
|
2662
2996
|
"clearFilter": "Clear",
|
|
2663
2997
|
"noMatch": "No files match selected tags"
|
|
2664
2998
|
},
|
|
@@ -2756,6 +3090,15 @@
|
|
|
2756
3090
|
"launcherDesc": "Manage all your apps in one place. Pin favorites, search by tags, publish to your node.",
|
|
2757
3091
|
"launcherOpen": "Open App Launcher",
|
|
2758
3092
|
"editAccess": "Edit Access Code",
|
|
3093
|
+
"editDetails": "Edit Details",
|
|
3094
|
+
"nameLabel": "App Name",
|
|
3095
|
+
"namePlaceholder": "Display name",
|
|
3096
|
+
"descLabel": "Description",
|
|
3097
|
+
"descPlaceholder": "What does this app do?",
|
|
3098
|
+
"renameHint": "The app link stays the same — only the displayed name and description change.",
|
|
3099
|
+
"nameRequired": "Name cannot be empty",
|
|
3100
|
+
"descRequired": "Description cannot be empty",
|
|
3101
|
+
"detailsUpdated": "App details updated",
|
|
2759
3102
|
"deleteBtn": "Delete",
|
|
2760
3103
|
"confirmDelete": "Delete this app?",
|
|
2761
3104
|
"deleted": "App deleted",
|
|
@@ -3188,20 +3531,22 @@
|
|
|
3188
3531
|
"requestsByStatus": "Requests by Status"
|
|
3189
3532
|
},
|
|
3190
3533
|
"extensions": {
|
|
3191
|
-
"title": "Cortex
|
|
3192
|
-
"desc": "Install and manage
|
|
3193
|
-
"loading": "Loading
|
|
3194
|
-
"empty": "No
|
|
3534
|
+
"title": "Cortex Libraries",
|
|
3535
|
+
"desc": "Install and manage cortex — reusable UI libraries, schemas, prompts, and ontologies your apps build on. (Distinct from Server Extensions above, which run sandboxed server-side code.)",
|
|
3536
|
+
"loading": "Loading cortex...",
|
|
3537
|
+
"empty": "No cortex yet. Create one with AI or add a ready-made one below!",
|
|
3195
3538
|
"install": "+ Add",
|
|
3196
3539
|
"createWithAi": "Create with AI",
|
|
3197
3540
|
"promptCopied": "Prompt copied! Paste it into AI Chat.",
|
|
3198
|
-
"readyExtensions": "Ready-made
|
|
3199
|
-
"installed": "Your
|
|
3200
|
-
"nodeExtensions": "
|
|
3201
|
-
"myExtensions": "My
|
|
3202
|
-
"managedByAdmin": "This
|
|
3541
|
+
"readyExtensions": "Ready-made cortex:",
|
|
3542
|
+
"installed": "Your cortex",
|
|
3543
|
+
"nodeExtensions": "Cortex on this node",
|
|
3544
|
+
"myExtensions": "My cortex",
|
|
3545
|
+
"managedByAdmin": "This cortex is managed by the node administrator.",
|
|
3203
3546
|
"addThis": "Add this",
|
|
3204
|
-
"
|
|
3547
|
+
"libraryBadge": "Library",
|
|
3548
|
+
"serviceBadge": "Service",
|
|
3549
|
+
"heroDesc": "Get more done with less. AI Chat can handle bigger apps when you hand it ready-made cortex building blocks — reusable UI libraries, schemas, and prompts. Use the same cortex across multiple apps.",
|
|
3205
3550
|
"visibility": {
|
|
3206
3551
|
"private": "Private",
|
|
3207
3552
|
"public": "Public"
|
|
@@ -7330,6 +7675,30 @@
|
|
|
7330
7675
|
"deleteConfirmLabel": "Type the workspace name to confirm",
|
|
7331
7676
|
"deleteWorkspace": "Delete workspace",
|
|
7332
7677
|
"workspaceDeleted": "Workspace deleted",
|
|
7678
|
+
"archive": "Archive",
|
|
7679
|
+
"unarchive": "Unarchive",
|
|
7680
|
+
"archived": "archived",
|
|
7681
|
+
"archivedHint": "Archived — read-only, hidden from AI operations",
|
|
7682
|
+
"workspaceArchived": "Workspace archived",
|
|
7683
|
+
"workspaceUnarchived": "Workspace restored",
|
|
7684
|
+
"organismArchived": "Organism archived",
|
|
7685
|
+
"organismUnarchived": "Organism restored",
|
|
7686
|
+
"confirmArchive": "Archive “{name}”? It becomes read-only and is hidden from AI operations until you unarchive it. Its workspaces are archived too.",
|
|
7687
|
+
"confirmUnarchive": "Unarchive “{name}”? It and the workspaces archived with it become active again.",
|
|
7688
|
+
"archiveOrganismTitle": "Archive this organism",
|
|
7689
|
+
"archiveOrganismSub": "Make it read-only and hide it (and its workspaces) from AI operations. Reversible — nothing is deleted.",
|
|
7690
|
+
"unarchiveOrganismTitle": "Unarchive this organism",
|
|
7691
|
+
"unarchiveOrganismSub": "Make it active again. Workspaces archived together with it are restored.",
|
|
7692
|
+
"archivedSection": "Archived ({n})",
|
|
7693
|
+
"archivedWorkspacesSection": "Archived workspaces ({n})",
|
|
7694
|
+
"allArchived": "All your organisms are archived.",
|
|
7695
|
+
"recordArchived": "Archived",
|
|
7696
|
+
"recordUnarchived": "Restored",
|
|
7697
|
+
"archivedView": "Archived view",
|
|
7698
|
+
"archivedViewHint": "Showing archived (read-only) records — restore one with ♻️",
|
|
7699
|
+
"toggleArchivedHint": "View/hide archived records",
|
|
7700
|
+
"viewActive": "Active",
|
|
7701
|
+
"viewArchived": "Archived",
|
|
7333
7702
|
"settings": "Settings",
|
|
7334
7703
|
"wsName": "Name",
|
|
7335
7704
|
"wsSummary": "Summary",
|
|
@@ -8039,6 +8408,8 @@
|
|
|
8039
8408
|
"buildSub": "Paste into Claude, ChatGPT or any AI. It asks about your idea, builds the app and publishes it to your node. Share the link when done.",
|
|
8040
8409
|
"buildCopy": "Copy prompt",
|
|
8041
8410
|
"buildCopied": "Copied ✓",
|
|
8411
|
+
"startTemplate": "Start from a template",
|
|
8412
|
+
"fromScratch": "(none — build from scratch)",
|
|
8042
8413
|
"feedTitle": "Happening on this node",
|
|
8043
8414
|
"feedSub": "Public apps, organisms and agent materials as they are published. Click a row for details.",
|
|
8044
8415
|
"feedTabApps": "Apps",
|
|
@@ -8067,6 +8438,9 @@
|
|
|
8067
8438
|
"buildHeroSub": "Copy one prompt into Claude, ChatGPT or any AI. It builds you a working app on AIMEAT, published live and yours to keep. Then let your agents run it for you, the way AIMEAT Sanomat writes itself every evening.",
|
|
8068
8439
|
"buildHeroCopy": "Copy the build prompt →",
|
|
8069
8440
|
"buildHeroCopied": "Copied ✓. Paste into your AI",
|
|
8441
|
+
"buildHeroAfter": "Paste it into your AI and answer its questions. When your app is ready,",
|
|
8442
|
+
"buildHeroAfter2": "(signing in takes seconds — Google or email).",
|
|
8443
|
+
"openAppsToPublish": "open your apps to add & publish it →",
|
|
8070
8444
|
"wallTitle": "Built by people with their AI. Yours goes here too.",
|
|
8071
8445
|
"wallEmpty": "Be the first: copy the prompt above, build something, and it lands here.",
|
|
8072
8446
|
"wallAnon": "someone",
|