foliko 1.1.23 → 1.1.25

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.
Files changed (97) hide show
  1. package/.agent/memory/feedback/mo2quxke-saxs56.md +9 -0
  2. package/.agent/memory/project/mo2iztxb-3c7v81.md +9 -0
  3. package/.agent/memory/user/mo2k8c8n-132r2u.md +9 -0
  4. package/.agent/sessions/cli_default.json +1334 -76
  5. package/.agent/sessions/weixin_o9cq80zgZqKPA2-s59PN43GdDy1w@im.wechat.json +26 -0
  6. package/.agent/skills/mmx-cli/SKILL.md +431 -0
  7. package/.claude/settings.json +5 -0
  8. package/.claude/settings.local.json +9 -1
  9. package/examples/test-chat.js +1 -7
  10. package/package.json +1 -1
  11. package/plugins/ambient-agent/index.js +38 -35
  12. package/plugins/memory-plugin.js +10 -10
  13. package/plugins/session-plugin.js +1 -1
  14. package/plugins/think-plugin.js +102 -20
  15. package/plugins/weixin-plugin.js +19 -19
  16. package/skills-lock.json +10 -0
  17. package/src/core/framework.js +1 -1
  18. package/src/core/subagent.js +27 -23
  19. package/src/core/worker-agent.js +68 -52
  20. package/src/utils/chat-queue.js +4 -4
  21. package/website_v2/README.md +57 -0
  22. package/website_v2/SPEC.md +1 -0
  23. package/website_v2/docs/api.html +128 -0
  24. package/website_v2/docs/configuration.html +147 -0
  25. package/website_v2/docs/plugin-development.html +129 -0
  26. package/website_v2/docs/project-structure.html +89 -0
  27. package/website_v2/docs/skill-development.html +85 -0
  28. package/website_v2/index.html +317 -0
  29. package/website_v2/scripts/main.js +93 -0
  30. package/website_v2/styles/animations.css +8 -0
  31. package/website_v2/styles/docs.css +83 -0
  32. package/website_v2/styles/main.css +222 -0
  33. package/.agent/skills/api-patterns/SKILL.md +0 -81
  34. package/.agent/skills/api-patterns/api-style.md +0 -42
  35. package/.agent/skills/api-patterns/auth.md +0 -24
  36. package/.agent/skills/api-patterns/documentation.md +0 -26
  37. package/.agent/skills/api-patterns/graphql.md +0 -41
  38. package/.agent/skills/api-patterns/rate-limiting.md +0 -31
  39. package/.agent/skills/api-patterns/response.md +0 -37
  40. package/.agent/skills/api-patterns/rest.md +0 -40
  41. package/.agent/skills/api-patterns/scripts/api_validator.py +0 -211
  42. package/.agent/skills/api-patterns/security-testing.md +0 -122
  43. package/.agent/skills/api-patterns/trpc.md +0 -41
  44. package/.agent/skills/api-patterns/versioning.md +0 -22
  45. package/.agent/skills/app-builder/SKILL.md +0 -75
  46. package/.agent/skills/app-builder/agent-coordination.md +0 -71
  47. package/.agent/skills/app-builder/feature-building.md +0 -53
  48. package/.agent/skills/app-builder/project-detection.md +0 -34
  49. package/.agent/skills/app-builder/scaffolding.md +0 -118
  50. package/.agent/skills/app-builder/tech-stack.md +0 -40
  51. package/.agent/skills/app-builder/templates/SKILL.md +0 -39
  52. package/.agent/skills/app-builder/templates/astro-static/TEMPLATE.md +0 -76
  53. package/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +0 -92
  54. package/.agent/skills/app-builder/templates/cli-tool/TEMPLATE.md +0 -88
  55. package/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +0 -88
  56. package/.agent/skills/app-builder/templates/express-api/TEMPLATE.md +0 -83
  57. package/.agent/skills/app-builder/templates/flutter-app/TEMPLATE.md +0 -90
  58. package/.agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +0 -90
  59. package/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +0 -122
  60. package/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +0 -122
  61. package/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +0 -169
  62. package/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +0 -134
  63. package/.agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md +0 -83
  64. package/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +0 -119
  65. package/.agent/skills/architecture/SKILL.md +0 -55
  66. package/.agent/skills/architecture/context-discovery.md +0 -43
  67. package/.agent/skills/architecture/examples.md +0 -94
  68. package/.agent/skills/architecture/pattern-selection.md +0 -68
  69. package/.agent/skills/architecture/patterns-reference.md +0 -50
  70. package/.agent/skills/architecture/trade-off-analysis.md +0 -77
  71. package/.agent/skills/clean-code/SKILL.md +0 -201
  72. package/.agent/skills/frontend-design/SKILL.md +0 -418
  73. package/.agent/skills/frontend-design/animation-guide.md +0 -331
  74. package/.agent/skills/frontend-design/color-system.md +0 -311
  75. package/.agent/skills/frontend-design/decision-trees.md +0 -418
  76. package/.agent/skills/frontend-design/motion-graphics.md +0 -306
  77. package/.agent/skills/frontend-design/scripts/accessibility_checker.py +0 -183
  78. package/.agent/skills/frontend-design/scripts/ux_audit.py +0 -722
  79. package/.agent/skills/frontend-design/typography-system.md +0 -345
  80. package/.agent/skills/frontend-design/ux-psychology.md +0 -1116
  81. package/.agent/skills/frontend-design/visual-effects.md +0 -383
  82. package/.agent/skills/i18n-localization/SKILL.md +0 -154
  83. package/.agent/skills/i18n-localization/scripts/i18n_checker.py +0 -241
  84. package/.agent/skills/mcp-builder/SKILL.md +0 -176
  85. package/.agent/skills/poster-design/SKILL.md +0 -385
  86. package/.agent/skills/web-design-guidelines/SKILL.md +0 -57
  87. package/.husky/pre-commit +0 -4
  88. package/poster_sanhuali.svg +0 -1
  89. package/undefined.svg +0 -1
  90. package/website/docs/api.html +0 -221
  91. package/website/docs/configuration.html +0 -425
  92. package/website/docs/plugin-development.html +0 -220
  93. package/website/docs/project-structure.html +0 -143
  94. package/website/docs/skill-development.html +0 -141
  95. package/website/index.html +0 -235
  96. package/website/script.js +0 -136
  97. package/website/styles.css +0 -423
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mo2quxke-saxs56"
3
+ name: "Header一致性要求"
4
+ type: "feedback"
5
+ project: "null"
6
+ tags: [文档设计, UI一致性, header]
7
+ created: "2026-04-17"
8
+ ---
9
+ 用户反馈:文档的header应该要和首页保持一致。这是关于项目UI一致性的设计要求。在后续开发中,任何页面/文档的header区域都需要与首页的header保持统一的样式和内容。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mo2iztxb-3c7v81"
3
+ name: "Website_v2 开发计划"
4
+ type: "project"
5
+ project: "website_v2"
6
+ tags: [website, 开发计划, 团队协作, ui设计]
7
+ created: "2026-04-17"
8
+ ---
9
+ 任务背景:开发 website_v2 版本网站。执行步骤:1)先熟悉 /website 目录的安装方法;2)熟悉本项目的使用方式和特性;3)UI 负责找设计方案;4)团队领导负责任务分配。图片资源:使用 mmx-cli skill 生成图片。Why:这是后续开发 website_v2 的指导性记忆,确保团队按正确顺序执行。How to apply:开发前需先阅读 /website 源码和安装文档,由 UI 主导设计,团队领导协调分工。
@@ -0,0 +1,9 @@
1
+ ---
2
+ id: "mo2k8c8n-132r2u"
3
+ name: "明亮主题+中文界面偏好"
4
+ type: "user"
5
+ project: "null"
6
+ tags: [主题, 中文, UI偏好]
7
+ created: "2026-04-17"
8
+ ---
9
+ 用户需要明亮主题和中文界面,安装使用方法参考 website。Why:用户在配置界面时明确偏好明亮色调和中文语言,这应作为默认设置。How to apply:在后续 UI 相关任务中,优先使用亮色主题方案,提供中文界面选项。