Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

KyzoCode

OKF v0.2OpenCode 1.18.25Project Knowledge enabled

Developer speed with program-controlled execution.

KyzoCode is an opinionated OpenCode distribution for teams that want capable coding agents without making model behavior their control plane. It combines practical permissions, typed development standards, deterministic gates, and inspectable shared project memory.

Start

From the repository root:

npm install --prefix .opencode
opencode

OpenCode loads the project permission profile, local skills, agent instructions, and shared wiki protocol automatically.

Build

I want to...Start here
Build an OpenCode pluginOpenCode Plugin Architecture
Write or review PythonPython Development
Understand the projectKyzoCode Knowledge
Review the trust boundarySecurity Baseline

What You Get

  • Safe development defaults: routine workspace work stays fast; shell, network, and external access cross an approval boundary.
  • Shared project memory: humans and agents use the same visible, version-controlled knowledge instead of opaque model memory.
  • Typed construction standards: domain meaning lives in structures that prevent invalid states from moving forward.
  • Native OpenCode extension: configuration and plugins stay inside OpenCode's supported surfaces rather than patching upstream.
  • Deterministic knowledge gates: ontology, citations, links, and reachability are checked mechanically.

Security

KyzoCode treats models as untrusted components. Its permission profile is a practical development baseline, not a sandbox; execute untrusted repository code inside real process, filesystem, and network isolation. The canonical policy is the Security Baseline.

Verify

Validate the shared project knowledge:

npm run verify --prefix .opencode

Repository Map

PathPurpose
.opencode/OpenCode configuration and runtime dependencies
.agents/skills/Reusable development and agent capabilities
wiki/Project architecture, policy, and shared knowledge
AGENTS.mdAlways-on behavioral contract for agents

Current Scope

The repository currently ships the OpenCode foundation: project configuration, the security baseline, Project Knowledge lifecycle, Python development standard, local-plugin architecture, and a Project Knowledge runtime with trust-aware retrieval and permission-gated reconciliation. Additional product plugins are the next layer to be implemented.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages