Prepare repository for public release: add LICENSE to docs index, remove private flag

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
olekhondera
2026-02-14 21:37:31 +02:00
parent 2a9862926c
commit 432313ebcd
2 changed files with 2 additions and 1 deletions

View File

@@ -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). - `RECOMMENDATIONS.md` — project-specific decisions and overrides (template).
- `CONTRIBUTING.md` — commit conventions, PR rules, how to add docs/agents/ADRs. - `CONTRIBUTING.md` — commit conventions, PR rules, how to add docs/agents/ADRs.
- `SECURITY.md` — vulnerability disclosure policy. - `SECURITY.md` — vulnerability disclosure policy.
- `LICENSE` — MIT license.
- `package.json` — project metadata and Node.js engine requirement. - `package.json` — project metadata and Node.js engine requirement.
- `.env.example` — environment variables template. - `.env.example` — environment variables template.
- `.editorconfig` — editor formatting standards (indentation, line endings). - `.editorconfig` — editor formatting standards (indentation, line endings).

View File

@@ -1,7 +1,7 @@
{ {
"name": "ai-template", "name": "ai-template",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": false,
"description": "Universal starter template for AI-assisted project documentation and agent profiles", "description": "Universal starter template for AI-assisted project documentation and agent profiles",
"license": "MIT", "license": "MIT",
"engines": { "engines": {