Skip to content

fix: correct task-delegation reference in session-context-pattern#218

Open
digi4care wants to merge 5 commits intodarrenhinde:mainfrom
digi4care:main
Open

fix: correct task-delegation reference in session-context-pattern#218
digi4care wants to merge 5 commits intodarrenhinde:mainfrom
digi4care:main

Conversation

@digi4care
Copy link

Summary

  • Fixed an outdated file reference in .opencode/context/core/workflows/session-context-pattern.md
  • Changed task-delegation.mdtask-delegation-basics.md (line 610)

Problem

The file task-delegation.md was referenced but does not exist in the repository. The correct filename is task-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

  • Verified that task-delegation-basics.md exists in .opencode/context/core/workflows/
  • Confirmed all other references in the repo already use task-delegation-basics.md
  • Ran a comprehensive audit - this was the only incorrect file reference found

Files Changed

  • .opencode/context/core/workflows/session-context-pattern.md - Fixed reference on line 610

Chris Engelhard 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
@darrenhinde
Copy link
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.

@digi4care
Copy link
Author

Done! Removed install-fork.sh, README.md and CONTRIBUTING.md. Ready for merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants