@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.
- package/README.md +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Zenocode
|
|
2
2
|
|
|
3
|
-
Zenocode is
|
|
3
|
+
Zenocode is the secure coding agent for TextCortex customers. It runs in your terminal, edits files, executes scripts, and more.
|
|
4
4
|
|
|
5
|
-
|
|
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
|
|
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
|
|
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
|
-
-
|
|
40
|
-
-
|
|
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.
|
|
4
|
-
"description": "
|
|
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",
|