{{package-description}}
For more details, see INSTALL.
This template includes AgentFactory-compatible AI agent definitions and validation tooling. These agents provide structured roles and instructions for different types of development tasks:
- Architect - Spec authoring and system design
- Builder - Implementation and artifact production
- Tester - Test creation and validation
- SecurityReviewer - Security analysis and compliance
- Skeptic - Adversarial review and edge cases
- Editor - Clarity and structure improvements
- ProjectManager - Coordination and packaging
- CitationOfficer - Evidence auditing
- ChatGPT - General-purpose execution
- OpenCodeManager - Session orchestration for OpenCode
For details, see AGENTS.md and agents.md. Agent definitions live under agents/.
This template includes script-first routing assets so agents can resolve natural language requests to reusable automations:
- Script registry: scripts/registry.yaml
- Resolver utility: scripts/resolve.py
- Route-and-run wrapper: scripts/route_and_run.py
- Forge shortcut wrapper: scripts/forge-route
- Repeatable-task reference check: scripts/check_repeatable_script_refs.py
- Registry schema check: scripts/validate_registry.py
- Dry-run policy check: scripts/check_dry_run_conventions.py
- Route-and-run usage: scripts/route-and-run.md
- Script template: scripts/templates/README.md
- ML feasibility checklist: tasks/ml-feasibility-checklist.md
- Workflow: workflows/nl-to-script-routing.md
Use AgentMemory to add cross-session continuity for OpenCode and AgentFactory runs.
# Install or refresh memlog
cd ~/AgentMemory && ./install.sh --force
# Verify installation and runtime wiring
memlog doctor --root ~/opencode --strict
# Validate memory links and raw artifacts
memlog validate --root ~/opencode --strictSee skills/AgentMemory.md and workflows/opencode-agent-memory.md for operational guidance.
If for any reason you wish or need to get involved, please start by reading our CODE OF CONDUCT and the CONTRIBUTING guide.
Should you need further support not covered above, please take a look at the SUPPORT guide.
Further documentation might be found in the /docs directory or the Wiki
should either be available.
Unless otherwise stated, or where written permission has been given by the copyright holder, this software is for use by the copyright holder only. Public availability of this repository or any of it's contents does grant anyone licence or rights of any kind. Further information can be found in the LICENSE document.