Skip to content

Commit d35915b

Browse files
Copilotjkordick
andauthored
Fix broken docs links and add CHANGELOG entry for documentation-updater workflow (#37)
* Initial plan * Fix broken README links and add CHANGELOG entry for documentation-updater workflow Co-authored-by: jkordick <52427852+jkordick@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jkordick <52427852+jkordick@users.noreply.github.com>
1 parent 00f8df9 commit d35915b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [2.4.0] - 2026-02-16
99

1010
### Added
11+
- **Automated Documentation Checker** — New GitHub Actions workflow (`documentation-updater`) that reviews code changes on every push and PR to `main`, identifies missing or outdated documentation, and notifies the responsible author via PR comments or issues.
1112
- **Speed Profile Selection** - New interactive prompt in `doctor.sh` lets you choose between four speed profiles before running migrations, reverse engineering, or conversion-only:
1213
- **TURBO** — Low reasoning on ALL files with no exceptions. 65K token ceiling, parallel file conversion (4 workers), 200ms stagger delay. Designed for testing and smoke runs where speed matters more than quality.
1314
- **FAST** — Low reasoning on most files, medium only on the most complex ones. 32K token cap, parallel conversion (3 workers), 500ms stagger. Good for quick iterations and proof-of-concept runs.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ flowchart TD
707707
class AE,AF,AG,AH,AI,AJ process
708708
```
709709

710-
> For detailed ASCII diagrams, constants reference tables, and complexity scoring indicator weights, see [smart-chunking-architecture.md](smart-chunking-architecture.md).
710+
> For detailed ASCII diagrams, constants reference tables, and complexity scoring indicator weights, see [smart-chunking-architecture.md](docs/smart-chunking-architecture.md).
711711
712712
---
713713

@@ -1022,7 +1022,7 @@ See [Parallel Jobs Formula](#parallel-jobs-formula) for chunking configuration d
10221022

10231023
## 📚 Further Reading
10241024

1025-
- [Smart Chunking & Token Architecture](smart-chunking-architecture.md) - Full diagrams, constants reference, and complexity scoring details
1025+
- [Smart Chunking & Token Architecture](docs/smart-chunking-architecture.md) - Full diagrams, constants reference, and complexity scoring details
10261026
- [Smart Chunking Guide](Smart-chuncking-how%20it-works.md) - Deep technical details
10271027
- [Architecture Documentation](REVERSE_ENGINEERING_ARCHITECTURE.md) - System design
10281028
- [Changelog](CHANGELOG.md) - Version history

0 commit comments

Comments
 (0)