Open App

Engines

Commands for inspecting WyrdOS engines, goals, values, and strategic context.

Use these commands to understand the strategic context that powers plans and decisions.

wyrdos engines context

Show engines-level context

wyrdos engines context [options]

Example

# Human-readable output (default in TTY)
wyrdos engines context

# JSON output (stable for agents and scripts)
wyrdos engines context --output json
  • wyrdos engines goals
  • wyrdos engines pillars
  • wyrdos engines principles
  • wyrdos engines risks
  • wyrdos engines summary

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos engines goals

List current goals

wyrdos engines goals [options]

Example

# Human-readable output (default in TTY)
wyrdos engines goals

# JSON output (stable for agents and scripts)
wyrdos engines goals --output json
  • wyrdos engines context
  • wyrdos engines pillars
  • wyrdos engines principles
  • wyrdos engines risks
  • wyrdos engines summary

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos engines pillars

Show strategic pillars

wyrdos engines pillars [options]

Example

# Human-readable output (default in TTY)
wyrdos engines pillars

# JSON output (stable for agents and scripts)
wyrdos engines pillars --output json
  • wyrdos engines context
  • wyrdos engines goals
  • wyrdos engines principles
  • wyrdos engines risks
  • wyrdos engines summary

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos engines principles

List guiding principles

wyrdos engines principles [options]

Example

# Human-readable output (default in TTY)
wyrdos engines principles

# JSON output (stable for agents and scripts)
wyrdos engines principles --output json
  • wyrdos engines context
  • wyrdos engines goals
  • wyrdos engines pillars
  • wyrdos engines risks
  • wyrdos engines summary

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos engines risks

Summarise key risks

wyrdos engines risks [options]

Example

# Human-readable output (default in TTY)
wyrdos engines risks

# JSON output (stable for agents and scripts)
wyrdos engines risks --output json
  • wyrdos engines context
  • wyrdos engines goals
  • wyrdos engines pillars
  • wyrdos engines principles
  • wyrdos engines summary

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos engines summary

Show an overview of the engines

wyrdos engines summary [options]

Example

# Human-readable output (default in TTY)
wyrdos engines summary

# JSON output (stable for agents and scripts)
wyrdos engines summary --output json
  • wyrdos engines context
  • wyrdos engines goals
  • wyrdos engines pillars
  • wyrdos engines principles
  • wyrdos engines risks

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos engines values

Show values and principles

wyrdos engines values [options]

Example

# Human-readable output (default in TTY)
wyrdos engines values

# JSON output (stable for agents and scripts)
wyrdos engines values --output json
  • wyrdos engines context
  • wyrdos engines goals
  • wyrdos engines pillars
  • wyrdos engines principles
  • wyrdos engines risks

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.