Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# contui
# @rotorsoft/contui

[![npm version](https://img.shields.io/npm/v/@rotorsoft/contui.svg)](https://www.npmjs.com/package/@rotorsoft/contui)
[![CI](https://github.com/Rotorsoft/contui/actions/workflows/ci.yml/badge.svg)](https://github.com/Rotorsoft/contui/actions/workflows/ci.yml)
[![Release](https://github.com/Rotorsoft/contui/actions/workflows/release.yml/badge.svg)](https://github.com/Rotorsoft/contui/actions/workflows/release.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "contui",
"name": "@rotorsoft/contui",
"version": "1.0.0",
"description": "Terminal UI for macOS native container management",
"type": "module",
"main": "dist/index.js",
"bin": {
"contui": "dist/index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions progress.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ Each entry documents: date, feature, decisions, files changed, tests, and concer
- Changes: Disabled body-max-line-length and footer-max-line-length rules to allow semantic-release notes and Co-Authored-By footers
- Decisions: Set rules to severity 0 (disabled) rather than increasing limit to avoid arbitrary caps
- Issues: None

[2026-02-05] #7 chore: Configure npm publishing to use @rotorsoft namespace
- Files: package.json, README.md
- Changes: Updated package name to @rotorsoft/contui, added publishConfig.access=public for scoped public publishing, added npm version badge to README
- Decisions: Scoped packages require explicit public access; semantic-release npm plugin handles scoped packages without config changes
- Issues: None - CI npm token must have @rotorsoft scope permissions