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:
1
DOCS.md
1
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).
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user