agenticros 0.5.3 → 0.5.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.
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agenticros",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "description": "AgenticROS - agentic AI for ROS-powered robots. Single CLI to launch real-robot or simulated demos, manage configuration, and inspect status.",
6
6
  "keywords": [
@@ -35,16 +35,6 @@
35
35
  "engines": {
36
36
  "node": ">=20.0.0"
37
37
  },
38
- "scripts": {
39
- "build": "tsc",
40
- "typecheck": "tsc --noEmit",
41
- "test": "node --test --test-force-exit \"dist/__tests__/*.test.js\"",
42
- "clean": "rm -rf dist runtime tsconfig.tsbuildinfo",
43
- "pack:runtime": "node ../../scripts/pack-runtime.mjs",
44
- "size:check": "node ../../scripts/check-cli-tarball-size.mjs",
45
- "tarball:check": "node ../../scripts/check-cli-tarball-install.mjs",
46
- "prepublishOnly": "pnpm run clean && pnpm run build && pnpm run pack:runtime && pnpm run size:check && pnpm run tarball:check"
47
- },
48
38
  "dependencies": {
49
39
  "@agenticros/core": "^0.8.1",
50
40
  "@inquirer/prompts": "^7.0.0",
@@ -64,5 +54,14 @@
64
54
  "type": "git",
65
55
  "url": "git+https://github.com/agenticros/agenticros.git",
66
56
  "directory": "packages/agenticros-cli"
57
+ },
58
+ "scripts": {
59
+ "build": "tsc",
60
+ "typecheck": "tsc --noEmit",
61
+ "test": "node --test --test-force-exit \"dist/__tests__/*.test.js\"",
62
+ "clean": "rm -rf dist runtime tsconfig.tsbuildinfo",
63
+ "pack:runtime": "node ../../scripts/pack-runtime.mjs",
64
+ "size:check": "node ../../scripts/check-cli-tarball-size.mjs",
65
+ "tarball:check": "node ../../scripts/check-cli-tarball-install.mjs"
67
66
  }
68
- }
67
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "packedAt": "2026-07-10T16:45:19.191Z",
2
+ "packedAt": "2026-07-13T21:57:44.063Z",
3
3
  "repo": "https://github.com/PlaiPin/agenticros",
4
4
  "note": "This directory is a snapshot of the agenticros monorepo source. `agenticros init` will copy it to ~/agenticros and run pnpm install + colcon build there.",
5
5
  "layout": {
@@ -21,7 +21,7 @@
21
21
  <exec_depend>robot_state_publisher</exec_depend>
22
22
  <exec_depend>xacro</exec_depend>
23
23
  <exec_depend>rviz2</exec_depend>
24
- <!-- Optional Nav2 stack for `sim_amr_nav2.launch.py` / `agenticros up sim-amr --nav2` -->
24
+ <!-- Optional Nav2 stack (sim_amr_nav2.launch.py / agenticros up sim-amr with nav2) -->
25
25
  <exec_depend>nav2_bringup</exec_depend>
26
26
  <exec_depend>nav2_bt_navigator</exec_depend>
27
27
  <exec_depend>nav2_amcl</exec_depend>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes