phonton-cli 0.8.0 → 0.8.1
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/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<img src="assets/readme/phonton-cli-logo.png" width="112" alt="Phonton CLI logo">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
<h1 align="center">Phonton CLI · v0.8.
|
|
5
|
+
<h1 align="center">Phonton CLI · v0.8.1</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<strong>Verified code changes with repo memory.</strong><br>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<p align="center">
|
|
13
13
|
<a href="https://github.com/phonton-dev/phonton-cli/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/phonton-dev/phonton-cli/actions/workflows/ci.yml/badge.svg"></a>
|
|
14
14
|
<a href="https://github.com/phonton-dev/phonton-cli/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/phonton-dev/phonton-cli?style=flat&label=stars"></a>
|
|
15
|
-
<img alt="release" src="https://img.shields.io/badge/release-v0.8.
|
|
15
|
+
<img alt="release" src="https://img.shields.io/badge/release-v0.8.1-6c63ff">
|
|
16
16
|
<img alt="license" src="https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue">
|
|
17
17
|
<img alt="status" src="https://img.shields.io/badge/status-public_alpha-f97316">
|
|
18
18
|
</p>
|
|
@@ -130,7 +130,7 @@ Windows PowerShell:
|
|
|
130
130
|
Direct Cargo install:
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
|
-
cargo install --git https://github.com/phonton-dev/phonton-cli --tag v0.8.
|
|
133
|
+
cargo install --git https://github.com/phonton-dev/phonton-cli --tag v0.8.1 phonton-cli --locked --force
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
Check the install:
|
|
@@ -146,7 +146,7 @@ Phonton uses GitHub branches and releases as install channels:
|
|
|
146
146
|
|
|
147
147
|
| Channel | Install | Use when |
|
|
148
148
|
|---|---|---|
|
|
149
|
-
| Stable | `cargo install --git https://github.com/phonton-dev/phonton-cli --tag v0.8.
|
|
149
|
+
| Stable | `cargo install --git https://github.com/phonton-dev/phonton-cli --tag v0.8.1 phonton-cli --locked --force` | You want the best validated public alpha |
|
|
150
150
|
| Dev | `cargo install --git https://github.com/phonton-dev/phonton-cli --branch dev phonton-cli --locked --force` | You want next-release integration changes |
|
|
151
151
|
| Nightly | `cargo install --git https://github.com/phonton-dev/phonton-cli --branch nightly phonton-cli --locked --force` | You want daily snapshots and can tolerate breakage |
|
|
152
152
|
| Main | `cargo install --git https://github.com/phonton-dev/phonton-cli --branch main phonton-cli --locked --force` | You want the current release branch tip |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phonton-cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Local-first agentic development terminal with context packs, source handles, and verification gates.",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/phonton-dev/phonton-cli#readme",
|