ccraft 1.0.4 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccraft",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Intelligent Claude Code project configurator — role-aware agents, skills, rules, MCPs, and workflows",
5
5
  "type": "module",
6
6
  "bin": {
@@ -84,7 +84,7 @@ export async function runPreflight(options = {}) {
84
84
  console.log(' ' + dotPad('API key', colors.success('valid')));
85
85
  } else {
86
86
  console.log(' ' + dotPad('API key', colors.error('invalid')));
87
- envErrors.push('API key is invalid or expired. Run: ccraft auth <new-key>');
87
+ envErrors.push('API key is invalid or expired. Run: ccraft auth <new-key>\n Get a new key at https://claude-craft.cc/');
88
88
  }
89
89
  } catch (err) {
90
90
  if (err instanceof ApiError && err.code === 'NETWORK_ERROR') {