Add comprehensive documentation for the plan package #13
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.
Overview
This PR adds comprehensive developer documentation for the
webui/src/main/kotlin/com/simiacryptus/cognotik/planpackage, which is the core orchestration layer of Cognotik responsible for AI-driven task planning, decomposition, and execution.What's New
Added
docs/2.0.8/plan_package.md- a 928-line comprehensive guide covering:Package Components Documented
Core Classes:
Task System:
Cognitive Modes:
Task Tools:
Documentation Features
Why This Matters
The plan package is one of the most complex and powerful parts of Cognotik, but lacked dedicated documentation. This makes it difficult for:
This documentation provides a single comprehensive resource that explains how all the components work together, with practical examples that developers can adapt for their needs.
Examples from the Documentation
The guide includes practical examples like implementing a custom task:
And using the orchestration system:
Resolves the documentation gap for the plan package and provides developers with the knowledge needed to effectively work with Cognotik's task orchestration system.
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.