mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-03-22 00:28:03 +00:00
feat: add openspec
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,5 +1,15 @@
|
|||||||
# Trace files
|
# Skills
|
||||||
radar.duckdb*
|
.codebuddy/
|
||||||
|
.agent/
|
||||||
|
.agents/
|
||||||
|
.claude/
|
||||||
|
.cursor/
|
||||||
|
.gemini/
|
||||||
|
.github/skills/
|
||||||
|
.opencode/
|
||||||
|
.qoder/
|
||||||
|
.qwen/
|
||||||
|
.trae/
|
||||||
|
|
||||||
# Environment files
|
# Environment files
|
||||||
.env
|
.env
|
||||||
|
|||||||
20
openspec/config.yaml
Normal file
20
openspec/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
schema: spec-driven
|
||||||
|
|
||||||
|
# Project context (optional)
|
||||||
|
# This is shown to AI when creating artifacts.
|
||||||
|
# Add your tech stack, conventions, style guides, domain knowledge, etc.
|
||||||
|
# Example:
|
||||||
|
# context: |
|
||||||
|
# Tech stack: TypeScript, React, Node.js
|
||||||
|
# We use conventional commits
|
||||||
|
# Domain: e-commerce platform
|
||||||
|
|
||||||
|
# Per-artifact rules (optional)
|
||||||
|
# Add custom rules for specific artifacts.
|
||||||
|
# Example:
|
||||||
|
# rules:
|
||||||
|
# proposal:
|
||||||
|
# - Keep proposals under 500 words
|
||||||
|
# - Always include a "Non-goals" section
|
||||||
|
# tasks:
|
||||||
|
# - Break tasks into chunks of max 2 hours
|
||||||
@@ -72,6 +72,7 @@ TEXT_EXTENSIONS = {
|
|||||||
".dockerignore",
|
".dockerignore",
|
||||||
"Makefile",
|
"Makefile",
|
||||||
"Dockerfile",
|
"Dockerfile",
|
||||||
|
".tpl",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user