Commit b3245ff
fix: remove Python CLI entry point — Rust binary is the only CLI
Root cause of issue #8: pip install created a Python 'prism' script
that shadowed the Rust binary. The Python CLI only has old commands
(setup, configure, run) — not login, node, query, ingest, mesh.
Fix:
- Removed [project.scripts] prism entry point from pyproject.toml
- The Rust binary is the ONLY way to run prism
- Python layer is invoked BY the Rust binary via prism-python-bridge
- install.sh downloads Rust binary to ~/.local/bin/prism (after pip)
- native-release.yml fixed (libcurl + dashboard placeholder + permissions)
- Binaries now on release: prism-linux-x86_64.tar.gz (55MB),
prism-macos-aarch64.tar.gz (38MB)
Also included:
- Streaming markdown buffer (Tier 2.1)
- Python fallback commands give clear 'install Rust binary' message
Closes #8
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0a5df2c commit b3245ff
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
101 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
105 | 110 | | |
106 | 111 | | |
107 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
0 commit comments