Skip to content

Commit 1d652a7

Browse files
Merge dev into main — v0.1.7 (#19)
## Summary - Fix `mayros update` for global installs using scoped package name `@apilium/mayros` - Bump to v0.1.7 with all 49 extensions synced ## Test plan - [ ] `pnpm test src/infra/update-runner.test.ts` — 15 tests pass - [ ] `mayros update` resolves correctly from global install
2 parents 44fc6b4 + f801022 commit 1d652a7

58 files changed

Lines changed: 93 additions & 51 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extensions/agent-mesh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-agent-mesh",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"description": "Mayros multi-agent coordination mesh with shared namespaces, delegation, and knowledge fusion",
66
"type": "module",

extensions/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-analytics",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"type": "module",
66
"main": "index.ts",

extensions/bash-sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-bash-sandbox",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"description": "Bash command sandbox with domain allowlist, command blocklist, and dangerous pattern detection",
66
"type": "module",

extensions/bluebubbles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-bluebubbles",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Mayros BlueBubbles channel plugin",
55
"license": "MIT",
66
"type": "module",

extensions/ci-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-ci-plugin",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "CI/CD pipeline integration for Mayros — GitHub Actions and GitLab CI providers",
55
"type": "module",
66
"dependencies": {

extensions/code-indexer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-code-indexer",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"description": "Mayros code indexer plugin — regex-based codebase scanning with RDF triple storage in Cortex",
66
"type": "module",

extensions/code-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-code-tools",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"type": "module",
66
"dependencies": {

extensions/copilot-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-copilot-proxy",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"description": "Mayros Copilot Proxy provider plugin",
66
"type": "module",

extensions/cortex-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-cortex-sync",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"description": "Cortex DAG synchronization — peer discovery, delta sync, and cross-device knowledge replication",
66
"type": "module",

extensions/diagnostics-otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apilium/mayros-diagnostics-otel",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Mayros diagnostics OpenTelemetry exporter",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)