Skip to content

Commit 522a64d

Browse files
authored
fix: 404 links in README (#149)
1 parent 9cbcb4d commit 522a64d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Once setup, you can start coding with Claude Code:
6262

6363
### AST-Driven Coding Workflow
6464

65-
[`.claude/hooks`](docs/.claude/hooks) provide a 4-layer analysis chain from repository to node details:
65+
[`.claude/hooks`](internal/utils/assets/.claude/hooks) provide a 4-layer analysis chain from repository to node details:
6666

6767
```
6868
list_repos → get_repo_structure → get_package_structure → get_file_structure → get_ast_node
@@ -72,13 +72,13 @@ list_repos → get_repo_structure → get_package_structure → get_file_structu
7272

7373
### Claude Code Slash Commands
7474

75-
[`.claude/commands`](docs/.claude/commands) provide three custom slash commands to streamline development:
75+
[`.claude/commands`](internal/utils/assets/.claude/commands) provide three custom slash commands to streamline development:
7676

7777
| Command | Function | Description |
7878
|---------|----------|-------------|
79-
| [`/abcoder:schedule` <task_desc>](docs/.claude/commands/abcoder:schedule.md) | Design implementation | Analyze codebase by using ABCoder, design technical solution |
80-
| [`/abcoder:task <name>`](docs/.claude/commands/abcoder:task.md) | Create coding task | Generate standardized CODE_TASK document |
81-
| [`/abcoder:recheck <task>`](docs/.claude/commands/abcoder:recheck.md) | Verify solution | Critically check CODE_TASK feasibility, useful when a CODE_TASK contains external dependencies |
79+
| [`/abcoder:schedule` <task_desc>](internal/utils/assets/.claude/commands/schedule.md) | Design implementation | Analyze codebase by using ABCoder, design technical solution |
80+
| [`/abcoder:task <name>`](internal/utils/assets/.claude/commands/task.md) | Create coding task | Generate standardized CODE_TASK document |
81+
| [`/abcoder:recheck <task>`](internal/utils/assets/.claude/commands/recheck.md) | Verify solution | Critically check CODE_TASK feasibility, useful when a CODE_TASK contains external dependencies |
8282

8383
### Workflow
8484

@@ -102,19 +102,19 @@ Start coding(sub-agent) ─────────→ Execute Implementation
102102

103103
| File | Purpose |
104104
|------|---------|
105-
| [`CLAUDE.md`](docs/.claude/CLAUDE.md) | Core AST-Driven Coder role definition |
106-
| [`settings.json`](docs/.claude/settings.json) | Hooks and permissions configuration |
107-
| [`hooks/`](docs/.claude/hooks/) | Automation scripts (parse/prompt/reminder) |
108-
| [`commands/`](docs/.claude/commands/) | Slash command definitions (abcoder:task/abcoder:schedule/abcoder:recheck) |
109-
| [`tmpls/ABCODER_CODE_TASK.md`](docs/.claude/tmpls/ABCODER_CODE_TASK.md) | Coding task template |
105+
| [`CLAUDE.md`](internal/utils/assets/.claude/CLAUDE.md) | Core AST-Driven Coder role definition |
106+
| [`settings.json`](internal/utils/assets/.claude/settings.json) | Hooks and permissions configuration |
107+
| [`hooks/`](internal/utils/assets/.claude/hooks/) | Automation scripts (parse/prompt/reminder) |
108+
| [`commands/`](internal/utils/assets/.claude/commands/) | Slash command definitions (abcoder:task/abcoder:schedule/abcoder:recheck) |
109+
| [`tmpls/ABCODER_CODE_TASK.md`](internal/utils/assets/.claude/tmpls/ABCODER_CODE_TASK.md) | Coding task template |
110110

111111
### Dependencies
112112

113113
- Claude Code CLI
114114
- ABCoder MCP server (provides `mcp__abcoder` tools)
115115
- Sequential-thinking MCP server (provides `mcp__sequential_thinking` tools, automatically configured by init-spec)
116116

117-
> For detailed configuration, see [docs/.claude/README.md](docs/.claude/README.md)
117+
> For detailed configuration, see [claude-code-spec.md](docs/claude-code-spec.md)
118118
119119
> Watch the demo video [here](https://github.com/cloudwego/abcoder/pull/141)
120120

docs/claude-code-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ coding-executor ──────→ 执行实现
123123

124124
## 相关文档
125125

126-
- [hooks/README.md](hooks/README.md) - 钩子系统详解
127-
- [commands/README.md](commands/README.md) - 斜杠命令详解
126+
- [hooks/README.md](../internal/utils/assets/.claude/hooks/README.md) - 钩子系统详解
127+
- [commands/README.md](../internal/utils/assets/.claude/commands/README.md) - 斜杠命令详解

0 commit comments

Comments
 (0)