Skip to content

Commit 4ef20ff

Browse files
mfittkoclaude
andauthored
Update URLs for sofatutor organization (#1)
- Update all GitHub URLs to reflect sofatutor/agents-cli - Configure Jekyll documentation site for sofatutor.github.io - Enable proper badge links and documentation references 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent dba90bb commit 4ef20ff

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Agents CLI
22

3-
[![CI](https://github.com/your-username/agents-cli/workflows/CI/badge.svg)](https://github.com/your-username/agents-cli/actions)
3+
[![CI](https://github.com/sofatutor/agents-cli/workflows/CI/badge.svg)](https://github.com/sofatutor/agents-cli/actions)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5-
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://your-username.github.io/agents-cli)
5+
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://sofatutor.github.io/agents-cli)
66
[![Phase](https://img.shields.io/badge/Phase-1%20Development-orange)]()
77
[![OpenAI SDK](https://img.shields.io/badge/OpenAI-Agents%20SDK-green)](https://openai.github.io/openai-agents-js/)
88

99
**Multi-agent workflow engine for agentic IDEs using OpenAI Agents SDK**
1010

1111
> 🚧 **Status**: Phase 1 Development - Foundation and MCP core functionality
1212
>
13-
> 📖 **Documentation**: [your-username.github.io/agents-cli](https://your-username.github.io/agents-cli)
13+
> 📖 **Documentation**: [sofatutor.github.io/agents-cli](https://sofatutor.github.io/agents-cli)
1414
1515
## What is Agents CLI?
1616

@@ -97,13 +97,13 @@ agents-cli serve \
9797

9898
## Documentation
9999

100-
📖 **[Complete Documentation](https://your-username.github.io/agents-cli)**
100+
📖 **[Complete Documentation](https://sofatutor.github.io/agents-cli)**
101101

102102
### Quick Links
103-
- [Installation Guide](https://your-username.github.io/agents-cli/getting-started/installation)
104-
- [IDE Integration](https://your-username.github.io/agents-cli/guides/ide-integration)
105-
- [Configuration Reference](https://your-username.github.io/agents-cli/api/configuration-schema)
106-
- [Example Workflows](https://your-username.github.io/agents-cli/examples/)
103+
- [Installation Guide](https://sofatutor.github.io/agents-cli/getting-started/installation)
104+
- [IDE Integration](https://sofatutor.github.io/agents-cli/guides/ide-integration)
105+
- [Configuration Reference](https://sofatutor.github.io/agents-cli/api/configuration-schema)
106+
- [Example Workflows](https://sofatutor.github.io/agents-cli/examples/)
107107

108108
### Architecture & Development
109109
- [OpenAI Agents SDK Guide](AGENTS.md)
@@ -117,17 +117,17 @@ We welcome contributions! This is an open source project under MIT license.
117117

118118
🛠️ **Development Setup**
119119
```bash
120-
git clone https://github.com/your-username/agents-cli.git
120+
git clone https://github.com/sofatutor/agents-cli.git
121121
cd agents-cli
122122
npm install
123123
npm test
124124
npm run dev
125125
```
126126

127127
📋 **Contributing Guidelines**
128-
- [Development Setup](https://your-username.github.io/agents-cli/contributing/development-setup)
129-
- [Architecture Overview](https://your-username.github.io/agents-cli/contributing/architecture)
130-
- [Phase Task Breakdown](https://your-username.github.io/agents-cli/contributing/phase-roadmap)
128+
- [Development Setup](https://sofatutor.github.io/agents-cli/contributing/development-setup)
129+
- [Architecture Overview](https://sofatutor.github.io/agents-cli/contributing/architecture)
130+
- [Phase Task Breakdown](https://sofatutor.github.io/agents-cli/contributing/phase-roadmap)
131131
- [Contributing Guide](CONTRIBUTING.md)
132132

133133
## Project Status & Roadmap
@@ -143,7 +143,7 @@ npm run dev
143143
| ⏳ OpenAI SDK Integration | Planned | Agent creation and orchestration |
144144
| ⏳ Security Framework | Planned | Tool sandboxing and access controls |
145145

146-
[View detailed progress →](https://your-username.github.io/agents-cli/contributing/phase-roadmap)
146+
[View detailed progress →](https://sofatutor.github.io/agents-cli/contributing/phase-roadmap)
147147

148148
### Upcoming Phases
149149
- **Phase 2**: Advanced tool integrations and parallel workflow patterns
@@ -174,9 +174,9 @@ Security is a core focus. See our [Security Policy](SECURITY.md) for:
174174

175175
## Support
176176

177-
- 📖 [Documentation](https://your-username.github.io/agents-cli)
178-
- 🐛 [Report Issues](https://github.com/your-username/agents-cli/issues)
179-
- 💬 [GitHub Discussions](https://github.com/your-username/agents-cli/discussions)
177+
- 📖 [Documentation](https://sofatutor.github.io/agents-cli)
178+
- 🐛 [Report Issues](https://github.com/sofatutor/agents-cli/issues)
179+
- 💬 [GitHub Discussions](https://github.com/sofatutor/agents-cli/discussions)
180180
- 🤝 [Contributing Guide](CONTRIBUTING.md)
181181

182182
---

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Agents CLI Documentation
22
description: Multi-agent workflow engine for agentic IDEs
3-
url: https://your-username.github.io
3+
url: https://sofatutor.github.io
44
baseurl: /agents-cli
55

66
# Theme
@@ -26,14 +26,14 @@ header_pages:
2626

2727
# Social links
2828
github:
29-
repository_url: https://github.com/your-username/agents-cli
29+
repository_url: https://github.com/sofatutor/agents-cli
3030

3131
# OpenGraph
3232
logo: assets/img/agents-cli-logo.png
3333
social:
3434
name: Agents CLI
3535
links:
36-
- https://github.com/your-username/agents-cli
36+
- https://github.com/sofatutor/agents-cli
3737

3838
# Collections
3939
collections:

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: Open source workflow engine enabling agentic IDEs to execute sophis
88

99
**Multi-agent workflow engine for agentic IDEs using OpenAI Agents SDK**
1010

11-
[![CI](https://github.com/your-username/agents-cli/workflows/CI/badge.svg)](https://github.com/your-username/agents-cli/actions)
11+
[![CI](https://github.com/sofatutor/agents-cli/workflows/CI/badge.svg)](https://github.com/sofatutor/agents-cli/actions)
1212
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
13-
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://your-username.github.io/agents-cli)
13+
[![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://sofatutor.github.io/agents-cli)
1414

1515
## 🚀 What is Agents CLI?
1616

@@ -60,4 +60,4 @@ We welcome contributions! This is an open source project under MIT license.
6060

6161
## 📄 License
6262

63-
MIT License - see [LICENSE](https://github.com/your-username/agents-cli/blob/main/LICENSE)
63+
MIT License - see [LICENSE](https://github.com/sofatutor/agents-cli/blob/main/LICENSE)

0 commit comments

Comments
 (0)