@vyuhlabs/dxkit 1.1.0 → 1.2.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Vyuh Labs
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyuhlabs/dxkit",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "AI-native developer experience toolkit for any repository",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -1,97 +0,0 @@
1
- # Session Checkpoint: {DATE} - Session {N}
2
-
3
- **Developer:** {DEVELOPER_NAME}
4
- **Date:** {YYYY-MM-DD}
5
- **Duration:** {X hours}
6
-
7
- ## Session Goal
8
- {One-line description of what we set out to accomplish}
9
-
10
- ## Accomplished ✅
11
- - {Specific item 1}
12
- - {Specific item 2}
13
- - {Specific item 3}
14
-
15
- ## Files Created/Modified
16
-
17
- ### Created
18
- - `path/to/new/file1.py` - {brief description}
19
- - `path/to/new/file2.go` - {brief description}
20
-
21
- ### Modified
22
- - `path/to/existing/file1.py` - {what changed}
23
- - `path/to/existing/file2.go` - {what changed}
24
-
25
- ## Key Decisions
26
-
27
- ### Decision 1: {Title}
28
- **Why:** {Reasoning for this approach}
29
- **Alternatives considered:** {Other options we discussed}
30
- **Trade-offs:** {What we gained/lost with this choice}
31
-
32
- ### Decision 2: {Title}
33
- **Why:** {Reasoning}
34
- **Alternatives considered:** {Other options}
35
- **Trade-offs:** {Gains/losses}
36
-
37
- ## Implementation Details
38
-
39
- ### {Component/Feature Name}
40
- {Brief technical description of how it works, key patterns used, important details}
41
-
42
- ### {Component/Feature Name}
43
- {Description}
44
-
45
- ## Testing Status
46
- - [ ] Unit tests added/updated
47
- - [ ] Integration tests added/updated
48
- - [ ] Manual testing completed
49
- - [ ] All tests passing (`make test`)
50
- - [ ] Code linted and formatted (`make lint && make format`)
51
-
52
- ## Next Session
53
-
54
- ### Goal
55
- {What to accomplish next - be specific}
56
-
57
- ### Planned Steps
58
- 1. {Specific next step with enough context}
59
- 2. {Specific next step}
60
- 3. {Specific next step}
61
-
62
- ### Context for AI Agent
63
- ```
64
- We just completed {X}. The implementation is in {files}.
65
-
66
- Next, we need to {Y} because {reason}.
67
-
68
- Key context to remember:
69
- - {Important detail 1}
70
- - {Important detail 2}
71
-
72
- Start by {first specific action}.
73
- ```
74
-
75
- ## Blockers / Considerations
76
-
77
- ### Blockers
78
- - {Any blockers that need resolution}
79
-
80
- ### Technical Debt
81
- - {Any shortcuts taken that need future attention}
82
-
83
- ### Things to Watch
84
- - {Potential issues or areas needing careful attention}
85
-
86
- ### Dependencies
87
- - {External dependencies or waiting on other work}
88
-
89
- ## References
90
- - Related docs: {links to relevant documentation}
91
- - Related issues: {GitHub issue links}
92
- - Related PRs: {Pull request links}
93
- - External resources: {API docs, articles, etc.}
94
-
95
- ---
96
-
97
- **Session Summary:** {One paragraph summarizing the session for quick scanning}