jsgui3-server 0.0.136 → 0.0.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -4,3 +4,7 @@
4
4
  - Use `Snake_Case` (PascalCase) for classes and constructors.
5
5
  - Update existing agent-authored code to match these conventions when you make changes.
6
6
  - If you must diverge from this convention, document the reason directly in the relevant file.
7
+
8
+ ## Reference Guide
9
+
10
+ The [GUIDE_TO_AGENTIC_WORKFLOWS_BY_GROK.md](docs/GUIDE_TO_AGENTIC_WORKFLOWS_BY_GROK.md) provides comprehensive principles for autonomous AI task execution. It covers foundational concepts, context gathering, planning strategies, execution patterns, tool integration, quality assurance, communication, error handling, and advanced techniques for complex multi-phase projects. This guide is useful for agents to master agentic workflows, ensuring systematic, goal-directed processes for independent task completion, with emphasis on responsibility, continuous learning, and quality gates.