@digitalygo/spynel 1.0.0 → 1.1.0
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 +17 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.
|
|
2
|
+
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.1.0/.github/resources/banner.webp" alt="Spynel — Simplicity. Leverage. Quality." width="100%">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
<p>Talk with one assistant for all of your AI automation. No more switching between chats, projects, and spaces - that is work for agents.</p>
|
|
25
25
|
</td>
|
|
26
26
|
<td width="50%" align="center">
|
|
27
|
-
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.
|
|
27
|
+
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.1.0/.github/resources/readme-one-human-one-chat.webp" alt="One person using a phone connected to one assistant" width="200" style="width: 100%; max-width: 200px; height: auto;">
|
|
28
28
|
</td>
|
|
29
29
|
</tr>
|
|
30
30
|
<tr>
|
|
31
31
|
<td width="50%" align="center">
|
|
32
|
-
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.
|
|
32
|
+
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.1.0/.github/resources/readme-infinite-leverage.webp" alt="One assistant coordinating a network of agents" width="200" style="width: 100%; max-width: 200px; height: auto;">
|
|
33
33
|
</td>
|
|
34
34
|
<td width="50%" valign="middle">
|
|
35
35
|
<h2>Infinite Leverage</h2>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<p>Reliable task management and autonomous agentic loops make thorough testing and review part of the workflow—not an afterthought.</p>
|
|
43
43
|
</td>
|
|
44
44
|
<td width="50%" align="center">
|
|
45
|
-
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.
|
|
45
|
+
<img src="https://raw.githubusercontent.com/digitalygo/spynel/v1.1.0/.github/resources/readme-quality.webp" alt="An assistant coordinating task management, testing, and review" width="200" style="width: 100%; max-width: 200px; height: auto;">
|
|
46
46
|
</td>
|
|
47
47
|
</tr>
|
|
48
48
|
</table>
|
|
@@ -95,19 +95,19 @@ Use `/config` for setup.
|
|
|
95
95
|
|
|
96
96
|
## Documentation
|
|
97
97
|
|
|
98
|
-
- **Start here:** [Getting started and development](https://github.com/digitalygo/spynel/blob/v1.
|
|
99
|
-
- **Configure Spynel:** [Configuration](https://github.com/digitalygo/spynel/blob/v1.
|
|
100
|
-
- **Use the TUI, Telegram, WhatsApp, and voice:** [Communication integrations](https://github.com/digitalygo/spynel/blob/v1.
|
|
101
|
-
- **Choose a coding harness:** [Harness compatibility](https://github.com/digitalygo/spynel/blob/v1.
|
|
102
|
-
- **Coordinate durable work:** [Tasks and goals](https://github.com/digitalygo/spynel/blob/v1.
|
|
103
|
-
- **Understand the system and its security boundaries:** [Architecture](https://github.com/digitalygo/spynel/blob/v1.
|
|
104
|
-
- **Automate from the terminal:** [CLI and automation](https://github.com/digitalygo/spynel/blob/v1.
|
|
105
|
-
- **Install trusted hooks:** [Extensions](https://github.com/digitalygo/spynel/blob/v1.
|
|
106
|
-
- **Build and publish releases:** [Releasing and packaging](https://github.com/digitalygo/spynel/blob/v1.
|
|
107
|
-
- **Diagnose common setup problems:** [Troubleshooting](https://github.com/digitalygo/spynel/blob/v1.
|
|
108
|
-
- **Read the product principles:** [Product vision](https://github.com/digitalygo/spynel/blob/v1.
|
|
109
|
-
|
|
110
|
-
See the [documentation index](https://github.com/digitalygo/spynel/blob/v1.
|
|
98
|
+
- **Start here:** [Getting started and development](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/getting-started.md)
|
|
99
|
+
- **Configure Spynel:** [Configuration](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/configuration.md)
|
|
100
|
+
- **Use the TUI, Telegram, WhatsApp, and voice:** [Communication integrations](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/integrations.md)
|
|
101
|
+
- **Choose a coding harness:** [Harness compatibility](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/harness-compatibility.md)
|
|
102
|
+
- **Coordinate durable work:** [Tasks and goals](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/tasks-and-goals.md)
|
|
103
|
+
- **Understand the system and its security boundaries:** [Architecture](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/architecture.md) and [provider-canary threat model](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/provider-canary-threat-model.md)
|
|
104
|
+
- **Automate from the terminal:** [CLI and automation](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/cli.md) and [agent-readable docs](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/agent-docs.md)
|
|
105
|
+
- **Install trusted hooks:** [Extensions](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/extensions.md)
|
|
106
|
+
- **Build and publish releases:** [Releasing and packaging](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/releasing.md)
|
|
107
|
+
- **Diagnose common setup problems:** [Troubleshooting](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/troubleshooting.md)
|
|
108
|
+
- **Read the product principles:** [Product vision](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/vision.md)
|
|
109
|
+
|
|
110
|
+
See the [documentation index](https://github.com/digitalygo/spynel/blob/v1.1.0/docs/README.md) for the complete guide map.
|
|
111
111
|
|
|
112
112
|
## Uninstall
|
|
113
113
|
|