From 25141c1e916b2c146f0a9cdae9268e650e18300c Mon Sep 17 00:00:00 2001 From: Crusty Date: Sat, 7 Feb 2026 18:18:38 +0000 Subject: [PATCH 1/5] Remove cross-references from llms.txt Bacalhau content = 100% Bacalhau. No links to unrelated projects. --- static/llms.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/static/llms.txt b/static/llms.txt index c37e595..599903c 100644 --- a/static/llms.txt +++ b/static/llms.txt @@ -31,13 +31,22 @@ bacalhau job list - **Distributed**: Scale from laptop to thousands of nodes - **Open Source**: Apache 2.0 licensed, community-driven +## Use Cases + +- **Log Processing**: Process logs at the source before aggregation +- **ML Inference**: Run models close to data for low latency +- **Data Pipelines**: ETL/ELT without moving large datasets +- **Edge Computing**: Deploy compute to edge locations + ## Resources - GitHub: https://github.com/bacalhau-project/bacalhau -- Discord: https://bit.ly/bacalhau-project-slack +- Slack: https://bit.ly/bacalhau-project-slack - Website: https://bacalhau.org -## Related +## Quick Facts -- [Expanso Platform](https://docs.expanso.io/llms.txt): Enterprise features -- [Examples](https://examples.expanso.io/llms.txt): Code examples +- License: Apache 2.0 (fully open source) +- Language: Go +- Supported Runtimes: Docker, WebAssembly +- Category: Distributed Compute From c6c7b786c609949a1177062dabf06f78f69d21a0 Mon Sep 17 00:00:00 2001 From: Crusty Date: Sat, 7 Feb 2026 18:20:27 +0000 Subject: [PATCH 2/5] Clean up social media page - Bacalhau accounts only Remove mixed Expanso social accounts. Bacalhau docs should link to Bacalhau social media, not other products. --- content/community/social-media.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/content/community/social-media.md b/content/community/social-media.md index 70473c7..f87b0cb 100644 --- a/content/community/social-media.md +++ b/content/community/social-media.md @@ -4,23 +4,19 @@ sidebar_position: 10 # Social Media -Bacalhau has a presence on all major social media networks, so you can follow us on your favorite sites. +Bacalhau has a presence on major social media networks. Follow us to stay updated! ## YouTube -The [Bacalhau](https://www.youtube.com/@bacalhauproject) and [Expanso](https://www.youtube.com/@ExpansoIO) YouTube channels are home to a wealth of information about the Bacalhau project — everything from developer demos, educational videos, events, etc. You can explore and learn more about Bacalhau. +The [Bacalhau YouTube channel](https://www.youtube.com/@bacalhauproject) is home to developer demos, educational videos, events, and more. Explore and learn more about distributed compute with Bacalhau. ## Blog -Our blog contains product updates, company news, and educational content on how you can leverage Bacalhau and the Compute over Data ecosystem [Bacalhau Blog](https://bacalhau.substack.com/). Also, you can subscribe to our blog and receive the latest news straight to your inbox. +Our blog contains product updates, project news, and educational content on how you can leverage Bacalhau and the Compute over Data ecosystem: [Bacalhau Blog](https://bacalhau.substack.com/). Subscribe to receive the latest news straight to your inbox. ## X (Formerly Twitter) -You can follow our X accounts [@BacalhauProject](https://x.com/BacalhauProject) and [@ExpansoIO](https://x.com/ExpansoIO) to get Bacalhau news, product updates, etc in tweet-sized bites. - -## LinkedIn - -Connect with us on [LinkedIn](https://www.linkedin.com/company/expanso-io) to stay informed about the latest news, industry trends, and exclusive job opportunities! +Follow [@BacalhauProject](https://x.com/BacalhauProject) for Bacalhau news, product updates, and community highlights. ## Need Support? From 7947c359738900e1b2ca5127cfa574331b080ff5 Mon Sep 17 00:00:00 2001 From: Aaron Aronchick Date: Sat, 21 Feb 2026 00:44:44 +0000 Subject: [PATCH 3/5] docs: add technical terms to cspell dictionary --- cspell.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 70e2e01..b12220b 100644 --- a/cspell.json +++ b/cspell.json @@ -35,6 +35,9 @@ "libp2p", "duckdb", "myvalue", - "oom" + "oom", + "llms", + "ETL", + "ELT" ] } From aaeaf80170c9129ab003d2df3bf0e4956a7e9f1c Mon Sep 17 00:00:00 2001 From: Aaron Aronchick Date: Sat, 21 Feb 2026 00:44:46 +0000 Subject: [PATCH 4/5] docs: fix broken link in jobs.md --- docs/api/jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/jobs.md b/docs/api/jobs.md index 183b684..0018d2e 100644 --- a/docs/api/jobs.md +++ b/docs/api/jobs.md @@ -151,7 +151,7 @@ Submit a new job for execution. **Request Body**: -- [**Job**](../specifications/job/): JSON definition of the job. +- [**Job**](/docs/specifications/job/): JSON definition of the job. **Response**: From 3e40aa9623f52217da0144c04b0f04488b84e656 Mon Sep 17 00:00:00 2001 From: Aaron Aronchick Date: Sat, 21 Feb 2026 00:44:48 +0000 Subject: [PATCH 5/5] docs: fix broken link in state.md --- docs/specifications/other/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specifications/other/state.md b/docs/specifications/other/state.md index de0a5d9..a2b112c 100644 --- a/docs/specifications/other/state.md +++ b/docs/specifications/other/state.md @@ -2,7 +2,7 @@ ## `State` Structure Specification -Within Bacalhau, the `State` structure is designed to represent the status or state of an object (like a [`Job`](../job/)), coupled with a human-readable message for added context. Below is a breakdown of the structure: +Within Bacalhau, the `State` structure is designed to represent the status or state of an object (like a [`Job`](/docs/specifications/job/)), coupled with a human-readable message for added context. Below is a breakdown of the structure: ### `State` Parameters