Skip to content

Commit ca3ef66

Browse files
TC407-apiclaude
andcommitted
chore: update all GitHub URLs to correct username
Replace placeholder 'yourusername' with 'TC407-api' in: - README.md - docs/CLAUDE_CODE_SETUP.md - CONTRIBUTING.md - src/mcp/plugins/enterprise_stub.py Also add CI badge to README. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8434994 commit ca3ef66

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By participating in this project, you agree to abide by our [Code of Conduct](CO
1010

1111
### Reporting Bugs
1212

13-
1. **Check existing issues** - Search the [issue tracker](https://github.com/yourusername/task-orchestrator/issues) to avoid duplicates.
13+
1. **Check existing issues** - Search the [issue tracker](https://github.com/TC407-api/task-orchestrator/issues) to avoid duplicates.
1414
2. **Create a detailed report** including:
1515
- Python version and OS
1616
- Steps to reproduce

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Task Orchestrator MCP Server
22

3+
[![CI](https://github.com/TC407-api/task-orchestrator/actions/workflows/ci.yml/badge.svg)](https://github.com/TC407-api/task-orchestrator/actions/workflows/ci.yml)
34
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
56
[![Tests](https://img.shields.io/badge/tests-680%2B-brightgreen.svg)](tests/)
@@ -33,7 +34,7 @@ Most AI agents fail silently in production. Task Orchestrator adds an **immune s
3334

3435
```bash
3536
# 1. Clone and install
36-
git clone https://github.com/yourusername/task-orchestrator.git
37+
git clone https://github.com/TC407-api/task-orchestrator.git
3738
cd task-orchestrator && pip install -r requirements.txt
3839

3940
# 2. Configure (add your API key)
@@ -63,7 +64,7 @@ Task Orchestrator works with multiple providers:
6364

6465
```bash
6566
# Clone repository
66-
git clone https://github.com/yourusername/task-orchestrator.git
67+
git clone https://github.com/TC407-api/task-orchestrator.git
6768
cd task-orchestrator
6869

6970
# Create virtual environment

docs/CLAUDE_CODE_SETUP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide walks you through adding Task Orchestrator to your Claude Code setup.
1414

1515
```bash
1616
# 1. Clone the repository
17-
git clone https://github.com/yourusername/task-orchestrator.git
17+
git clone https://github.com/TC407-api/task-orchestrator.git
1818

1919
# 2. Install dependencies
2020
cd task-orchestrator && pip install -r requirements.txt
@@ -32,7 +32,7 @@ claude mcp add task-orchestrator python mcp_server.py
3232
### Step 1: Clone and Install
3333

3434
```bash
35-
git clone https://github.com/yourusername/task-orchestrator.git
35+
git clone https://github.com/TC407-api/task-orchestrator.git
3636
cd task-orchestrator
3737

3838
# Create virtual environment (recommended)
@@ -233,6 +233,6 @@ See `examples/hooks/` for examples.
233233

234234
## Need Help?
235235

236-
- [GitHub Issues](https://github.com/yourusername/task-orchestrator/issues)
237-
- [Documentation](https://github.com/yourusername/task-orchestrator/tree/main/docs)
236+
- [GitHub Issues](https://github.com/TC407-api/task-orchestrator/issues)
237+
- [Documentation](https://github.com/TC407-api/task-orchestrator/tree/main/docs)
238238
- [Contributing Guide](../CONTRIBUTING.md)

src/mcp/plugins/enterprise_stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async def _not_implemented(self, args: dict) -> dict:
123123
return {
124124
"error": "Enterprise feature not available",
125125
"message": "This feature requires task-orchestrator-enterprise. "
126-
"See https://github.com/yourusername/task-orchestrator for licensing info.",
126+
"See https://github.com/TC407-api/task-orchestrator for licensing info.",
127127
}
128128

129129

0 commit comments

Comments
 (0)