aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Govorov <me@govorov.online>2026-08-24 03:32:48 +0100
committerNikolay Govorov <me@govorov.online>2026-08-24 03:32:48 +0100
commitb4e1b7b0f6d0b74e163edbbcc3222d7839737797 (patch)
tree7905414aa2d71ba3897bdf9ce96cb454f01d5d2d
parent8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8 (diff)
downloadtar
tar.gz
tar.bz2
tar.lz
tar.xz
tar.zst
zip
Rename infra -> platform
Diffstat
-rw-r--r--CLA.md6+3 −3
-rw-r--r--README.md12+7 −5
2 files changed, 10 insertions, 8 deletions
diff --git a/CLA.md b/CLA.md
index 2427696..eaf58a2 100644
--- a/CLA.md
+++ b/CLA.md
@@ -1,4 +1,4 @@
-# Dimidium Labs Infrastructure Individual Contributor License Agreement
+# Dimidium Labs Platform Individual Contributor License Agreement
Version 1.0
@@ -6,8 +6,8 @@ Version 1.0
> Agreement Version 1.0 licensed under a
> [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
-Thank you for your interest in contributing to Dimidium Labs Infrastructure
-(the "Project"). In this Agreement, "We" and "Us" mean Nikolay Govorov.
+Thank you for your interest in contributing to Dimidium Labs Platform (the
+"Project"). In this Agreement, "We" and "Us" mean Nikolay Govorov.
This contributor agreement ("Agreement") documents the rights granted by
contributors to Us. To make this document effective, You must personally add
diff --git a/README.md b/README.md
index 59ac4c4..bc1517a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
-# Dimidium Labs infrastructure
+# Dimidium Labs platform
-This repository contains executable development and release tasks shared by
-Dimidium Labs projects. GitHub Actions is only a runner for these tasks.
+This repository contains shared building blocks for Dimidium Labs projects:
+reusable development and release tasks, common Go and npm libraries, and shared
+documentation.
-Projects include `tasks/` with
+The current executable tasks live in `tasks/`. GitHub Actions is only a runner
+for these tasks. Projects include `tasks/` with
[mise remote Git includes](https://mise.jdx.dev/tasks/task-configuration.html#remote-git-includes).
By default, tasks are fetched directly from this public repository over HTTPS:
@@ -174,5 +176,5 @@ Remember, AI agents should make software better, not worse.
## Licensing
-Executable tasks and their configuration are licensed under 0BSD.
+Unless noted otherwise, software and configuration are licensed under 0BSD.
Documentation is licensed under CC-BY-4.0.