From b4e1b7b0f6d0b74e163edbbcc3222d7839737797 Mon Sep 17 00:00:00 2001 From: Nikolay Govorov Date: Mon, 24 Aug 2026 03:32:48 +0100 Subject: Rename infra -> platform --- CLA.md | 6 +++--- README.md | 12 +++++++----- 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. -- Gilti