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.
Files changed (2) hide show
  1. package/dist/ci.js +1 -1
  2. 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 --platform <yours>' to refresh configs after intentional change, or\n` +
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "great-cto",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
4
4
  "description": "One command install for the great_cto Claude Code plugin. Auto-detects your stack, picks the right archetype, bootstraps PROJECT.md.",
5
5
  "keywords": [
6
6
  "claude-code",