@sumant.pathak/devjar 1.0.3 → 1.0.4

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/package.json +1 -1
  2. package/src/init.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumant.pathak/devjar",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Scan your project into a Claude-ready knowledge map. Use 60-70% fewer tokens on any AI coding tool.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/init.js CHANGED
@@ -285,7 +285,7 @@ function generateClaudeMd(opts) {
285
285
  - **State management**: ${patterns.stateManagement}
286
286
  ` : '';
287
287
 
288
- return `# ${projectName} — Claude Code Orientation
288
+ return `# ⬡ devjar — ${projectName}
289
289
 
290
290
  ## Stack
291
291
  ${stackLine}