mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
- Add ESLint v9 flat config with typescript-eslint - Fix no-floating-promises, no-unused-vars, consistent-return across client - Refactor livekitSession: delegate entirely to AudioPipeline (1438→1171 lines) - Add 7 delete-account UI tests in settings-overlay.test.ts - Update CLAUDE.md with latest features and project structure - Update .gitignore
52 lines
812 B
Plaintext
52 lines
812 B
Plaintext
# Claude Code local config
|
|
.claude/
|
|
Client/.claude/
|
|
Server/.claude/
|
|
|
|
# Claude Code skills
|
|
skills/
|
|
\
|
|
|
|
#github copilot
|
|
.github/
|
|
|
|
# AI-specific / internal planning docs
|
|
Obsidian-Brain/
|
|
IMPROVEMENTS.md
|
|
STOAT-RESEARCH.md
|
|
PROMPTS.md
|
|
SKILL.md
|
|
AUDIT.md
|
|
LANGUAGE-REVIEW.md
|
|
MIGRATION-PLAN.md
|
|
TESTING-STRATEGY.md
|
|
CLIENT-ARCHITECTURE.md
|
|
docs/superpowers/
|
|
docs/brain/
|
|
# Server runtime artifacts
|
|
Server/chatserver.exe
|
|
Server/chatserver.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
|
|
.gstack/
|
|
.claude-flow/
|
|
.mcp.json
|
|
.superpowers/
|