mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #293] [MERGED] docs: fix processor wizard integration links #304
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/293
Author: @mason5052
Created: 4/29/2026
Status: ✅ Merged
Merged: 4/30/2026
Merged by: @asdek
Base:
feature/next-release← Head:codex/issue-291-fix-processor-doc-links📝 Commits (1)
29d5723docs: fix processor wizard integration links📊 Changes
1 file changed (+68 additions, -66 deletions)
View changed files
📝
backend/docs/installer/processor-wizard-integration.md(+68 -66)📄 Description
Summary
ProcessorTerminalModel,terminal_model.go,tea_integration.go, andprocessor_test.goreferences with the currentProcessorModel,WithTerminal, message, and test files.Problem
The installer processor integration guide still referenced files and APIs that no longer exist after the processor refactor. That made the guide hard to follow and left several source links broken.
Solution
I aligned the affected examples and references with the current implementation in
processor.go,model.go,state.go,logic.go,logic_test.go, andmock_test.go.User Impact
Users and contributors following the installer processor guide now land on real files and current examples instead of stale implementation names.
Test Plan
git diff --check.Closes #291
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.