Files
OwnCord/.gitignore
T
jevb deda095db1 test: add WS coverage tests + refactor handlers, update docs
Add hub, livekit, export, and coverage boost tests for Server/ws.
Refactor handlers_chat.go and serve.go for testability.
Sync docs: fix backup endpoint path, add DELETE /auth/account,
add audit logging + account deletion to security.md.
2026-03-31 18:07:23 +02:00

65 lines
1010 B
Plaintext

# Claude Code local config
.claude/
Client/.claude/
Server/.claude/
CLAUDE.md
# GitHub Copilot instructions (internal)
.github/copilot-instructions.md
.github/instructions/
# Agent worktrees (Mission Control fleet isolation)
.worktrees/
# AI-specific / internal planning docs
docs/brain/
docs/CODEMAPS/
docs/designs/
docs/research/
docs/superpowers/
skills/
# Server runtime artifacts
Server/chatserver.exe
Server/chatserver.exe~
Server/owncord-server.exe
Server/config.yaml
Server/data/
# Test coverage artifacts
*.out
Server/cov.out
Server/cover.out
Server/coverage.out
Server/ws_cover.out
Server/ws_cov.out
# Client build artifacts
Client/publish/
Client/publish-single/
Client/publish-release/
# HTML mockups (large design reference files)
Client/login-mockup.html
Client/ui-mockup.html
# Node modules
node_modules/
# AI tooling
.gstack/
.claude-flow/
.mcp.json
.superpowers/
# Internal dev tools
tools/
.cache/
# Internal dev files
SKILL.md
TODOS.md
CLAUDE.md
DESIGN.md
Client/CLIENT-REVIEW.md