@aws/nx-plugin-mcp 1.0.0-rc.67 → 1.0.0-rc.68

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.
@@ -86,6 +86,14 @@ When run without `--all`, the script only translates files that have changed
86
86
  since the last translation commit on the current branch — meaning you can
87
87
  safely re-run it on every docs PR without re-translating the whole site.
88
88
 
89
+ Translations whose source file no longer exists are deleted, so renaming or
90
+ removing a page does not leave stale copies behind in each locale.
91
+
92
+ Each translation is written as a whole file. The agent is given the source, the
93
+ existing translation, and a diff of what changed, and reuses the existing
94
+ wording for sections the diff left alone — so only prose the diff touched is
95
+ retranslated, and code blocks are copied from the source as-is.
96
+
89
97
  ### Configuring translation
90
98
 
91
99
  Edit `scripts/translate.config.json` to change:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin-mcp",
3
- "version": "1.0.0-rc.67",
3
+ "version": "1.0.0-rc.68",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",