sumulige-claude 1.1.2 → 1.2.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.
Files changed (102) hide show
  1. package/.claude/hooks/code-formatter.cjs +7 -2
  2. package/.claude/hooks/multi-session.cjs +9 -3
  3. package/.claude/hooks/pre-commit.cjs +0 -0
  4. package/.claude/hooks/pre-push.cjs +0 -0
  5. package/.claude/hooks/project-kickoff.cjs +22 -11
  6. package/.claude/hooks/rag-skill-loader.cjs +7 -0
  7. package/.claude/hooks/thinking-silent.cjs +9 -3
  8. package/.claude/hooks/todo-manager.cjs +19 -13
  9. package/.claude/hooks/verify-work.cjs +10 -4
  10. package/.claude/quality-gate.json +9 -3
  11. package/.claude/settings.local.json +16 -1
  12. package/.claude/templates/hooks/README.md +302 -0
  13. package/.claude/templates/hooks/hook.sh.template +94 -0
  14. package/.claude/templates/hooks/user-prompt-submit.cjs.template +116 -0
  15. package/.claude/templates/hooks/user-response-submit.cjs.template +94 -0
  16. package/.claude/templates/hooks/validate.js +173 -0
  17. package/.claude/workflow/document-scanner.js +426 -0
  18. package/.claude/workflow/knowledge-engine.js +941 -0
  19. package/.claude/workflow/notebooklm/browser.js +1028 -0
  20. package/.claude/workflow/phases/phase1-research.js +578 -0
  21. package/.claude/workflow/phases/phase1-research.ts +465 -0
  22. package/.claude/workflow/phases/phase2-approve.js +722 -0
  23. package/.claude/workflow/phases/phase3-plan.js +1200 -0
  24. package/.claude/workflow/phases/phase4-develop.js +894 -0
  25. package/.claude/workflow/search-cache.js +230 -0
  26. package/.claude/workflow/templates/approval.md +315 -0
  27. package/.claude/workflow/templates/development.md +377 -0
  28. package/.claude/workflow/templates/planning.md +328 -0
  29. package/.claude/workflow/templates/research.md +250 -0
  30. package/.claude/workflow/types.js +37 -0
  31. package/.claude/workflow/web-search.js +278 -0
  32. package/.claude-plugin/marketplace.json +2 -2
  33. package/AGENTS.md +176 -0
  34. package/CHANGELOG.md +7 -14
  35. package/cli.js +20 -0
  36. package/config/quality-gate.json +9 -3
  37. package/development/cache/web-search/search_1193d605f8eb364651fc2f2041b58a31.json +36 -0
  38. package/development/cache/web-search/search_3798bf06960edc125f744a1abb5b72c5.json +36 -0
  39. package/development/cache/web-search/search_37c7d4843a53f0d83f1122a6f908a2a3.json +36 -0
  40. package/development/cache/web-search/search_44166fa0153709ee168485a22aa0ab40.json +36 -0
  41. package/development/cache/web-search/search_4deaebb1f77e86a8ca066dc5a49c59fd.json +36 -0
  42. package/development/cache/web-search/search_94da91789466070a7f545612e73c7372.json +36 -0
  43. package/development/cache/web-search/search_dd5de8491b8b803a3cb01339cd210fb0.json +36 -0
  44. package/development/knowledge-base/.index.clean.json +0 -0
  45. package/development/knowledge-base/.index.json +486 -0
  46. package/development/knowledge-base/test-best-practices.md +29 -0
  47. package/development/projects/proj_mkh1pazz_ixmt1/phase1/feasibility-report.md +160 -0
  48. package/development/projects/proj_mkh4jvnb_z7rwf/phase1/feasibility-report.md +160 -0
  49. package/development/projects/proj_mkh4jxkd_ewz5a/phase1/feasibility-report.md +160 -0
  50. package/development/projects/proj_mkh4k84n_ni73k/phase1/feasibility-report.md +160 -0
  51. package/development/projects/proj_mkh4wfyd_u9w88/phase1/feasibility-report.md +160 -0
  52. package/development/projects/proj_mkh4wsbo_iahvf/development/projects/proj_mkh4xbpg_4na5w/phase1/feasibility-report.md +160 -0
  53. package/development/projects/proj_mkh4wsbo_iahvf/phase1/feasibility-report.md +160 -0
  54. package/development/projects/proj_mkh4xulg_1ka8x/phase1/feasibility-report.md +160 -0
  55. package/development/projects/proj_mkh4xwhj_gch8j/phase1/feasibility-report.md +160 -0
  56. package/development/projects/proj_mkh4y2qk_9lm8z/phase1/feasibility-report.md +160 -0
  57. package/development/projects/proj_mkh4y2qk_9lm8z/phase2/requirements.md +226 -0
  58. package/development/projects/proj_mkh4y2qk_9lm8z/phase3/PRD.md +345 -0
  59. package/development/projects/proj_mkh4y2qk_9lm8z/phase3/TASK_PLAN.md +284 -0
  60. package/development/projects/proj_mkh4y2qk_9lm8z/phase3/prototype/README.md +14 -0
  61. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/DEVELOPMENT_LOG.md +35 -0
  62. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/TASKS.md +34 -0
  63. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/source/.env.example +5 -0
  64. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/source/README.md +60 -0
  65. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/source/package.json +25 -0
  66. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/source/src/index.js +70 -0
  67. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/source/src/routes/index.js +48 -0
  68. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/source/tests/health.test.js +20 -0
  69. package/development/projects/proj_mkh4y2qk_9lm8z/phase4/source/tests/jest.config.js +21 -0
  70. package/development/projects/proj_mkh7veqg_3lypc/phase1/feasibility-report.md +160 -0
  71. package/development/projects/proj_mkh7veqg_3lypc/phase2/requirements.md +226 -0
  72. package/development/projects/proj_mkh7veqg_3lypc/phase3/PRD.md +345 -0
  73. package/development/projects/proj_mkh7veqg_3lypc/phase3/TASK_PLAN.md +284 -0
  74. package/development/projects/proj_mkh7veqg_3lypc/phase3/prototype/README.md +14 -0
  75. package/development/projects/proj_mkh8k8fo_rmqn5/phase1/feasibility-report.md +160 -0
  76. package/development/projects/proj_mkh8xyhy_1vshq/phase1/feasibility-report.md +178 -0
  77. package/development/projects/proj_mkh8zddd_dhamf/phase1/feasibility-report.md +377 -0
  78. package/development/projects/proj_mkh8zddd_dhamf/phase2/requirements.md +442 -0
  79. package/development/projects/proj_mkh8zddd_dhamf/phase3/api-design.md +800 -0
  80. package/development/projects/proj_mkh8zddd_dhamf/phase3/architecture.md +625 -0
  81. package/development/projects/proj_mkh8zddd_dhamf/phase3/data-model.md +830 -0
  82. package/development/projects/proj_mkh8zddd_dhamf/phase3/risks.md +957 -0
  83. package/development/projects/proj_mkh8zddd_dhamf/phase3/wbs.md +381 -0
  84. package/development/todos/.state.json +14 -1
  85. package/development/todos/INDEX.md +31 -73
  86. package/development/todos/completed/develop/local-knowledge-index.md +85 -0
  87. package/development/todos/{active → completed/develop}/todo-system.md +13 -3
  88. package/development/todos/completed/develop/web-search-integration.md +83 -0
  89. package/development/todos/completed/test/phase1-e2e-test.md +103 -0
  90. package/lib/commands.js +388 -0
  91. package/package.json +3 -2
  92. package/tests/config-manager.test.js +677 -0
  93. package/tests/config-validator.test.js +436 -0
  94. package/tests/errors.test.js +477 -0
  95. package/tests/manual/phase1-e2e.sh +389 -0
  96. package/tests/manual/phase2-test-cases.md +311 -0
  97. package/tests/manual/phase3-test-cases.md +309 -0
  98. package/tests/manual/phase4-test-cases.md +414 -0
  99. package/tests/manual/test-cases.md +417 -0
  100. package/tests/quality-gate.test.js +679 -0
  101. package/tests/quality-rules.test.js +619 -0
  102. package/tests/version-check.test.js +75 -0
package/AGENTS.md CHANGED
@@ -414,3 +414,179 @@ smc marketplace:install <skill-name>
414
414
  ---
415
415
 
416
416
  *更多细节查看 [README.md](./README.md) | [Q&A.md](./Q&A.md)*
417
+
418
+ <skills_system priority="1">
419
+
420
+ ## Available Skills
421
+
422
+ <!-- SKILLS_TABLE_START -->
423
+ <usage>
424
+ When users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.
425
+
426
+ How to use skills:
427
+ - Invoke: Bash("openskills read <skill-name>")
428
+ - The skill content will load with detailed instructions on how to complete the task
429
+ - Base directory provided in output for resolving bundled resources (references/, scripts/, assets/)
430
+
431
+ Usage notes:
432
+ - Only use skills listed in <available_skills> below
433
+ - Do not invoke a skill that is already loaded in your context
434
+ - Each skill invocation is stateless
435
+ </usage>
436
+
437
+ <available_skills>
438
+
439
+ <skill>
440
+ <name>algorithmic-art</name>
441
+ <description>Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.</description>
442
+ <location>project</location>
443
+ </skill>
444
+
445
+ <skill>
446
+ <name>api-tester</name>
447
+ <description>API testing and HTTP request validation tool for REST/GraphQL endpoints</description>
448
+ <location>project</location>
449
+ </skill>
450
+
451
+ <skill>
452
+ <name>brand-guidelines</name>
453
+ <description>Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.</description>
454
+ <location>project</location>
455
+ </skill>
456
+
457
+ <skill>
458
+ <name>canvas-design</name>
459
+ <description>Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.</description>
460
+ <location>project</location>
461
+ </skill>
462
+
463
+ <skill>
464
+ <name>doc-coauthoring</name>
465
+ <description>Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.</description>
466
+ <location>project</location>
467
+ </skill>
468
+
469
+ <skill>
470
+ <name>docx</name>
471
+ <description>"Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks"</description>
472
+ <location>project</location>
473
+ </skill>
474
+
475
+ <skill>
476
+ <name>frontend-design</name>
477
+ <description>Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.</description>
478
+ <location>project</location>
479
+ </skill>
480
+
481
+ <skill>
482
+ <name>internal-comms</name>
483
+ <description>A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).</description>
484
+ <location>project</location>
485
+ </skill>
486
+
487
+ <skill>
488
+ <name>mcp-builder</name>
489
+ <description>Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).</description>
490
+ <location>project</location>
491
+ </skill>
492
+
493
+ <skill>
494
+ <name>pdf</name>
495
+ <description>Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.</description>
496
+ <location>project</location>
497
+ </skill>
498
+
499
+ <skill>
500
+ <name>pptx</name>
501
+ <description>"Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks"</description>
502
+ <location>project</location>
503
+ </skill>
504
+
505
+ <skill>
506
+ <name>skill-creator</name>
507
+ <description>Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.</description>
508
+ <location>project</location>
509
+ </skill>
510
+
511
+ <skill>
512
+ <name>slack-gif-creator</name>
513
+ <description>Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."</description>
514
+ <location>project</location>
515
+ </skill>
516
+
517
+ <skill>
518
+ <name>template</name>
519
+ <description>Replace with description of the skill and when Claude should use it.</description>
520
+ <location>project</location>
521
+ </skill>
522
+
523
+ <skill>
524
+ <name>test-workflow</name>
525
+ <description>Automated testing workflow that combines Playwright testing, Slack GIF recording, and test report generation. Use when user mentions "测试"、"test"、"Playwright" or asks for QA/testing workflows. Automatically generates: (1) Test execution with Playwright, (2) Slack-optimized GIF of test process, (3) Screenshot at each verification point, (4) Markdown test report with embedded screenshots.</description>
526
+ <location>project</location>
527
+ </skill>
528
+
529
+ <skill>
530
+ <name>theme-factory</name>
531
+ <description>Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.</description>
532
+ <location>project</location>
533
+ </skill>
534
+
535
+ <skill>
536
+ <name>web-artifacts-builder</name>
537
+ <description>Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.</description>
538
+ <location>project</location>
539
+ </skill>
540
+
541
+ <skill>
542
+ <name>webapp-testing</name>
543
+ <description>Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.</description>
544
+ <location>project</location>
545
+ </skill>
546
+
547
+ <skill>
548
+ <name>xlsx</name>
549
+ <description>"Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas"</description>
550
+ <location>project</location>
551
+ </skill>
552
+
553
+ <skill>
554
+ <name>architect</name>
555
+ <description>|</description>
556
+ <location>global</location>
557
+ </skill>
558
+
559
+ <skill>
560
+ <name>builder</name>
561
+ <description>|</description>
562
+ <location>global</location>
563
+ </skill>
564
+
565
+ <skill>
566
+ <name>conductor</name>
567
+ <description>|</description>
568
+ <location>global</location>
569
+ </skill>
570
+
571
+ <skill>
572
+ <name>librarian</name>
573
+ <description>|</description>
574
+ <location>global</location>
575
+ </skill>
576
+
577
+ <skill>
578
+ <name>manus-kickoff</name>
579
+ <description></description>
580
+ <location>global</location>
581
+ </skill>
582
+
583
+ <skill>
584
+ <name>reviewer</name>
585
+ <description>|</description>
586
+ <location>global</location>
587
+ </skill>
588
+
589
+ </available_skills>
590
+ <!-- SKILLS_TABLE_END -->
591
+
592
+ </skills_system>
package/CHANGELOG.md CHANGED
@@ -1,23 +1,16 @@
1
- ## [Unreleased] (2026-01-15)
1
+ # Changelog
2
2
 
3
- ### Features
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- - kickoff creates tasks in backlog (d1a6f958)
6
- - add 'help' command as alias (697d5ef2)
7
- - add --check-update flag to sync command (b8ab1131)
8
- - add version update check (stage 1 & 2) (dd116a75)
9
- - add safety options to smc template command (74441b8f)
10
- - upgrade todo-manager to v2.0 with R-D-T lifecycle (16e8f7ea)
11
- - add test-workflow skill and enhance CLI commands (972a6762)
5
+ ## [1.2.0](https://github.com/sumulige/sumulige-claude/compare/v1.1.2...v1.2.0) (2026-01-17)
12
6
 
13
- ### 📝 Documentation
14
7
 
15
- - add Q4 for version update flow (16c43298)
16
- - add Q3 for smc template vs sync comparison (346e9a6e)
8
+ ### Fixed
9
+
10
+ * make git hooks executable ([e748915](https://github.com/sumulige/sumulige-claude/commits/e748915a2675664885c69d649133d7f8cc354f89))
17
11
 
18
- ### 🧹 Chores
19
12
 
20
- - **release**: 1.1.0 (ba1afd24)
13
+ * add comprehensive regression tests for core modules ([e3b570e](https://github.com/sumulige/sumulige-claude/commits/e3b570ed1998aefd8d75e2767e78f2d7611eb0b9))
21
14
 
22
15
  ## [1.1.0](https://github.com/sumulige/sumulige-claude/compare/v1.0.11...v1.1.0) (2026-01-15)
23
16
 
package/cli.js CHANGED
@@ -163,6 +163,18 @@ const COMMANDS = {
163
163
  changelog: {
164
164
  help: 'Generate changelog from git commits',
165
165
  args: '[--from <tag>] [--to <tag>] [--json]'
166
+ },
167
+ workflow: {
168
+ help: 'Manage AI development workflow (Phase 1: NotebookLM research)',
169
+ args: '<start|status|validate|phase> [args...]'
170
+ },
171
+ knowledge: {
172
+ help: 'Manage knowledge base for NotebookLM',
173
+ args: '<add|list|query|remove|stats|sync> [args...]'
174
+ },
175
+ notebooklm: {
176
+ help: 'NotebookLM browser automation',
177
+ args: '<auth|ask|status|clear> [args...]'
166
178
  }
167
179
  };
168
180
 
@@ -211,6 +223,14 @@ function showHelp() {
211
223
  console.log(' smc skills:search # Search skills by keyword');
212
224
  console.log(' smc changelog # Generate changelog');
213
225
  console.log(' smc init -i # Interactive setup');
226
+ console.log(' smc workflow start "Build a REST API"');
227
+ console.log(' smc workflow status');
228
+ console.log(' smc workflow validate <report>');
229
+ console.log(' smc knowledge list');
230
+ console.log(' smc knowledge query "Best practices?"');
231
+ console.log(' smc knowledge add ./docs/best-practices.md');
232
+ console.log(' smc notebooklm auth');
233
+ console.log(' smc notebooklm ask "What are best practices?"');
214
234
  }
215
235
 
216
236
  // ============================================================================
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "enabled": true,
3
- "severity": "warn",
3
+ "severity": "error",
4
4
  "rules": [
5
5
  {
6
6
  "id": "line-count-limit",
7
7
  "enabled": true,
8
- "severity": "error",
8
+ "severity": "warn",
9
9
  "config": {
10
- "maxLines": 800
10
+ "maxLines": 3000,
11
+ "exclude": [
12
+ "node_modules/**",
13
+ "package-lock.json",
14
+ ".claude/skills/**",
15
+ "lib/commands.js"
16
+ ]
11
17
  }
12
18
  },
13
19
  {
@@ -0,0 +1,36 @@
1
+ {
2
+ "query": "TypeScript 5.8 features",
3
+ "results": [
4
+ {
5
+ "title": "如何看待 2025 年 3 月 11 日微软公开的 TypeScript-Go 项目?",
6
+ "url": "https://www.zhihu.com/question/14718005119",
7
+ "excerpt": "Mar 12, 2025 &#0183;&#32;能够改进TypeScript的编译速度自然是好事情,tsc的编译器性能已经非常慢了 以我统计的数据为例,下面是我的Gentoo Linux系统自2024年以来所有平均编译时间大于10分钟(600秒)的包。我使用 …",
8
+ "source": "bing"
9
+ },
10
+ {
11
+ "title": "Why use triple-equal (===) in TypeScript? - Stack Overflow",
12
+ "url": "https://stackoverflow.com/questions/57125700/why-use-triple-equal-in-typescript",
13
+ "excerpt": "Jul 20, 2019 &#0183;&#32;TypeScript cannot redefine == without breaking all JavaScript code that relies on its behavior (despite this having sad implications for 3). This also implies that TypeScript cannot change …",
14
+ "source": "bing"
15
+ },
16
+ {
17
+ "title": "What is TypeScript and why should I use it instead of JavaScript?",
18
+ "url": "https://stackoverflow.com/questions/12694530/what-is-typescript-and-why-should-i-use-it-instead-of-javascript",
19
+ "excerpt": "What is the TypeScript language? What can it do that JavaScript or available libraries cannot do, that would give me reason to consider it?",
20
+ "source": "bing"
21
+ },
22
+ {
23
+ "title": "Does Typescript support the ?. operator? (And, what's it called?)",
24
+ "url": "https://stackoverflow.com/questions/15260732/does-typescript-support-the-operator-and-whats-it-called",
25
+ "excerpt": "Jan 17, 2017 &#0183;&#32;Prior to version 3.7, this was not supported in TypeScript, although it was requested as early as Issue #16 on the TypeScript repo (dating back to 2014). As far as what to call this operator, …",
26
+ "source": "bing"
27
+ },
28
+ {
29
+ "title": "What's the meaning of \"=>\" in TypeScript? (Fat Arrow)",
30
+ "url": "https://stackoverflow.com/questions/34274520/whats-the-meaning-of-in-typescript-fat-arrow",
31
+ "excerpt": "In TypeScript, everything that comes after the : but before an = (assignment) is the type information. So your example is saying that the type of MakePoint is a function that takes 0 arguments and returns an …",
32
+ "source": "bing"
33
+ }
34
+ ],
35
+ "timestamp": 1768588155854
36
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "query": "TypeScript async await",
3
+ "results": [
4
+ {
5
+ "title": "Why use triple-equal (===) in TypeScript? - Stack Overflow",
6
+ "url": "https://stackoverflow.com/questions/57125700/why-use-triple-equal-in-typescript",
7
+ "excerpt": "Jul 20, 2019 &#0183;&#32;TypeScript cannot redefine == without breaking all JavaScript code that relies on its behavior (despite this having sad implications for 3). This also implies that TypeScript cannot change …",
8
+ "source": "bing"
9
+ },
10
+ {
11
+ "title": "如何看待 2025 年 3 月 11 日微软公开的 TypeScript-Go 项目?",
12
+ "url": "https://www.zhihu.com/question/14718005119",
13
+ "excerpt": "Mar 12, 2025 &#0183;&#32;能够改进TypeScript的编译速度自然是好事情,tsc的编译器性能已经非常慢了 以我统计的数据为例,下面是我的Gentoo Linux系统自2024年以来所有平均编译时间大于10分钟(600秒)的包。我使用 …",
14
+ "source": "bing"
15
+ },
16
+ {
17
+ "title": "What is TypeScript and why should I use it instead of JavaScript?",
18
+ "url": "https://stackoverflow.com/questions/12694530/what-is-typescript-and-why-should-i-use-it-instead-of-javascript",
19
+ "excerpt": "What is the TypeScript language? What can it do that JavaScript or available libraries cannot do, that would give me reason to consider it?",
20
+ "source": "bing"
21
+ },
22
+ {
23
+ "title": "Does Typescript support the ?. operator? (And, what's it called?)",
24
+ "url": "https://stackoverflow.com/questions/15260732/does-typescript-support-the-operator-and-whats-it-called",
25
+ "excerpt": "Jan 17, 2017 &#0183;&#32;Prior to version 3.7, this was not supported in TypeScript, although it was requested as early as Issue #16 on the TypeScript repo (dating back to 2014). As far as what to call this operator, …",
26
+ "source": "bing"
27
+ },
28
+ {
29
+ "title": "What's the meaning of \"=>\" in TypeScript? (Fat Arrow)",
30
+ "url": "https://stackoverflow.com/questions/34274520/whats-the-meaning-of-in-typescript-fat-arrow",
31
+ "excerpt": "In TypeScript, everything that comes after the : but before an = (assignment) is the type information. So your example is saying that the type of MakePoint is a function that takes 0 arguments and returns an …",
32
+ "source": "bing"
33
+ }
34
+ ],
35
+ "timestamp": 1768582224065
36
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "query": "Next.js 15 best practices",
3
+ "results": [
4
+ {
5
+ "title": "如何评价网易云音乐和网易邮箱大师从鸿蒙 NEXT 应用商店的 ...",
6
+ "url": "https://www.zhihu.com/question/5403998331?write",
7
+ "excerpt": "Nov 28, 2024 &#0183;&#32;华为鸿蒙NEXT是一种“命令式”或“动员式”的替换,鸿蒙NEXT选择直接放弃兼容安卓,要求开发者为其从零开始构建一个全新的原生应用生态。 这种方式直接要求开发者和合作伙伴付出巨大的迁移成 …",
8
+ "source": "bing"
9
+ },
10
+ {
11
+ "title": "near和next to的区别图解_百度知道",
12
+ "url": "https://zhidao.baidu.com/question/1958725740851273868.html",
13
+ "excerpt": "Sep 14, 2024 &#0183;&#32;near和next to的区别图解从释义、用法、使用环境、形象和影响范围五个维度分析near和next to的区别,详细内容如下。1. 释义区别:- \"Near\":表示在某个地点或物体附近,在距离上较为接近。- …",
14
+ "source": "bing"
15
+ },
16
+ {
17
+ "title": "现在是2025年01月13日,现在建议升级到鸿蒙NEXT吗? - 知乎",
18
+ "url": "https://www.zhihu.com/question/9503396393",
19
+ "excerpt": "Jan 13, 2025 &#0183;&#32;写在最后:NEXT给我的是惊艳,尤其是4.2和NEXT互换双持的过程中,切实的体会到了NEXT的种种好,比如无比的流畅,非线性的动画等等,这些以前虚无缥缈的宣传词,在我上手NEXT之后,的确是 …",
20
+ "source": "bing"
21
+ },
22
+ {
23
+ "title": "如何评价阿里新开源的 Qwen3-Next-80B-A3B 模型?有哪些 ...",
24
+ "url": "https://www.zhihu.com/question/1948972886502127039",
25
+ "excerpt": "Sep 12, 2025 &#0183;&#32;Qwen3-Next 引入原生 Multi-Token Prediction (MTP) 机制,既得到了 Speculative Decoding 接受率较高的 MTP 模块,又提升了主干本身的综合性能。 Qwen3-Next 还特别优化了 MTP 多步推理性 …",
26
+ "source": "bing"
27
+ },
28
+ {
29
+ "title": "如何评价 Next.js? - 知乎",
30
+ "url": "https://www.zhihu.com/question/52365623",
31
+ "excerpt": "Nov 4, 2019 &#0183;&#32;Next.jsNext.js提供了基于React的简单通用JavaScript框架 NextDevKit 模板技术栈 所以,我这次在设计模板的时候,也是尽可能的简化代码的复杂度,使用传统的 Next.js 的项目结构,并且尽可能的减 …",
32
+ "source": "bing"
33
+ }
34
+ ],
35
+ "timestamp": 1768588463174
36
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "query": "Rust 2024 edition",
3
+ "results": [
4
+ {
5
+ "title": "如何看待 Rust 这门语言? - 知乎",
6
+ "url": "https://www.zhihu.com/question/432640008",
7
+ "excerpt": "Nov 30, 2020 &#0183;&#32;虽然Rust定位于一门系统级编程语言,但它并没走C++兼容C的老路,完全没有历史的包袱,可以轻装上阵,充分吸收各家编程语言之长,避其之短。 Rust的设计目标是非常明确的,提供 …",
8
+ "source": "bing"
9
+ },
10
+ {
11
+ "title": "Rust、Go、Zig、Dart、C3、C++、C,仓颉、moonbit、凹 ...",
12
+ "url": "https://www.zhihu.com/question/13527699012",
13
+ "excerpt": "May 27, 2025 &#0183;&#32;说句得罪人的: 没有“未来语言”,只有“适配你人生版本的语言”。 有用VB6维护祖传代码的老哥每天准时遛狗,也有追 Rust 热点三年跳槽五次反而薪资倒挂的卷王。 记住: 编程语言是 …",
14
+ "source": "bing"
15
+ },
16
+ {
17
+ "title": "Rust语言一般适合用来干啥? - 知乎",
18
+ "url": "https://www.zhihu.com/question/497319903",
19
+ "excerpt": "Nov 22, 2021 &#0183;&#32;使用现状 AWS从2017年开始就用Rust实现了无服务器计算平台: AWS Lambda 和 AWS Fargate, 并且用Rust重写了Bottlerocket OS和AWS Nitro系统,这两个是弹性计算云 (EC2)的重要服 …",
20
+ "source": "bing"
21
+ },
22
+ {
23
+ "title": "都说rust是集大成者,他有什么缺点呢? - 知乎",
24
+ "url": "https://www.zhihu.com/question/603518666",
25
+ "excerpt": "May 28, 2023 &#0183;&#32;这一切,可能会在rust未来的某个edition中重新加入,但是肯定将会是一个巨大的breaking change。 我个人不期待edition方式能够解决该问题,只期待更加渺茫的rust 2.0或者其他语 …",
26
+ "source": "bing"
27
+ },
28
+ {
29
+ "title": "2025年了 Rust前景如何? - 知乎",
30
+ "url": "https://www.zhihu.com/question/8452441330",
31
+ "excerpt": "Jan 1, 2025 &#0183;&#32;Rust都要赢了,怎么题主没收到通知吗? 事实是,2025年Rust在多个领域取得关键进展: Rust在Linux里转正成为核心语言了 安卓的新Rust代码量已超新C++代码,并且Rust代码编写效率 …",
32
+ "source": "bing"
33
+ }
34
+ ],
35
+ "timestamp": 1768588150758
36
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "query": "AI code review tools architecture best practices security scanning 2024",
3
+ "results": [
4
+ {
5
+ "title": "目前有哪些主流的AI? - 知乎",
6
+ "url": "https://www.zhihu.com/question/591009674",
7
+ "excerpt": "Mar 21, 2023 &#0183;&#32;2、AI 办公类 ①Prezo: prezo.ai 一款AI辅助的演示工具,快速制作PPT ②天工AI搜索: search.tiangong.cn 一款AI搜索引擎,快速查找内容 ③酷表chatExcel: 通过聊天来操作Excel表格的AI工具 …",
8
+ "source": "bing"
9
+ },
10
+ {
11
+ "title": "从2025年来看,AI 泡沫是否会在一两年内破灭? - 知乎",
12
+ "url": "https://www.zhihu.com/question/1943070667252670985",
13
+ "excerpt": "Aug 24, 2025 &#0183;&#32;1 美国的ai泡沫和美国的流动性周期性紧张是必然的。 2 既然为了维持一个ai泡沫,为什么又要制造美元的流动性紧张呢? 因为美国的ai资产的“价值”不是天然的,是资金堆出来的。美国用缩表+财政扩 …",
14
+ "source": "bing"
15
+ },
16
+ {
17
+ "title": "AI 技术的核心本质是什么?背后的技术原理有哪些? - 知乎",
18
+ "url": "https://www.zhihu.com/question/571427849",
19
+ "excerpt": "Dec 9, 2022 &#0183;&#32;目前的 AI大模型本质是,以统计规律代替逻辑规律,以相关性代替因果性,以海量参数的函数拟合出输入输出算法。 具体的技术原理:1 是通过数据集获得统计规律,2是通过统计规律进行插值输出。 而 …",
20
+ "source": "bing"
21
+ },
22
+ {
23
+ "title": "人工智能 - 知乎",
24
+ "url": "https://www.zhihu.com/topic/19551275",
25
+ "excerpt": "人工智能(Artificial Intelligence),英文缩写为AI。它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。人工智能是计算机科学的一个分支,它企图了解智能的实质, …",
26
+ "source": "bing"
27
+ },
28
+ {
29
+ "title": "人工智能那么火~如今AI的应用场景都有哪些? - 知乎",
30
+ "url": "https://www.zhihu.com/question/282715644",
31
+ "excerpt": "Jun 26, 2018 &#0183;&#32;在这个典型场景中,AI算法部署在云端,而站点通过5G接入网络,进而能获得灵活的AI算力支持。 可以说,5G通信是AI算力得以灵活覆盖到各站点的媒介,设备不需要具备强大算力,只需要加装基础的 …",
32
+ "source": "bing"
33
+ }
34
+ ],
35
+ "timestamp": 1768592199151
36
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "query": "AI code review tools best practices 2024",
3
+ "results": [
4
+ {
5
+ "title": "目前有哪些主流的AI? - 知乎",
6
+ "url": "https://www.zhihu.com/question/591009674",
7
+ "excerpt": "Mar 21, 2023 &#0183;&#32;2、AI 办公类 ①Prezo: prezo.ai 一款AI辅助的演示工具,快速制作PPT ②天工AI搜索: search.tiangong.cn 一款AI搜索引擎,快速查找内容 ③酷表chatExcel: 通过聊天来操作Excel表格的AI工具 …",
8
+ "source": "bing"
9
+ },
10
+ {
11
+ "title": "人工智能那么火~如今AI的应用场景都有哪些? - 知乎",
12
+ "url": "https://www.zhihu.com/question/282715644",
13
+ "excerpt": "Jun 26, 2018 &#0183;&#32;在这个典型场景中,AI算法部署在云端,而站点通过5G接入网络,进而能获得灵活的AI算力支持。 可以说,5G通信是AI算力得以灵活覆盖到各站点的媒介,设备不需要具备强大算力,只需要加装基础的 …",
14
+ "source": "bing"
15
+ },
16
+ {
17
+ "title": "人工智能 - 知乎",
18
+ "url": "https://www.zhihu.com/topic/19551275",
19
+ "excerpt": "人工智能(Artificial Intelligence),英文缩写为AI。它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。人工智能是计算机科学的一个分支,它企图了解智能的实质, …",
20
+ "source": "bing"
21
+ },
22
+ {
23
+ "title": "AI 技术的核心本质是什么?背后的技术原理有哪些? - 知乎",
24
+ "url": "https://www.zhihu.com/question/571427849",
25
+ "excerpt": "Dec 9, 2022 &#0183;&#32;目前的 AI大模型本质是,以统计规律代替逻辑规律,以相关性代替因果性,以海量参数的函数拟合出输入输出算法。 具体的技术原理:1 是通过数据集获得统计规律,2是通过统计规律进行插值输出。 而 …",
26
+ "source": "bing"
27
+ },
28
+ {
29
+ "title": "有没有大佬帮我解释一下AI infra到底是干啥的? - 知乎",
30
+ "url": "https://www.zhihu.com/question/4023337465",
31
+ "excerpt": "Nov 13, 2024 &#0183;&#32;1.AI Infra 软硬件定义 AI Infra 并非单一技术模块,而是通过硬件与软件的深度协同,构建起支撑 AI 大模型任务全流程的技术底座,其核心特征在于“垂直整合”,从物理硬件到上层工具,各环节形成闭 …",
32
+ "source": "bing"
33
+ }
34
+ ],
35
+ "timestamp": 1768590277006
36
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "query": "Rust programming",
3
+ "results": [
4
+ {
5
+ "title": "如何看待 Rust 这门语言? - 知乎",
6
+ "url": "https://www.zhihu.com/question/432640008",
7
+ "excerpt": "Nov 30, 2020 &#0183;&#32;虽然Rust定位于一门系统级编程语言,但它并没走C++兼容C的老路,完全没有历史的包袱,可以轻装上阵,充分吸收各家编程语言之长,避其之短。 Rust的设计目标是非常明确的,提供内存安全、线 …",
8
+ "source": "bing"
9
+ },
10
+ {
11
+ "title": "2025年了 Rust前景如何? - 知乎",
12
+ "url": "https://www.zhihu.com/question/8452441330",
13
+ "excerpt": "Jan 1, 2025 &#0183;&#32;Rust都要赢了,怎么题主没收到通知吗? 事实是,2025年Rust在多个领域取得关键进展: Rust在Linux里转正成为核心语言了 安卓的新Rust代码量已超新C++代码,并且Rust代码编写效率快25%, …",
14
+ "source": "bing"
15
+ },
16
+ {
17
+ "title": "Rust语言一般适合用来干啥? - 知乎",
18
+ "url": "https://www.zhihu.com/question/497319903",
19
+ "excerpt": "Nov 22, 2021 &#0183;&#32;使用现状 AWS从2017年开始就用Rust实现了无服务器计算平台: AWS Lambda 和 AWS Fargate, 并且用Rust重写了Bottlerocket OS和AWS Nitro系统,这两个是弹性计算云 (EC2)的重要服务 …",
20
+ "source": "bing"
21
+ },
22
+ {
23
+ "title": "都说rust是集大成者,他有什么缺点呢? - 知乎",
24
+ "url": "https://www.zhihu.com/question/603518666",
25
+ "excerpt": "May 28, 2023 &#0183;&#32;这一切,可能会在rust未来的某个edition中重新加入,但是肯定将会是一个巨大的breaking change。 我个人不期待edition方式能够解决该问题,只期待更加渺茫的rust 2.0或者其他语言替代品能够 …",
26
+ "source": "bing"
27
+ },
28
+ {
29
+ "title": "Rust、Go、Zig、Dart、C3、C++、C,仓颉、moonbit、凹 ...",
30
+ "url": "https://www.zhihu.com/question/13527699012",
31
+ "excerpt": "May 27, 2025 &#0183;&#32;说句得罪人的: 没有“未来语言”,只有“适配你人生版本的语言”。 有用VB6维护祖传代码的老哥每天准时遛狗,也有追 Rust 热点三年跳槽五次反而薪资倒挂的卷王。 记住: 编程语言是艘船,重要的 …",
32
+ "source": "bing"
33
+ }
34
+ ],
35
+ "timestamp": 1768583409109
36
+ }
File without changes