Skip to content

Commit d3ec464

Browse files
committed
style: format README
1 parent 44572b5 commit d3ec464

1 file changed

Lines changed: 10 additions & 15 deletions

File tree

README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
A Telegram bot that gives you remote access to `@openai/codex` through a Node.js runtime with two Codex backends: the Codex SDK and the legacy CLI/PTy path.
77
It is strictly inspired by `RichardAtCT/claude-code-telegram`, but this project is implemented for CodeX SDK/CLI + MCP + Subagent routing.
88

9-
109
## What Is This?
1110

1211
This bot connects Telegram to Codex and routes tasks to the right execution surface:
@@ -22,7 +21,6 @@ Key design goals:
2221
- Avoid duplicate MCP calls by separating Codex MCP vs Bot MCP responsibilities
2322
- Prefer the SDK backend for new installs, while keeping the CLI backend as a fallback
2423

25-
2624
## Use This Like A Skill
2725

2826
### What It Does
@@ -70,7 +68,6 @@ npm run start
7068

7169
For agent-oriented setup, see [SKILL.md](/Users/ding/Documents/Code/Github/CodexClaw/SKILL.md).
7270

73-
7471
## Quick Start
7572

7673
### Prerequisites
@@ -79,7 +76,6 @@ For agent-oriented setup, see [SKILL.md](/Users/ding/Documents/Code/Github/Codex
7976
- Codex CLI -- https://github.com/openai/codex
8077
- Telegram Bot Token -- from `@BotFather`
8178

82-
8379
## Development Commands
8480

8581
- `npm run start` - start the bot
@@ -492,18 +488,17 @@ Telegram can manage runtime usage of Bot-side MCP and skills, but not install ar
492488
- Codex SDK reference: https://github.com/coleam00/codex-telegram-coding-assistant
493489
- This implementation: Codex-first Node.js stack (`@openai/codex-sdk`, `telegraf`, `node-pty`, `node-cron`, MCP SDK)
494490

495-
496491
---
497492

498-
## 🦞 OPC Ecosystem
493+
## ?? OPC Ecosystem
499494

500-
> Built by [@MackDing](https://github.com/MackDing) One-Person Company infrastructure powered by AI agents.
495+
> Built by [@MackDing](https://github.com/MackDing) ? One-Person Company infrastructure powered by AI agents.
501496
502-
| Project | What it does |
503-
|---------|-------------|
504-
| [**opc.ren**](https://opc.ren) | OPC founder hub tools, signals, community |
505-
| [**CodexClaw**](https://github.com/MackDing/CodexClaw) | Telegram bot for remote Codex access with MCP + subagent routing |
506-
| [**awesome-ai-api**](https://github.com/MackDing/awesome-ai-api) | Leaderboard of 200+ AI API gateways & relays |
507-
| [**claude-context-health**](https://github.com/MackDing/claude-context-health) | Diagnose & fix Claude Code session degradation |
508-
| [**opc-daily-signal**](https://github.com/MackDing/opc-daily-signal) | AI-powered daily decision intelligence for OPC founders |
509-
| [**doc-preprocess-hub**](https://github.com/MackDing/doc-preprocess-hub) | Enterprise document preprocessing MinerU + docling |
497+
| Project | What it does |
498+
| ------------------------------------------------------------------------------ | ---------------------------------------------------------------- |
499+
| [**opc.ren**](https://opc.ren) | OPC founder hub ? tools, signals, community |
500+
| [**CodexClaw**](https://github.com/MackDing/CodexClaw) | Telegram bot for remote Codex access with MCP + subagent routing |
501+
| [**awesome-ai-api**](https://github.com/MackDing/awesome-ai-api) | Leaderboard of 200+ AI API gateways & relays |
502+
| [**claude-context-health**](https://github.com/MackDing/claude-context-health) | Diagnose & fix Claude Code session degradation |
503+
| [**opc-daily-signal**](https://github.com/MackDing/opc-daily-signal) | AI-powered daily decision intelligence for OPC founders |
504+
| [**doc-preprocess-hub**](https://github.com/MackDing/doc-preprocess-hub) | Enterprise document preprocessing ? MinerU + docling |

0 commit comments

Comments
 (0)