@lanegrid/agtrace 0.1.13 → 0.1.15

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/CHANGELOG.md CHANGED
@@ -2,6 +2,69 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.1.15] - 2025-12-31
6
+
7
+ ### Bug Fixes
8
+
9
+ - Remove duplicate v0.1.12 section in CHANGELOG and update all past releases ([a8ea559](https://github.com/lanegrid/agtrace/commit/a8ea55950c0d037649546ff8c9e26420e9c738c0))
10
+
11
+
12
+ ### Documentation
13
+
14
+ - Add README doctest validation to prevent stale examples and version drift ([faf5b88](https://github.com/lanegrid/agtrace/commit/faf5b88c23d73527dd250a36529dafdd1b80d116))
15
+
16
+ - Add comprehensive releaser skill with safety procedures and rollback script ([517cfc3](https://github.com/lanegrid/agtrace/commit/517cfc324337dcc44bd9959b80ec3ed5f5937ad0))
17
+
18
+
19
+ ### Features
20
+
21
+ - Add prepare-release script for automated release workflow ([fdf66ed](https://github.com/lanegrid/agtrace/commit/fdf66eddd182edcf191bed0e7ca4ea175824b291))
22
+
23
+ - Use CHANGELOG.md content for GitHub release notes instead of cargo-dist default ([4201843](https://github.com/lanegrid/agtrace/commit/42018437f2a3da347ee1444501273699a0dc6dfd))
24
+
25
+
26
+ ### Miscellaneous Tasks
27
+
28
+ - Remove releaser skill ([495c1b8](https://github.com/lanegrid/agtrace/commit/495c1b820f24119e2565cc9c38d246a697ca93cb))
29
+
30
+
31
+ ### Refactor
32
+
33
+ - Convert releaser skill to standard directory structure with frontmatter ([13a9ff1](https://github.com/lanegrid/agtrace/commit/13a9ff19545c917ecd4f9eb585b0e401a8e1fc80))
34
+
35
+ - Speed up demo video intro by removing comments and faster typing ([7997475](https://github.com/lanegrid/agtrace/commit/79974752f9b1ac1f22dcd7b85b75b897a24d47ca))
36
+
37
+
38
+ ## [0.1.14] - 2025-12-31
39
+
40
+ ### Bug Fixes
41
+
42
+ - *(sdk)* Make SessionFilter::default() equivalent to new() with reasonable limit ([2f1f481](https://github.com/lanegrid/agtrace/commit/2f1f481e28c76118a4821f0290f47221bcf96540))
43
+
44
+
45
+ ### Documentation
46
+
47
+ - Complete SDK-CLI refactor ExecPlan with outcomes and retrospective ([2f4e456](https://github.com/lanegrid/agtrace/commit/2f4e45604fbefe55dd001021ada08b86b2119170))
48
+
49
+ - Remove completed SDK-CLI refactor planning documents ([cb2a668](https://github.com/lanegrid/agtrace/commit/cb2a6689f4a309e088f779e38c1116ecde6b0305))
50
+
51
+
52
+ ### Refactor
53
+
54
+ - *(cli)* Migrate all handlers to use agtrace-sdk instead of internal crates ([548a7b7](https://github.com/lanegrid/agtrace/commit/548a7b7c53f46d63b9a552fa6de8946bf3a8bc4c))
55
+
56
+ - *(cli)* Replace internal crate imports with SDK in presentation layer ([2e0da9a](https://github.com/lanegrid/agtrace/commit/2e0da9acdd9b8ff3b4f3cfd7a05dcf141c57e513))
57
+
58
+ - *(cli)* Achieve strict SDK-only dependency by eliminating all internal crate usage ([22a0590](https://github.com/lanegrid/agtrace/commit/22a059038689dd80b7c1d51ead50fa1cf5e826e7))
59
+
60
+ - *(sdk)* Introduce utils module for low-level API, remove internal re-exports, add SessionHandle::from_events() ([4e48516](https://github.com/lanegrid/agtrace/commit/4e485169ad818ffa8a91ebce3c1a10c11cef717f))
61
+
62
+
63
+ ### Testing
64
+
65
+ - Migrate integration tests to use agtrace-sdk types ([aeb458e](https://github.com/lanegrid/agtrace/commit/aeb458ee8d259200335f52daed5b97fc722fa10c))
66
+
67
+
5
68
  ## [0.1.13] - 2025-12-30
6
69
 
7
70
  ### Features
@@ -62,20 +125,6 @@ All notable changes to this project will be documented in this file.
62
125
  - Bump version to 0.1.11 ([ce33554](https://github.com/lanegrid/agtrace/commit/ce3355441efafc1536f0750a2bcee11ce2582e82))
63
126
 
64
127
 
65
- ## [0.1.12] - 2025-12-29
66
-
67
- ### Bug Fixes
68
-
69
- - *(cli)* Improve init output and watch waiting mode behavior ([22c3d71](https://github.com/lanegrid/agtrace/commit/22c3d71417dfc4afa710d29f07a56e967031d2df))
70
-
71
- - *(cli)* Correct init hint to use session list instead of list ([ee1414a](https://github.com/lanegrid/agtrace/commit/ee1414a62716b5716991fd47f56f603a6dd92bbf))
72
-
73
-
74
- ### Styling
75
-
76
- - *(tui)* Make directory match note more visible with yellow bold text ([b58afe3](https://github.com/lanegrid/agtrace/commit/b58afe3d52fa86e8135729edbce0998ce1c162c9))
77
-
78
-
79
128
  ## [0.1.11] - 2025-12-29
80
129
 
81
130
  ### Bug Fixes
package/README.md CHANGED
@@ -38,11 +38,11 @@ Embed agent observability into your own tools (vital-checkers, IDE plugins, dash
38
38
 
39
39
  ```toml
40
40
  [dependencies]
41
- agtrace-sdk = "0.1.13"
41
+ agtrace-sdk = "0.1"
42
42
  ```
43
43
 
44
44
  ```rust
45
- use agtrace_sdk::{Client, Lens, analyze_session, assemble_session};
45
+ use agtrace_sdk::{Client, Lens};
46
46
 
47
47
  // Connect to the local workspace
48
48
  let client = Client::connect("~/.agtrace")?;
@@ -53,14 +53,12 @@ for event in client.watch().all_providers().start()? {
53
53
  }
54
54
 
55
55
  // 2. Session Diagnosis
56
- let events = client.session("session_123").events()?;
57
- if let Some(session) = assemble_session(&events) {
58
- let report = analyze_session(session)
59
- .through(Lens::Failures)
60
- .through(Lens::Loops)
61
- .report()?;
62
- println!("Health: {}", report.score);
63
- }
56
+ let session_handle = client.sessions().get("session_123")?;
57
+ let report = session_handle.analyze()?
58
+ .through(Lens::Failures)
59
+ .through(Lens::Loops)
60
+ .report()?;
61
+ println!("Health: {}", report.score);
64
62
  ```
65
63
 
66
64
  ## 📚 Documentation
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT OR Apache-2.0",
25
25
  "name": "@lanegrid/agtrace",
26
- "version": "0.1.13"
26
+ "version": "0.1.15"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.1.13"
518
+ "version": "0.1.15"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.1.13",
2
+ "artifactDownloadUrl": "https://github.com/lanegrid/agtrace/releases/download/v0.1.15",
3
3
  "bin": {
4
4
  "agtrace": "run-agtrace.js"
5
5
  },
@@ -93,7 +93,7 @@
93
93
  "zipExt": ".tar.xz"
94
94
  }
95
95
  },
96
- "version": "0.1.13",
96
+ "version": "0.1.15",
97
97
  "volta": {
98
98
  "node": "18.14.1",
99
99
  "npm": "9.5.0"