@tessl/cli 0.21.0 → 0.21.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 (3) hide show
  1. package/README.md +3 -3
  2. package/dist/bundle.mjs +364 -364
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Tessl
2
2
 
3
- Tessl helps code agents stay on track using Spec Driven Development (SDD):
3
+ Tessl keeps coding agents on rails using spec-driven development (SDD):
4
4
 
5
- - Find your favorite Open Source library in our spec registry
6
- - Use the Tessl framework to create and manage your own specs
5
+ - Install usage docs for your favorite open source library from the Tessl Spec Registry
6
+ - Use the Tessl framework to create your own spec-driven project
7
7
 
8
8
  **Explore more in our [official documentation](https://docs.tessl.io)**.
9
9