kradle 0.6.10 → 0.6.11

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.
@@ -148,6 +148,7 @@ export default class Init extends Command {
148
148
  // Display success message and next steps
149
149
  this.log(pc.green(`\n✓ Project initialized successfully!`));
150
150
  this.log(pc.dim(`\nProject location: ${targetDir}`));
151
+ this.log(pc.dim("AGENTS.md and CLAUDE.md were added to the project — LLM-based coding agents will read them to learn how to work with Kradle."));
151
152
  this.log(pc.bold("\n📝 Next steps:"));
152
153
  if (targetDir !== cwd) {
153
154
  this.log(pc.cyan(` cd ${projectName}`));
@@ -1543,5 +1543,5 @@
1543
1543
  ]
1544
1544
  }
1545
1545
  },
1546
- "version": "0.6.10"
1546
+ "version": "0.6.11"
1547
1547
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kradle",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
4
4
  "description": "Kradle's CLI. Manage challenges, experiments, agents and more!",
5
5
  "keywords": [
6
6
  "cli"