15 Commits

Author SHA1 Message Date
OpenCode Agent d513808ac0 Implement pack registry system and management CLI
Add registry.json manifests to agent packs and commands to support
structured discovery. Include a CLI for project initialization, a
registry generator script, and a plugin version locker. Add a new
learn command for session documentation.
2026-01-28 21:00:03 +00:00
OpenCode Agent eb0a342add fix: change MUST to SHOULD for todowrite in agents
Relax requirement level for todowrite usage from MUST to SHOULD
across all agent definitions to allow flexibility in task tracking.
2026-01-21 18:29:20 +00:00
OpenCode Agent 3ccf0b6a50 Standardize core instructions for all agents
Add standardized blocks for core mission, safety standards, tool
discipline, LSP management, and engineering workflow to all agent
definitions. Include resumption protocols where applicable.
2026-01-16 16:49:52 +00:00
OpenCode Agent 2698a1d765 feat: comprehensive repository overhaul and standardization
- Implement internal maintenance suite: repo-maintainer agent and automated audit/sync scripts.
- Add "Opencode Configurator" suite: agent-architect, command-creator, and skill-creator.
- Refactor core commands (/improve, /refactor, /rmslop) to RFC 2119 + XML standards.
- Standardize all agent metadata and structural tagging across the repository.
- Introduce utility commands: /npm for package management and /create-pack for bundling.
- Overhaul README.md and documentation to reflect new workflow patterns.
2026-01-12 18:16:06 +00:00
OpenCode Agent 01ee76f017 Reorganize agents and cleanup documentation
- Move top-level agent directories under agents/
- Remove deprecated skill permission warnings
- Update AGENTS.md to reflect new repository structure
2026-01-11 14:44:38 +00:00
OpenCode Agent 7756278a18 Fix permission ordering and delete enhancer plugin
Reorder permission blocks in agents to ensure the wildcard denial is
listed first, which is required for correct skill evaluation.

Update the permissions-update command documentation to clarify this
requirement.

Remove the gpt-oauth-prompt-enhancer plugin and disable the
gpt-oss-120b-medium model in the proxy configuration.
2026-01-10 23:29:26 +00:00
OpenCode Agent 65fb198c0a Simplify command descriptions
- 3-6 word user-friendly descriptions
- Complementary to command names
2026-01-05 01:12:50 +00:00
OpenCode Agent 9fc7c0216f Simplify agent and command descriptions
- Primary agents: 2-3 words for model routing
- Commands: 3-6 words for user clarity
- Specialists: Added routing examples to security-reviewer
2026-01-05 01:12:34 +00:00
OpenCode Agent 0a5e76927f Fixed frontmatter lacking quotes in skill 2026-01-04 23:37:32 +00:00
Howaboua ecde0f6cd6 Update README.md 2026-01-04 18:56:20 +00:00
Howaboua 8b46bea812 Update README.md 2026-01-04 18:55:20 +00:00
Howaboua 0c9a655310 Delete agents/parallel-PRD/.opencode/agent/gemini-pro-planner.md 2026-01-04 18:53:47 +00:00
Howaboua 9c5e3d5b30 Delete agents/parallel-PRD/.opencode/agent/gemini-flash-planner.md 2026-01-04 18:53:36 +00:00
OpenCode Agent fb935fec11 Allow proactive websearch/webfetch in parallel PRD workflow 2026-01-04 18:47:03 +00:00
OpenCode Agent 5936bc464c Add parallel-PRD and modernize permission schema
- Add parallel-PRD agent collection for multi-perspective planning
- Migrate agents and skills from legacy tools to permission schema
- Add permissions-update command to automate configuration modernization
- Update documentation to reflect new agent collections and schema
  changes
2026-01-04 18:33:23 +00:00