From d3e8230b794a5e60547d481c4c670f6d84089e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Wed, 2 Sep 2026 18:53:09 -0700 Subject: [PATCH] docs: list the sister projects this one depends on osapi-justfiles and specs were missing from the table while four repositories osapi does not depend on at build time were listed. This repository fetches its recipes from the first and keeps its design record in the second, so both are load-bearing. osapi-orchestrator was described as built on the OSAPI SDK. That SDK is archived, so the description now says what the repository is. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_013oR5Gt9WPTTdPKdnShdL7L --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5de971d95..3f9eecd0b 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,14 @@ them to be used as appliances. ## Sister projects -| Project | Description | -| -------------------- | ------------------------------------------------------------------- | -| [gohai] | A Go-based system fact collector inspired by Chef Ohai | -| [nats-client] | A Go package for connecting to and interacting with a NATS server | -| [nats-server] | A Go package for running an embedded NATS server | -| [osapi-orchestrator] | Declarative infrastructure orchestration DSL built on the OSAPI SDK | +| Project | Description | +| -------------------- | -------------------------------------------------------------------- | +| [gohai] | A Go-based system fact collector inspired by Chef Ohai | +| [nats-client] | A Go package for connecting to and interacting with a NATS server | +| [nats-server] | A Go package for running an embedded NATS server | +| [osapi-justfiles] | Shared justfiles this repository fetches its recipes from | +| [osapi-orchestrator] | A Go package for orchestrating operations across OSAPI-managed hosts | +| [specs] | The design record for this repository, under `components/osapi/` | ## Contributing @@ -54,6 +56,8 @@ The [MIT] License. [mit]: LICENSE [nats-client]: https://github.com/osapi-io/nats-client [nats-server]: https://github.com/osapi-io/nats-server +[osapi-justfiles]: https://github.com/osapi-io/osapi-justfiles [osapi-orchestrator]: https://github.com/osapi-io/osapi-orchestrator [sdk]: https://osapi-io.github.io/osapi/sidebar/sdk +[specs]: https://github.com/osapi-io/specs [usage]: https://osapi-io.github.io/osapi/sidebar/usage