Commit Graph

5 Commits

Author SHA1 Message Date
tycon
2f185d919c Update build script to use direct VitePress binary
Changed the build script in package.json to invoke the VitePress binary directly via node instead of using npx. This can improve reliability in certain environments where npx behavior may vary.
2025-10-12 01:00:59 +08:00
tycon
951bb947df Update build script to use npx for VitePress
The build script now uses 'npx vitepress build docs' to ensure the correct VitePress binary is used, improving compatibility and reliability.
2025-10-12 00:58:36 +08:00
tycon
b7bc2faa87 Add build script to package.json
Introduced a 'build' script that runs 'vitepress build docs' to streamline documentation building. This provides a standard 'npm run build' command for the project.
2025-10-12 00:52:59 +08:00
tycon
bca5292f1f feat: Finalize VitePress site structure and styling 2025-10-11 23:05:08 +08:00
tycon
86777756b4 同步新功能
Added comprehensive prompt and tool usage documentation for multiple AI coding agents in both English and Chinese under the docs directory. Includes system prompts, tool usage guidelines, agent-specific instructions, and supporting assets for various agents such as Amp, Claude, GPT-5, and others.
2025-10-11 12:02:04 +08:00