Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# matchday-typer
# TyperBot

100% vibecoded, no guarantees given but it seems to work.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion typer_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Typer Bot - Football Predictions Discord Bot."""
"""TyperBot - Football Predictions Discord Bot."""

__all__ = ["TyperBot"]
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading