mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-20 23:13:07 +00:00
* Changes from fix/memory-and-context-mobile-friendly * fix: Improve file extension detection and add path traversal protection * refactor: Extract file extension utilities and add path traversal guards Code review improvements: - Extract isMarkdownFilename and isImageFilename to shared image-utils.ts - Remove duplicated code from context-view.tsx and memory-view.tsx - Add path traversal guard for context fixture utilities (matching memory) - Add 7 new tests for context fixture path traversal protection - Total 61 tests pass Addresses code review feedback from PR #813 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * test: Add e2e tests for profiles crud and board background persistence * Update apps/ui/playwright.config.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: Add robust test navigation handling and file filtering * fix: Format NODE_OPTIONS configuration on single line * test: Update profiles and board background persistence tests * test: Replace iPhone 13 Pro with Pixel 5 for mobile test consistency * Update apps/ui/src/components/views/context-view.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore: Remove test project directory * feat: Filter context files by type and improve mobile menu visibility --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
110 lines
1.4 KiB
Plaintext
110 lines
1.4 KiB
Plaintext
#added by trueheads > will remove once supercombo adds multi-os support
|
|
launch.sh
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.turbo/
|
|
|
|
# Automaker
|
|
.automaker/images/
|
|
.automaker/
|
|
/.automaker/*
|
|
/.automaker/
|
|
|
|
.worktrees/
|
|
|
|
/logs
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# IDE/Editor configs
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Editor backup/temp files
|
|
*~
|
|
*.bak
|
|
*.backup
|
|
*.orig
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Local settings (user-specific)
|
|
*.local.json
|
|
|
|
# Application state/backup
|
|
backup.json
|
|
|
|
# Test artifacts
|
|
test-results/
|
|
coverage/
|
|
.nyc_output/
|
|
*.lcov
|
|
playwright-report/
|
|
blob-report/
|
|
test/**/test-project-[0-9]*/
|
|
test/opus-thinking-*/
|
|
test/agent-session-test-*/
|
|
test/feature-backlog-test-*/
|
|
test/running-task-display-test-*/
|
|
|
|
# Environment files (keep .example)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
!.env.local.example
|
|
|
|
# Codex config (contains API keys)
|
|
.codex/config.toml
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Misc
|
|
*.pem
|
|
|
|
docker-compose.override.yml
|
|
.claude/docker-compose.override.yml
|
|
.claude/hans/
|
|
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
|
|
# Fork-specific workflow files (should never be committed)
|
|
DEVELOPMENT_WORKFLOW.md
|
|
check-sync.sh
|
|
# API key files
|
|
data/.api-key
|
|
data/credentials.json
|
|
data/
|
|
.codex/
|
|
|
|
# GSD planning docs (local-only)
|
|
.planning/
|
|
.mcp.json
|
|
.planning
|