wayfind 2.0.52 → 2.0.53

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.
@@ -4841,7 +4841,7 @@ async function pullTeamContext() {
4841
4841
  }
4842
4842
 
4843
4843
  try {
4844
- const result = spawnSync('git', ['pull', '--rebase', '--autostash', '-q'], {
4844
+ const result = spawnSync('git', ['pull', '--rebase', '-q'], {
4845
4845
  cwd: teamDir,
4846
4846
  env,
4847
4847
  timeout: 30000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wayfind",
3
- "version": "2.0.52",
3
+ "version": "2.0.53",
4
4
  "description": "Team decision trail for AI-assisted development. The connective tissue between product, engineering, and strategy.",
5
5
  "bin": {
6
6
  "wayfind": "./bin/team-context.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wayfind",
3
- "version": "2.0.49",
3
+ "version": "2.0.53",
4
4
  "description": "Team decision trail for AI-assisted development. Session memory, decision journals, and team digests.",
5
5
  "author": {
6
6
  "name": "Wayfind",