fix: correct task-delegation reference in session-context-pattern#218
Open
digi4care wants to merge 5 commits intodarrenhinde:mainfrom
Open
fix: correct task-delegation reference in session-context-pattern#218digi4care wants to merge 5 commits intodarrenhinde:mainfrom
digi4care wants to merge 5 commits intodarrenhinde:mainfrom
Conversation
added 3 commits
February 16, 2026 09:33
- Changed outdated reference from task-delegation.md to task-delegation-basics.md - The file task-delegation-basics.md exists, task-delegation.md does not - This caused 'file not found' errors during installation via install.sh
- Creates install-fork.sh that installs from digi4care/OpenAgentsControl fork - Allows users to install the forked version with fixes before upstream merge - Usage: bash install-fork.sh or curl directly from fork repo
- Add README.md in repository root (GitHub requirement) - Add CONTRIBUTING.md in repository root with contribution guidelines - Both files redirect to detailed documentation in docs/ directory - Fixes installer 404 error for readme config item - Follows GitHub community standards for repository structure
Owner
|
Thanks for the PR! The file reference fix looks good. Can you remove the install-fork.sh, README.md and CONTRIBUTING.md files though? We already have install.sh so install-fork.sh is just a duplicate, and if you want to add docs that should probably be a separate PR anyway. Once those are removed I can merge this in. |
Author
|
Done! Removed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.opencode/context/core/workflows/session-context-pattern.mdtask-delegation.md→task-delegation-basics.md(line 610)Problem
The file
task-delegation.mdwas referenced but does not exist in the repository. The correct filename istask-delegation-basics.md.This caused "file not found" errors when installing via
install.sh, since the missing file was never downloaded.Solution
Updated the single reference to point to the correct existing file.
Testing
task-delegation-basics.mdexists in.opencode/context/core/workflows/task-delegation-basics.mdFiles Changed
.opencode/context/core/workflows/session-context-pattern.md- Fixed reference on line 610