55a911fb37
gates / consistency-and-conventions (push) Successful in 18s
Remove 123 temp/process files so the repo tracks only deliverable code and docs: - AgentsReport/ (86) + reportAgents/ (28): per-round agent handoff reports — shared memory for the workflow, not project deliverables. AgentsReport/ is now gitignored so future reports stay local-only. - tmp_request.md: stale task ledger (R1-R7 all landed; file's own instruction was 'delete when all are implemented'). - reports/bug-report-smb-server-access-denied.md: old bug writeup; the fix landed in the stabilization round. - FINAL_SUMMARY.md, IMPLEMENTATION_PLAN.md, AUDIT.md, AUDIT_TABLE.md, Design-and-implement-a-self-describing-command-registry-for-POS.md: unreferenced phase artifacts, superseded by code. - Stray fragments: 'To' (empty), '.n' (stray redirect). - AGENT_TODO.md: cleanup entry moved to Done. Kept: DOC/ (19), tools-docs/ytsync.md (live-referenced), AGENT_TODO.md, AGENTS.md, MAINTENANCE.md, bin/lib/apps/tests/config/scripts/templates/ systemd/entertainment/features/completions/, x64_bin/ (installer). Nothing lost — git history retains every removed file. Verified: make gen idempotent, make check OK, make lint 0 FAIL/0 WARN, make test 17 files / 299 checks green, git diff --check clean.
36 lines
546 B
Plaintext
36 lines
546 B
Plaintext
|
|
# Python (if src/ or pyinstaller is ever used)
|
|
__pycache__/
|
|
*.pyc
|
|
dist/
|
|
build/
|
|
*.spec
|
|
*.egg-info/
|
|
|
|
# Editors
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker Compose — user's active stacks and secrets
|
|
compose/custom/
|
|
compose/config.env
|
|
|
|
# Secrets — never commit real keys/certs
|
|
config/authorized_keys
|
|
config/rclone.conf
|
|
|
|
# Stray session capture (accidentally created in the repo root)
|
|
session
|
|
|
|
# Scratch/plan notes — never committed
|
|
TEMP_PLAN.md
|
|
dream.md
|
|
|
|
# Agent process reports — local-only shared memory (not tracked)
|
|
AgentsReport/
|