@vyuhlabs/dxkit 0.5.0 → 0.5.1

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.
@@ -1,5 +1,5 @@
1
1
  import { ResolvedConfig } from './types';
2
- export declare const VERSION = "0.5.0";
2
+ export declare const VERSION = "0.5.1";
3
3
  export declare const DEFAULT_VERSIONS: {
4
4
  python: string;
5
5
  go: string;
package/dist/constants.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EVOLVING_FILES = exports.DEFAULT_COVERAGE = exports.DEFAULT_VERSIONS = exports.VERSION = void 0;
4
4
  exports.buildVariables = buildVariables;
5
5
  exports.buildConditions = buildConditions;
6
- exports.VERSION = '0.5.0';
6
+ exports.VERSION = '0.5.1';
7
7
  exports.DEFAULT_VERSIONS = {
8
8
  python: '3.12',
9
9
  go: '1.24.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyuhlabs/dxkit",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "AI-native developer experience toolkit for any repository",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -46,13 +46,15 @@ Mention related patterns, tests, or areas the user might want to explore next.
46
46
 
47
47
  ## Existing Knowledge
48
48
 
49
- Check these first if they exist they may already have the answer:
49
+ **Always read these first** they contain the architecture overview, languages, and conventions:
50
50
 
51
- - `.claude/skills/codebase/SKILL.md` — Architecture overview
51
+ - `.claude/skills/codebase/SKILL.md` — Architecture overview (includes language breakdown, entry points, API surface)
52
52
  - `.claude/skills/codebase/references/architecture.md` — Detailed reference
53
53
  - `.claude/skills/learned/references/conventions.md` — Team conventions
54
54
  - `.claude/skills/learned/references/gotchas.md` — Known gotchas
55
55
 
56
+ **Important:** This may be a multi-language project. Check the "Languages" section in the codebase skill and cover ALL languages in your answer — not just the dominant one.
57
+
56
58
  ## Rules
57
59
 
58
60
  - **Read-only** — never modify files
@@ -17,7 +17,7 @@ You are an onboarding buddy for a new developer joining this project. Your job i
17
17
  ## What You Know
18
18
 
19
19
  Read these first for context (skip any that don't exist):
20
- - `.claude/skills/codebase/SKILL.md` — Architecture overview
20
+ - `.claude/skills/codebase/SKILL.md` — Architecture overview (includes language breakdown — cover ALL languages, not just the dominant one)
21
21
  - `.claude/skills/codebase/references/architecture.md` — Detailed reference
22
22
  - `.claude/skills/learned/references/gotchas.md` — Known gotchas
23
23
  - `.claude/skills/learned/references/conventions.md` — Team conventions