3 Commits

Author SHA1 Message Date
cottongin
c7c6cd979b chore: add run.py entrypoint, update .gitignore and README
Moved the app entrypoint from app.py __main__ block to a dedicated
run.py. Updated .gitignore to exclude editor, superpowers, and OS files.

Made-with: Cursor
2026-04-06 18:39:49 -04:00
cottongin
5c924f7dba feat: full integration — app.py wiring, scheduler startup, route registration, README
- Wire blueprints and scheduler into create_app()
- Add start_scheduler param to skip scheduler in tests
- Fix Setting.get/set to use modern db.session.get()
- Remove unused imports from conftest and models
- Add README with quick start and usage guide

Made-with: Cursor
2026-04-06 15:22:38 -04:00
cottongin
88e359069d scaffold: project structure, config, Flask app factory, test fixtures
Made-with: Cursor
2026-04-06 14:54:00 -04:00