добавлена обвязка OpenSpec и настройки Claude Code

- команды `opsx` и скиллы работы с предложениями изменений
- `openspec/config.yaml`, `.claude/settings.json`
This commit is contained in:
av
2026-08-01 13:48:22 +03:00
parent 9d06509446
commit 2ef43e1c2c
12 changed files with 1592 additions and 0 deletions
+20
View 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