From 432313ebcd10ae1ac10076d51481a1613ba3d6cf Mon Sep 17 00:00:00 2001 From: olekhondera Date: Sat, 14 Feb 2026 21:37:31 +0200 Subject: [PATCH] Prepare repository for public release: add LICENSE to docs index, remove private flag Co-Authored-By: Claude Opus 4.6 --- DOCS.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index d8ec024..17e3567 100644 --- a/DOCS.md +++ b/DOCS.md @@ -57,6 +57,7 @@ Technical index for developers and AI agents. Use this as the entry point to all - `RECOMMENDATIONS.md` — project-specific decisions and overrides (template). - `CONTRIBUTING.md` — commit conventions, PR rules, how to add docs/agents/ADRs. - `SECURITY.md` — vulnerability disclosure policy. +- `LICENSE` — MIT license. - `package.json` — project metadata and Node.js engine requirement. - `.env.example` — environment variables template. - `.editorconfig` — editor formatting standards (indentation, line endings). diff --git a/package.json b/package.json index 7aa5d75..5418a71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ai-template", "version": "0.1.0", - "private": true, + "private": false, "description": "Universal starter template for AI-assisted project documentation and agent profiles", "license": "MIT", "engines": {