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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ longer requires cloning this repo.
leads with `bun install -g @fcon-tech/portolan`.
- Governor-blocked, honestly so: first manual release, npm trusted
publisher config, registry listing (task 6.2) — `blocked`, not ready.
License field decision also pending the Governor (repo declares none).
License decided right after merge: MIT (`LICENSE` + `license` field).

## 0.4.4 — 2026-09-02

Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 fcon-tech

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ checked 2026-09-02 (design.md — Explore findings).
bun install && npm pack && npm publish --access public
```
The manual release uses your own `npm login` — no OIDC involved
(trusted publishing matters only for the later CI job). npm will
warn about the missing `license` field — decide BEFORE running: add a
LICENSE file + `license` field, or set `"license": "UNLICENSED"`
honestly. This is your call, not the agent's.
(trusted publishing matters only for the later CI job). RESOLVED
2026-09-02: the Governor chose MIT — LICENSE + `"license": "MIT"` are
in the tree; no npm license warning is expected.
3. In the package's npm settings → "Trusted Publisher": link
github.com/fcon-tech/portolan, workflow `publish.yml`. (One trusted
github.com/fcon-tech/portolan, workflow `ci.yml` (the `publish` job). (One trusted
publisher per package. The CI job's publish step runs Node 22 +
npm ≥11.5.1 on a GitHub-hosted runner — nothing for you to install.)

Expand Down Expand Up @@ -57,6 +56,4 @@ report — that is task 6.2, the last `blocked` item.

## Deliberately not decided here

- LICENSE choice (repo has none) — your decision; npm needs a `license`
field before the publish is clean.
- Unpublish/rollback procedure — manual, decided if ever needed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
},
"devDependencies": {
"ajv": "^8.20.0"
}
},
"license": "MIT"
}
Loading