Skip to content

Commit cb38304

Browse files
committed
docs(reference): remove API_REFERENCE.md and normalize canonical API links
1 parent 6b5f005 commit cb38304

9 files changed

Lines changed: 10 additions & 20 deletions

.github/public-sync-allowlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ docs/guides/troubleshooting.md
1515
docs/guides/quickstart-claude-code.md
1616

1717
docs/reference/api-reference.md
18-
docs/reference/API_REFERENCE.md
1918

2019
deploy/CLAUDE_CODE_WHITELIST.md

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ This release represents a complete transformation from alpha to production-ready
565565

566566
#### Developer Documentation
567567
- DEVELOPER_GUIDE.md with architecture overview
568-
- API_REFERENCE.md with complete method documentation
568+
- api-reference.md with complete method documentation
569569
- Contributing guidelines with coding standards
570570
- Test writing guide with examples
571571

docs/guides/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def test_estimated_hours():
698698
./tm add "Implement feature X" --estimated-hours 8
699699
```
700700

701-
# Update API_REFERENCE.md
701+
# Update api-reference.md
702702
### add_task()
703703
- estimated_hours (int, optional): Estimated hours to complete
704704
```

docs/guides/orchestrator-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ sync: Checkpoint for all
448448

449449
- [Multi-Agent Workflow Examples](../examples/multi_agent_workflow.py)
450450
- [Dependency Management](../examples/dependency_management.py)
451-
- [API Reference](../reference/API_REFERENCE.md)
451+
- [API Reference](../reference/api-reference.md)
452452
- [Troubleshooting Guide](TROUBLESHOOTING.md)
453453

454454
---
455455

456-
**Remember**: As an orchestrator, your role is to structure work, facilitate communication, and remove blockers. Let the specialists focus on their expertise while you maintain the big picture.
456+
**Remember**: As an orchestrator, your role is to structure work, facilitate communication, and remove blockers. Let the specialists focus on their expertise while you maintain the big picture.

docs/guides/quickstart-claude-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,12 @@ export TM_LOCK_TIMEOUT=30
344344
- Read the [User Guide](USER_GUIDE.md) for complete documentation
345345
- Check [Examples](../examples/) for real-world usage patterns
346346
- See [Troubleshooting](TROUBLESHOOTING.md) for common issues
347-
- Review [API Reference](../reference/API_REFERENCE.md) for all commands
347+
- Review [API Reference](../reference/api-reference.md) for all commands
348348

349349
## 🎉 You're Ready!
350350

351351
Start using Task Orchestrator with Claude Code to manage complex projects efficiently. The system handles all the complexity while you focus on building great software!
352352

353353
---
354354

355-
**Need help?** Check our [documentation](../../README.md) or file an issue on [GitHub](https://github.com/T72/task-orchestrator/issues).
355+
**Need help?** Check our [documentation](../../README.md) or file an issue on [GitHub](https://github.com/T72/task-orchestrator/issues).

docs/guides/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ For questions and usage help:
14031403

14041404
- [User Guide](USER_GUIDE.md) - Complete usage documentation
14051405
- [Developer Guide](DEVELOPER_GUIDE.md) - Contributing and extending
1406-
- [API Reference](API_REFERENCE.md) - Complete API documentation
1406+
- [API Reference](../reference/api-reference.md) - Complete API documentation
14071407
- [GitHub Repository](https://github.com/T72/task-orchestrator) - Latest code and issues
14081408

14091409
---

docs/reference/API_REFERENCE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/reference/cli-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,4 +943,4 @@ tm complete $BUG --summary "Fixed event listener cleanup in cache destructor"
943943
- [User Guide](../guides/USER_GUIDE.md) - Detailed usage guide
944944
- [Migration Guide](../migration/v2.3-migration-guide.md) - Upgrading to v2.3
945945
- [Configuration Guide](../configuration/config-guide.md) - Configuration details
946-
- [API Reference](API_REFERENCE.md) - Python API documentation
946+
- [API Reference](api-reference.md) - Python API documentation

docs/releases/RELEASE_NOTES_v2.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export TM_AGENT_ID="charlie"
417417

418418
### Developer Documentation
419419
- `docs/guides/DEVELOPER_GUIDE.md` - Architecture and contributing
420-
- `docs/reference/API_REFERENCE.md` - Complete API documentation
420+
- `docs/reference/api-reference.md` - Complete API documentation
421421
- `REQUIREMENTS_TRACEABILITY.md` - Requirements mapping
422422

423423
### Examples
@@ -450,4 +450,4 @@ This release represents a complete transformation to production-ready quality th
450450

451451
---
452452

453-
**Task Orchestrator v2.0.0** - Production-ready task orchestration for modern development teams.
453+
**Task Orchestrator v2.0.0** - Production-ready task orchestration for modern development teams.

0 commit comments

Comments
 (0)