Skip to content

Org-only file

A file whose only meaningful content is an organization block.

View the source on GitHub · Open in the app

Org view
Org view
org-only/index.krs
// Minimal example: a .krs file with only an organization block (no system,
// no deploy). Used to demonstrate that the preview auto-selects the Org tab
// when the file has no system block and no deploy block (Issue #817).
organization Acme {
label "Acme Engineering"
team "platform-team" {
label "Platform team"
description "Develops and operates the shared platform"
member alice {
label "Alice"
description "Tech lead"
}
member bob {
label "Bob"
description "SRE"
}
}
team "product-team" {
label "Product team"
description "Develops product features"
member carol {
label "Carol"
description "Product engineer"
}
}
}

© 2026 Hiroki Kondo · Licensed under Apache-2.0