Initial sync: memory, agents, commands, and gitignore
Syncs project memory, custom agents, and commands across machines. Excludes secrets (settings.json), session state, and runtime files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Flask dev server port
|
||||
description: User runs the Flask dev server on port 8080, not the default port 80
|
||||
type: feedback
|
||||
---
|
||||
|
||||
Run the Flask dev server on port 8080 for local testing.
|
||||
|
||||
**Why:** User preference — they've been using 8080 consistently.
|
||||
|
||||
**How to apply:** When starting the Flask app for testing, always use port 8080 instead of the default.
|
||||
Reference in New Issue
Block a user