@team-semicolon/semo-cli 3.0.26 → 3.0.27

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1877,6 +1877,7 @@ function updateGitignore(cwd) {
1877
1877
  .claude/*
1878
1878
  !.claude/memory/
1879
1879
  !.claude/memory/**
1880
+ semo-system/
1880
1881
  `;
1881
1882
  if (fs.existsSync(gitignorePath)) {
1882
1883
  const content = fs.readFileSync(gitignorePath, "utf-8");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-semicolon/semo-cli",
3
- "version": "3.0.26",
3
+ "version": "3.0.27",
4
4
  "description": "SEMO CLI - AI Agent Orchestration Framework Installer",
5
5
  "main": "dist/index.js",
6
6
  "bin": {