Files
llm-in-text/.kilocode/rules/rules.md
T
ydy0615 49f264b53b feat(project): scaffold Vue 3 + Vite markdown editor
Add initial project structure including:
- .gitignore and VSCode settings
- Vite configuration and package.json with Vue 3 dependencies
- Basic HTML entry point and README update
- Core source files: App.vue, main.js, style.css
- Markdown editor component with plugin system and related types
- Sample HelloWorld component, router, and Pinia store
- Assets and SVG icons

This commit establishes the foundation for the Vue 3 application.
2026-01-12 12:23:44 +08:00

495 B

rules.md

在构建这个LLM应用网页时,你需要基于VUE3开发。我需要前端只运行渲染和数据回传,后端负责llm api调用,inline suggustions实现和数据解析。

指导原则

  • 不要擅自用npm或者yarn运行网页,你既看不到网页的内容,也无法阻止命令暂停
  • 应该保证代码效率,不多定义变量,不写冗余注释,把降低延迟放在第一位
  • 每次完成任务前都要反复检查代码,确保代码准确无误