Files
inkos/package.json
T
Ma 4fcabc256e chore(release): bump to v1.2.0, update docs and changelog
- Update v1 sections to v1.2 in README.md, README.en.md, README.ja.md
  covering: shared interaction runtime, Ink TUI dashboard, Studio
  assistant panel, conversational book creation, entity rename,
  inkos interact endpoint, thinking model temperature clamp
- Add v1.2.0 changelog with full feature list, improvements, and fixes
- Bump all package versions from 1.1.1 to 1.2.0
2026-04-13 10:35:05 +08:00

37 lines
964 B
JSON

{
"name": "inkos",
"version": "1.2.0",
"private": true,
"description": "Autonomous AI novel writing CLI agent — 10-agent pipeline that writes, audits, and revises novels with continuity tracking",
"keywords": [
"ai-novel-writing",
"ai-writing-agent",
"novel-generator",
"autonomous-writing",
"litrpg",
"progression-fantasy",
"multi-agent",
"creative-writing-ai",
"openclaw-skill",
"cli"
],
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/Narcooo/inkos"
},
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r dev",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"verify:publish-manifests": "node scripts/verify-no-workspace-protocol.mjs packages/core packages/cli packages/studio",
"release": "pnpm build && pnpm test"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
}
}