From 0bd2659d2b1ccd10085df4aaa7dc5787180e9322 Mon Sep 17 00:00:00 2001 From: adrunkhuman <16039109+adrunkhuman@users.noreply.github.com> Date: Sun, 22 Mar 2026 19:51:58 +0100 Subject: [PATCH] chore: rename project to TyperBot --- AGENTS.md | 2 +- README.md | 2 +- pyproject.toml | 4 ++-- tests/conftest.py | 2 +- typer_bot/__init__.py | 2 +- uv.lock | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index c3d3e13..a39c8c0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,7 +3,7 @@ **Target Audience:** AI Agents (LLMs) working on this codebase. ## 1. Identity & Purpose -You are working on `matchday-typer`, a Discord bot for football prediction leagues. +You are working on `TyperBot`, a Discord bot for football prediction leagues. - **Core Function:** Users predict scores -> Admins enter results -> Bot calculates points. - **Vibe:** Functional, simple, reliable. No bloat. - **Tech:** Python 3.10+, discord.py, aiosqlite, Railway hosting. diff --git a/README.md b/README.md index b741357..2290899 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# matchday-typer +# TyperBot 100% vibecoded, no guarantees given but it seems to work. diff --git a/pyproject.toml b/pyproject.toml index 0ca890e..96d7a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] -name = "typer-bot" +name = "typerbot" version = "1.0.0" -description = "Discord bot for football predictions" +description = "TyperBot - Discord bot for football predictions" requires-python = ">=3.13" authors = [ {name = "Typer Team"} diff --git a/tests/conftest.py b/tests/conftest.py index be7d48b..52daa00 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -"""Shared pytest fixtures for typer-bot tests.""" +"""Shared pytest fixtures for TyperBot tests.""" import tempfile from datetime import UTC, datetime, timedelta diff --git a/typer_bot/__init__.py b/typer_bot/__init__.py index 474e240..84e373b 100644 --- a/typer_bot/__init__.py +++ b/typer_bot/__init__.py @@ -1,3 +1,3 @@ -"""Typer Bot - Football Predictions Discord Bot.""" +"""TyperBot - Football Predictions Discord Bot.""" __all__ = ["TyperBot"] diff --git a/uv.lock b/uv.lock index c3ae333..1661e38 100644 --- a/uv.lock +++ b/uv.lock @@ -575,7 +575,7 @@ wheels = [ ] [[package]] -name = "typer-bot" +name = "typerbot" version = "1.0.0" source = { editable = "." } dependencies = [