summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-06 14:52:34 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-06 14:52:34 -0700
commit051775337251b0c7036959901eacb58471100862 (patch)
tree6335946de25f3bbb38dcae8f82ca5e8677805615 /AGENTS.md
parenta3df69ff5218cee132a6def9d860cd0276cc0cd4 (diff)
fixed star behavior and claude init
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md3
1 files changed, 0 insertions, 3 deletions
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.