- Move cross-cutting docs (personas, design system, implementation phases, Ideen.md) to .specify/memory/ - Move cross-cutting research and plans to .specify/memory/research/ and .specify/memory/plans/ - Extract 5 setup tasks from spec/setup-tasks.md into individual specs/001-005/spec.md files with spec-kit template format - Extract 20 user stories from spec/userstories.md into individual specs/006-026/spec.md files with spec-kit template format - Relocate feature-specific research and plan docs into specs/[feature]/ - Add spec-kit constitution, templates, scripts, and slash commands - Slim down CLAUDE.md to Claude-Code-specific config, delegate principles to .specify/memory/constitution.md - Update ralph.sh with stream-json output and per-iteration logging - Delete old spec/ and docs/agents/ directories - Gitignore Ralph iteration JSONL logs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
63 lines
799 B
Plaintext
63 lines
799 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Claude Code (machine-local)
|
|
.claude/settings.local.json
|
|
.mcp.json
|
|
.rodney/
|
|
.agent-tests/
|
|
.ralph/*/iteration-*.jsonl
|
|
|
|
# Java/Maven
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.nar
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.factorypath
|
|
.springBeans
|
|
.sts4-cache
|
|
hs_err_pid*
|
|
replay_pid*
|
|
*.log
|
|
|
|
# Node.js/Vue/Vite
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
frontend/src/api/schema.d.ts
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
npm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Spring Boot local profile (developer-specific, not committed)
|
|
backend/src/main/resources/application-local.properties
|
|
|
|
# Editor swap files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
\#*\#
|
|
.#*
|