artemys 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,14 +56,6 @@ artemys doctor # Validate config
56
56
  artemys start # Start agent
57
57
  ```
58
58
 
59
- ## Ecosystem
60
-
61
- | Package | Repo | Role |
62
- |---------|------|------|
63
- | `artemys` | [artemyshq/artemys](https://github.com/artemyshq/artemys) | SDK — protocol, discovery, agent framework, CLI |
64
- | `@artemys/web` | [artemyshq/artie](https://github.com/artemyshq/artie) | Consumer career agent web app |
65
- | — | [artemyshq/orion](https://github.com/artemyshq/orion) | Employer platform (private) |
66
-
67
59
  ## Development
68
60
 
69
61
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "artemys",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Artemys developer platform — protocol, discovery, agent framework, and CLI for agent-to-agent professional career communication",
5
5
  "type": "module",
6
6
  "exports": {