Commit Graph

5 Commits

Author SHA1 Message Date
Test User 9b70decd13 Standardize agent and command documentation
Convert markdown files to use XML-like tags for structure and adopt RFC
2119 keywords. Delete redundant generic agent definitions and update
coding guidelines to enforce stricter modularity, file size limits, and
barrel exports.
2026-01-01 21:18:18 +00:00
Igor Warzocha 052e5d0266 Enforce modular plugin structure
Add CODING-TS.MD with coding architecture principles. Require plugins to
use subdirectories (plugin-name/index.ts) and split complex plugins into
multiple files under 150 lines each.
2025-12-26 13:51:41 +00:00
Igor Warzocha a84c358332 Update publishing guide to ask user for details
Adds a "Before Publishing" section to prompt the user for package name,
scope, version, and license. Updates package.json and README examples to
use placeholders instead of hardcoded values. Includes instructions for
scoped package publishing.
2025-12-25 16:48:59 +00:00
Igor Warzocha aa4244bea2 Update plugin creator docs and permissions
Clarify that OpenCode auto-installs dependencies and remove npm install
instructions. Update package.json to use peerDependencies and include
example config files. Restrict agent permissions.
2025-12-25 16:02:14 +00:00
Igor Warzocha a8832236f5 Add Create OpenCode Plugin development system 2025-12-25 14:05:35 +00:00