@fjall/ai-tools 3.11.0 → 4.0.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.
|
@@ -25,7 +25,7 @@ export const MANAGE_DOMAIN_MUTATION_CONTRACT = [
|
|
|
25
25
|
export const MANAGE_DOMAIN_MUTATION_COMMANDS = [
|
|
26
26
|
{
|
|
27
27
|
command: `fjall create domain --name ${ZONE_PLACEHOLDER}`,
|
|
28
|
-
purpose: "Register a domain (add --
|
|
28
|
+
purpose: "Register a domain (add --hosted-zone-id <id> to adopt an existing Route53 zone).",
|
|
29
29
|
ceremony: null,
|
|
30
30
|
},
|
|
31
31
|
{
|
|
@@ -35,7 +35,7 @@ export const MANAGE_DOMAIN_MUTATION_COMMANDS = [
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
command: `fjall domain deploy ${ZONE_PLACEHOLDER}`,
|
|
38
|
-
purpose: "Apply domain infrastructure (
|
|
38
|
+
purpose: "Apply domain infrastructure (noun-verb; tier and domain deploys are not spelled 'fjall deploy <target>').",
|
|
39
39
|
ceremony: "Deploying an adopted live zone stops at a record-takeover ticket: one consent per row, --remediate '<name>/<TYPE>[@<setIdentifier>]'=recreate; exit 4 means consent was withheld and nothing was deployed.",
|
|
40
40
|
},
|
|
41
41
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjall/ai-tools",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Shared AI tool schemas and registry for Fjall webapp and CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"engines": {
|
|
52
52
|
"node": ">=22.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "14031063ccd2685e390b70f6a3f4efe2bac7ced9"
|
|
55
55
|
}
|