ur-agent 1.23.0 → 1.23.2
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 +17 -0
- package/dist/cli.js +1697 -1155
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.23.2
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- **CI failure diagnostics** in `.github/workflows/test.yml`: environment-info step, verbose test reporter, captured `test-output.log`, and artifact upload on failure so the production test runner exposes which test fails without requiring admin log access.
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
-
|
|
10
|
+
|
|
11
|
+
## 1.23.1
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- **CI agent (`ur ci-loop`)** with agent constitution: hard rules against hiding failures, deleting without approval, editing generated/vendor files, claiming tests passed without execution, and changing public API without warning.
|
|
15
|
+
- **Plugin marketplace extensibility** for `templates`, `validators`, and `languageAdapters` alongside existing MCP tools and skills.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- UR identity updated to "autonomous engineering workflow engine (plan, execute, test, verify, document, benchmark, reproduce)".
|
|
19
|
+
|
|
3
20
|
## 1.22.8
|
|
4
21
|
|
|
5
22
|
### Added
|