@textcortex/zenocode 0.1.5 → 0.1.7

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 +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Zenocode
2
2
 
3
- Zenocode is a best-in-class coding agent for TextCortex customers. It runs in your terminal, edits files, runs scripts, and more.
3
+ Zenocode is the secure coding agent for TextCortex customers. It runs in your terminal, edits files, executes scripts, and more.
4
4
 
5
- It is built for teams that want a terminal-native coding agent with TextCortex authentication, TextCortex model access, and enterprise-grade security built in.
5
+ Built for teams that need speed, control, and trust, Zenocode combines a terminal-native coding workflow with workspace routing and enterprise security from day one.
6
6
 
7
7
  ## What This Package Does
8
8
 
@@ -24,7 +24,7 @@ zenocode login --email you@company.com
24
24
  zenocode
25
25
  ```
26
26
 
27
- Use your work email when logging in so Zenocode can route onboarding and SSO to the correct TextCortex workspace domain, for example `companyA.textcortex.com`.
27
+ Use your work email when logging in so Zenocode can route you to the correct onboarding and SSO flow for your workspace domain, for example `companyA.textcortex.com`.
28
28
 
29
29
  If you skip `--email`, Zenocode will ask for it interactively during login.
30
30
 
@@ -32,13 +32,13 @@ If you already have an API key, you can also start Zenocode by setting `TEXTCORT
32
32
 
33
33
  ## Built For Security And Compliance
34
34
 
35
- Zenocode is backed by TextCortex's enterprise security posture and European data-sovereignty model.
35
+ Zenocode is built for organizations that treat security, compliance, and data sovereignty as non-negotiable.
36
36
 
37
+ - Hosted in the European Union on GDPR-compliant infrastructure
37
38
  - SOC 2 and ISO 27001 certified
38
39
  - Built for European data sovereignty
39
- - TextCortex states that its services are hosted in the European Union on GDPR-compliant servers
40
- - Zero data training: TextCortex states that customer data is never used for model training or fine-tuning
41
- - For optional services or LLMs hosted outside the EU, TextCortex states that they are covered by the EU-US Data Privacy Framework or GDPR Standard Contractual Clauses
40
+ - Zero data training: your data is not used for model training or fine-tuning
41
+ - Optional services or LLMs hosted outside the EU are covered by the EU-US Data Privacy Framework or GDPR Standard Contractual Clauses
42
42
 
43
43
  ## Who It Is For
44
44
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@textcortex/zenocode",
3
- "version": "0.1.5",
4
- "description": "Best-in-class coding agent for TextCortex customers that runs in your terminal, edits files, runs scripts, and more.",
3
+ "version": "0.1.7",
4
+ "description": "Secure, EU-hosted coding agent for TextCortex customers that runs in your terminal, edits files, runs scripts, and more.",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",