From 295013fb3fed5fc57050585be0293f6ae253a8f7 Mon Sep 17 00:00:00 2001 From: "Claude (Docker)" Date: Tue, 10 Mar 2026 08:20:21 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20rename=20org=20timepoint-ai=20?= =?UTF-8?q?=E2=86=92=20timepointai=20in=20all=20URLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 2 +- EXAMPLE_RUN.md | 2 +- README.md | 2 +- e2e_workflows/e2e_runner.py | 2 +- monitoring/llm_explainer.py | 4 ++-- pyproject.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index a96daef..73ac283 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,4 +7,4 @@ - NEVER add any AI attribution, co-author tags, or tool attribution to commits - NEVER include emojis like 🤖 in commit messages - Commit messages should contain ONLY the commit description — nothing else -- This applies to all commits across all timepoint-ai repositories +- This applies to all commits across all timepointai repositories diff --git a/EXAMPLE_RUN.md b/EXAMPLE_RUN.md index bfc31ed..86251ae 100644 --- a/EXAMPLE_RUN.md +++ b/EXAMPLE_RUN.md @@ -469,7 +469,7 @@ All inference via OpenRouter using open-weight models. ### Reproduce this run ```bash -git clone https://github.com/timepoint-ai/timepoint-pro.git +git clone https://github.com/timepointai/timepoint-pro.git cd timepoint-pro pip install -r requirements.txt export OPENROUTER_API_KEY=your_key_here diff --git a/README.md b/README.md index f7de469..c0238a0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ flowchart TD ## Quick Start ```bash -git clone https://github.com/timepoint-ai/timepoint-pro.git +git clone https://github.com/timepointai/timepoint-pro.git cd timepoint-pro pip install -r requirements.txt export OPENROUTER_API_KEY=your_key diff --git a/e2e_workflows/e2e_runner.py b/e2e_workflows/e2e_runner.py index c9630eb..85b32f4 100644 --- a/e2e_workflows/e2e_runner.py +++ b/e2e_workflows/e2e_runner.py @@ -3599,7 +3599,7 @@ def _upload_to_oxen( try: oxen_client = OxenClient( - namespace=os.getenv("OXEN_NAMESPACE", "timepoint-ai"), + namespace=os.getenv("OXEN_NAMESPACE", "timepointai"), repo_name=repo_name, interactive_auth=False, ) diff --git a/monitoring/llm_explainer.py b/monitoring/llm_explainer.py index beaa0c1..739e76f 100644 --- a/monitoring/llm_explainer.py +++ b/monitoring/llm_explainer.py @@ -69,7 +69,7 @@ def generate_explanation( "https://openrouter.ai/api/v1/chat/completions", headers={ "Authorization": f"Bearer {self.api_key}", - "HTTP-Referer": "https://github.com/timepoint-ai/timepoint-pro", + "HTTP-Referer": "https://github.com/timepointai/timepoint-pro", "X-Title": "Timepoint Monitor", }, json={ @@ -117,7 +117,7 @@ def generate_explanation_with_context(self, context: str) -> str | None: "https://openrouter.ai/api/v1/chat/completions", headers={ "Authorization": f"Bearer {self.api_key}", - "HTTP-Referer": "https://github.com/timepoint-ai/timepoint-pro", + "HTTP-Referer": "https://github.com/timepointai/timepoint-pro", "X-Title": "Timepoint Monitor Chat", }, json={ diff --git a/pyproject.toml b/pyproject.toml index ee17ed1..afbf273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ fastapi = "^0.118.0" uvicorn = "^0.37.0" slowapi = "^0.1.9" sentence-transformers = "^3.0.0" -timepoint-tdf = {git = "https://github.com/timepoint-ai/timepoint-tdf.git", branch = "main"} +timepoint-tdf = {git = "https://github.com/timepointai/timepoint-tdf.git", branch = "main"} [tool.poetry.group.dev.dependencies] # Testing