From 051775337251b0c7036959901eacb58471100862 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Wed, 6 May 2026 14:52:34 -0700 Subject: fixed star behavior and claude init --- AGENTS.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index bf95f64..a84dcce 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,8 +15,5 @@ Use 4-space indentation and keep Python code straightforward and type-friendly. ## Testing Guidelines There is no committed `tests/` package yet, so add targeted tests alongside any non-trivial feature work. Use `pytest` if you introduce automated tests, with filenames like `test_imports.py` and test names such as `test_watchlist_import_sets_queue_shelf`. For now, every change should at least pass the `py_compile` check and a local smoke test of the affected route in the browser. -## Commit & Pull Request Guidelines -Git history is not readable from this workspace, so use short imperative commit subjects such as `Add queue watchlist import`. Keep commits focused on one behavior change. Pull requests should explain the user-facing change, note any schema or import implications, list verification steps, and include screenshots for template or CSS updates. - ## Security & Configuration Keep secrets in `.env`, especially `TMDB_API_KEY`, and never hardcode credentials in Python, templates, or JavaScript. Treat `lumiere.db` and backup database files as local artifacts unless a task explicitly requires fixture data. -- cgit v1.3-2-g0d8e