From f55a47f166527ccd851cbb85ca7a5fe243ef7823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=81=D0=B8=D0=BD=D0=B5=D1=87=D0=BA=D0=B0=20=E2=99=A1?= <63897347+ktnk-dev@users.noreply.github.com> Date: Sun, 30 Aug 2026 14:08:20 +0300 Subject: [PATCH] add: AGENTS.md --- AGENTS.md | 30 ++++++++++++++++++++++++++++++ groups/.empty | 0 2 files changed, 30 insertions(+) create mode 100644 AGENTS.md delete mode 100644 groups/.empty diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..ddce8ee --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,30 @@ +# About +This project: Telegram bot for displaying schedule for groups of students +Validate and run project via `uv` + +### Commit message rules: +`{fix|add|impl|bot|event|web|any other...}: {message}` + +# Folders: +## `./events/` +Separate event system implementation, i.e.: notifications about upcoming lessons + +## `./bot/` +Main interactions with bot + +## `./models/` +Main implementations + +## `./web/` +Folder for static web content + +## `./utils/schedule_client.py` +Main schedule database client to communicate with. Autogenerated from private repo, don't modify + +# How to run +Copy `./config.example.py` to `./config.py` +Fill all variables in `./config.py` +Run via `uv run main.py` + + +...anything else??? \ No newline at end of file diff --git a/groups/.empty b/groups/.empty deleted file mode 100644 index e69de29..0000000