@kin-tio/cli 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/README.md +3 -1
- package/README.zh-CN.md +3 -1
- package/assets/avatar.svg +32 -0
- package/assets/logo.svg +22 -0
- package/dist/src/version.js +1 -1
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ This file records important user-visible changes after the first public release.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.6.2
|
|
8
|
+
|
|
9
|
+
- Added a custom Kintio wordmark and its circular-safe TIO avatar to the English
|
|
10
|
+
and Simplified Chinese entry pages and public package.
|
|
11
|
+
- Added a repository-scoped Release App that deterministically maintains one
|
|
12
|
+
fully checked Release PR from the reviewed Unreleased notes; maintainers now
|
|
13
|
+
authorize a release by reviewing and merging that PR only
|
|
14
|
+
([#48](https://github.com/Gkxie/kintio/issues/48)).
|
|
15
|
+
- Made a merged, owner-authored Release PR the sole human release authorization;
|
|
16
|
+
Kintio now creates the annotated tag and dispatches its verified OIDC release
|
|
17
|
+
automatically
|
|
18
|
+
([#45](https://github.com/Gkxie/kintio/issues/45)).
|
|
19
|
+
|
|
20
|
+
## 0.6.1 - 2026-08-31
|
|
21
|
+
|
|
22
|
+
- Added approval-gated npm Trusted Publishing with an exact artifact integrity
|
|
23
|
+
boundary, publish-time scan awareness, and public Registry installation before
|
|
24
|
+
each GitHub Release
|
|
25
|
+
([#42](https://github.com/Gkxie/kintio/issues/42)).
|
|
26
|
+
|
|
7
27
|
## 0.6.0 - 2026-08-31
|
|
8
28
|
|
|
9
29
|
- Published the global `kintio` command as `@kin-tio/cli` through the public
|
package/README.md
CHANGED
package/README.zh-CN.md
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="200"
|
|
4
|
+
height="200"
|
|
5
|
+
viewBox="190 15 190 190"
|
|
6
|
+
role="img"
|
|
7
|
+
aria-labelledby="kintio-avatar-title"
|
|
8
|
+
aria-describedby="kintio-avatar-description"
|
|
9
|
+
>
|
|
10
|
+
<!-- Letterform foundation: Manrope by Mikhail Sharanda, SIL Open Font License 1.1. -->
|
|
11
|
+
<title id="kintio-avatar-title">Kintio TIO avatar</title>
|
|
12
|
+
<desc id="kintio-avatar-description">A circular Kinetic Panels background with the Kintio TIO return aperture.</desc>
|
|
13
|
+
<defs>
|
|
14
|
+
<clipPath id="kintio-kinetic-panels-circle">
|
|
15
|
+
<circle cx="285" cy="110" r="95"/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
<g clip-path="url(#kintio-kinetic-panels-circle)">
|
|
19
|
+
<rect x="190" y="15" width="190" height="190" fill="#17152B"/>
|
|
20
|
+
<polygon points="190,15 304,15 270,58 190,88" fill="#5268FF"/>
|
|
21
|
+
<polygon points="302,152 380,112 380,205 270,205" fill="#3B2F73"/>
|
|
22
|
+
<polygon points="190,88 214,78 214,104 190,116" fill="#8C78FF"/>
|
|
23
|
+
<g transform="translate(285 110) scale(0.86) translate(-285 -110)">
|
|
24
|
+
<path d="M766 0Q661 -20 561 -17Q461 -14 382 21Q303 56 262 132Q226 201 224 272Q222 343 222 433L222 1380L447 1380L447 445Q447 380 448.5 331.5Q450 283 469 251Q505 190 583.5 182.5Q662 175 766 190ZM20 902L20 1080L766 1080L766 902Z" fill="#F6F3EE" transform="translate(204.393 150) scale(0.063 -0.063)"/>
|
|
25
|
+
<path d="M160 1251L160 1463L385 1463L385 1251ZM160 0L160 1080L385 1080L385 0Z" fill="#FF7656" transform="translate(257.289 150) scale(0.063 -0.063)"/>
|
|
26
|
+
<path d="M613 -30Q451 -30 331 43Q211 116 145.5 244.5Q80 373 80 541Q80 710 147 838.5Q214 967 334 1038.5Q454 1110 613 1110Q776 1110 896 1037Q1016 964 1082 836Q1148 708 1148 541Q1148 372 1081.5 243.5Q1015 115 894.5 42.5Q774 -30 613 -30ZM613 182Q762 182 835.5 282Q909 382 909 541Q909 704 835 801.5Q761 899 613 899Q512 899 447 853.5Q382 808 350.5 727.5Q319 647 319 541Q319 377 393.5 279.5Q468 182 613 182Z" fill="#F6F3EE" transform="translate(290.624 150) scale(0.063 -0.063)"/>
|
|
27
|
+
<rect x="286" y="108" width="23" height="18" fill="#17152B"/>
|
|
28
|
+
<rect x="289" y="113" width="11" height="8" fill="#FF7656"/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
|
package/assets/logo.svg
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="374"
|
|
4
|
+
height="142"
|
|
5
|
+
viewBox="12.757 33.831 374.191 142.059"
|
|
6
|
+
role="img"
|
|
7
|
+
aria-labelledby="kintio-wordmark-title"
|
|
8
|
+
aria-describedby="kintio-wordmark-description"
|
|
9
|
+
>
|
|
10
|
+
<!-- Letterform foundation: Manrope by Mikhail Sharanda, SIL Open Font License 1.1. -->
|
|
11
|
+
<title id="kintio-wordmark-title">Kintio</title>
|
|
12
|
+
<desc id="kintio-wordmark-description">Kintio wordmark with an Ember i and an open return aperture.</desc>
|
|
13
|
+
<rect x="12.757" y="33.831" width="374.191" height="142.059" fill="#211920"/>
|
|
14
|
+
<path d="M139 0L140 1440L368 1440L368 560L778 1080L1061 1080L628 540L1102 0L801 0L368 520L368 0Z" fill="#F6F3EE" transform="translate(28.000 150) scale(0.063000 -0.063000)"/>
|
|
15
|
+
<path d="M160 1251L160 1463L385 1463L385 1251ZM160 0L160 1080L385 1080L385 0Z" fill="#F6F3EE" transform="translate(93.906 150) scale(0.063000 -0.063000)"/>
|
|
16
|
+
<path d="M893 0L893 526Q893 582 884 646.5Q875 711 847.5 768.5Q820 826 768 862Q716 898 630 898Q579 898 531.5 881Q484 864 447 825.5Q410 787 388.5 721.5Q367 656 367 559L230 614Q230 756 284.5 868.5Q339 981 442.5 1045.5Q546 1110 695 1110Q810 1110 887.5 1072Q965 1034 1011.5 973.5Q1058 913 1081.5 844Q1105 775 1113 710.5Q1121 646 1121 602L1121 0ZM139 0L139 1080L340 1080L340 757L367 757L367 0Z" fill="#F6F3EE" transform="translate(127.241 150) scale(0.063000 -0.063000)"/>
|
|
17
|
+
<path d="M766 0Q661 -20 561 -17Q461 -14 382 21Q303 56 262 132Q226 201 224 272Q222 343 222 433L222 1380L447 1380L447 445Q447 380 448.5 331.5Q450 283 469 251Q505 190 583.5 182.5Q662 175 766 190ZM20 902L20 1080L766 1080L766 902Z" fill="#F6F3EE" transform="translate(204.393 150) scale(0.063000 -0.063000)"/>
|
|
18
|
+
<path d="M160 1251L160 1463L385 1463L385 1251ZM160 0L160 1080L385 1080L385 0Z" fill="#FF7656" transform="translate(257.289 150) scale(0.063000 -0.063000)"/>
|
|
19
|
+
<path d="M613 -30Q451 -30 331 43Q211 116 145.5 244.5Q80 373 80 541Q80 710 147 838.5Q214 967 334 1038.5Q454 1110 613 1110Q776 1110 896 1037Q1016 964 1082 836Q1148 708 1148 541Q1148 372 1081.5 243.5Q1015 115 894.5 42.5Q774 -30 613 -30ZM613 182Q762 182 835.5 282Q909 382 909 541Q909 704 835 801.5Q761 899 613 899Q512 899 447 853.5Q382 808 350.5 727.5Q319 647 319 541Q319 377 393.5 279.5Q468 182 613 182Z" fill="#F6F3EE" transform="translate(290.624 150) scale(0.063000 -0.063000)"/>
|
|
20
|
+
<rect x="286" y="108" width="23" height="18" fill="#211920"/>
|
|
21
|
+
<rect x="289" y="113" width="11" height="8" fill="#FF7656"/>
|
|
22
|
+
</svg>
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const KINTIO_VERSION = '0.6.
|
|
1
|
+
export const KINTIO_VERSION = '0.6.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kin-tio/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "XIE YU",
|
|
6
6
|
"packageManager": "pnpm@10.34.5",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"files": [
|
|
17
17
|
"bin/kintio.js",
|
|
18
18
|
"dist",
|
|
19
|
+
"assets/avatar.svg",
|
|
20
|
+
"assets/logo.svg",
|
|
19
21
|
"assets/ilink-login-card.png",
|
|
20
22
|
"codex-workspace/.agents/skills/wechat-kf-reply-sop/SKILL.md",
|
|
21
23
|
".env.example",
|