great-cto 2.8.5 → 2.8.6
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/dist/ci.js +1 -1
- package/package.json +1 -1
package/dist/ci.js
CHANGED
|
@@ -116,7 +116,7 @@ async function archetypeCheck(cwd, quiet) {
|
|
|
116
116
|
ok: false,
|
|
117
117
|
msg: `archetype drift: declared=${declared}, detected=${result.primary} (${result.confidence}). ` +
|
|
118
118
|
`Either:\n` +
|
|
119
|
-
` • run 'npx great-cto adapt
|
|
119
|
+
` • run 'npx great-cto adapt' to refresh CLAUDE.md + AGENTS.md after intentional change, or\n` +
|
|
120
120
|
` • run 'npx great-cto init --force --archetype ${result.primary}' to align PROJECT.md with the codebase, or\n` +
|
|
121
121
|
` • pass '--no-archetype' to ci to skip this check (e.g. during transitional refactors)`,
|
|
122
122
|
};
|
package/package.json
CHANGED