New:System Graph 2.0See System Graph 2.0
Dokumentasyon

Configuration

Configure Zof agents, workflows, thresholds, and integrations for your specific needs.

Configuration File

Zof is configured via zof.config.yaml in your project root.

# zof.config.yaml
version: "1.0"

project:
  name: "my-app"
  environment: "production"

agents:
  enabled:
    - api
    - security
    - e2e
    - load
  
  thresholds:
    coverage: 80
    pass_rate: 95

workflows:
  smoke:
    agents: [api, e2e]
    timeout: 5m
  
  full:
    agents: all
    timeout: 30m

integrations:
  github:
    enabled: true
  slack:
    enabled: true
    channel: "#reliability"

Agent Configuration

Enable or disable specific agents and configure their behavior:

  • enabled: List of agents to run
  • thresholds: Pass/fail criteria
  • timeout: Per-agent execution limits
  • priority: Execution order preference

Workflow Configuration

Define custom workflows for different scenarios:

smoke
Quick validation for every commit
pr
Comprehensive PR checks before merge
full
Complete system validation
nightly
Scheduled full regression
Kailangan ng Tulong?

Kailangan ng Tulong?

Narito ang aming team ng suporta upang tulungan kang masulit ang Zof.

01The operational surface

One surface for posture, operations, and what needs attention next.

The Zof home is not a marketing dashboard. It is the operational surface engineering, QA, and SRE teams use every day, quality posture, in-flight runs, coverage by module, and the actions a leader should look at next.

OPERATIONAL KPIs

  • Runs
  • Coverage
  • Risk

Live across every environment you ship to.

WORK SPINE

  • Specs
  • Tests
  • Schedules

From specification to scheduled regression.

GUARDRAILS

  • RBAC
  • SSO
  • audit

Every action attributable to a named human.

STAGING · LIVE/home
Zof AI home command center showing 12 runs at 94% pass, 3 open critical issues, 84% coverage, four module traceability bars, the specification pipeline, upcoming schedules, and recommended next actions with an active-runs sidebar.
Home view · Checkout Service · Staging · captured live from the product.
  • 01 · RUNS · 24H

    94% pass

    12 runs across staging

  • 02 · COVERAGE

    84%

    Across four modules

  • 03 · ACTIVE RUNS

    3 running

    Live on this branch

  • 04 · NEXT ACTIONS

    Recommended

    Triage gaps, new spec

Configuration | Zof AI