chore: Remove .workspace folder from git tracking
- Remove all .workspace/* files from git history - .workspace/ is now properly ignored via .gitignore - Workspace files should be generated locally and not tracked in git - This fixes the issue where workspace files were accidentally committed
This commit is contained in:
parent
5d6086e012
commit
ad7d31fec6
|
|
@ -1,109 +0,0 @@
|
||||||
{
|
|
||||||
"timestamp": "2025-07-23T21:21:48.376Z",
|
|
||||||
"session": {
|
|
||||||
"id": "85db2f3a0f721c3c",
|
|
||||||
"ide": "vscode",
|
|
||||||
"created": "2025-07-23T21:21:29.435Z",
|
|
||||||
"lastHeartbeat": "2025-07-23T21:21:29.435Z",
|
|
||||||
"pid": 97230,
|
|
||||||
"user": "bryan",
|
|
||||||
"cwd": "/mnt/c/Projects/BMAD-Method",
|
|
||||||
"nodeVersion": "v20.19.2",
|
|
||||||
"platform": "linux",
|
|
||||||
"arch": "x64",
|
|
||||||
"metadata": {
|
|
||||||
"ideSpecific": {
|
|
||||||
"supportsTerminalCommands": true,
|
|
||||||
"hasIntegratedGit": true,
|
|
||||||
"supportsPanels": true,
|
|
||||||
"hasExtensionSystem": true,
|
|
||||||
"features": [
|
|
||||||
"extensions",
|
|
||||||
"integrated-terminal",
|
|
||||||
"git-integration"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"features": [
|
|
||||||
"context-sharing",
|
|
||||||
"agent-handoffs",
|
|
||||||
"quality-tracking"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"context": {
|
|
||||||
"filesFound": 0,
|
|
||||||
"syncErrors": 0,
|
|
||||||
"files": []
|
|
||||||
},
|
|
||||||
"progress": {
|
|
||||||
"recentUpdates": 0,
|
|
||||||
"updates": []
|
|
||||||
},
|
|
||||||
"handoffs": {
|
|
||||||
"pending": 1,
|
|
||||||
"recent": [
|
|
||||||
{
|
|
||||||
"id": "d3b9448d06e1",
|
|
||||||
"timestamp": "2025-07-23T21:21:44.381Z",
|
|
||||||
"fromAgent": "unknown",
|
|
||||||
"toAgent": "dev",
|
|
||||||
"currentWork": "No work description provided",
|
|
||||||
"notes": "",
|
|
||||||
"session": {
|
|
||||||
"id": "85db2f3a0f721c3c",
|
|
||||||
"ide": "vscode",
|
|
||||||
"created": "2025-07-23T21:21:29.435Z",
|
|
||||||
"lastHeartbeat": "2025-07-23T21:21:29.435Z",
|
|
||||||
"pid": 97230,
|
|
||||||
"user": "bryan",
|
|
||||||
"cwd": "/mnt/c/Projects/BMAD-Method",
|
|
||||||
"nodeVersion": "v20.19.2",
|
|
||||||
"platform": "linux",
|
|
||||||
"arch": "x64",
|
|
||||||
"metadata": {
|
|
||||||
"ideSpecific": {
|
|
||||||
"supportsTerminalCommands": true,
|
|
||||||
"hasIntegratedGit": true,
|
|
||||||
"supportsPanels": true,
|
|
||||||
"hasExtensionSystem": true,
|
|
||||||
"features": [
|
|
||||||
"extensions",
|
|
||||||
"integrated-terminal",
|
|
||||||
"git-integration"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"features": [
|
|
||||||
"context-sharing",
|
|
||||||
"agent-handoffs",
|
|
||||||
"quality-tracking"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"context": {
|
|
||||||
"availableFiles": [],
|
|
||||||
"recentProgress": [],
|
|
||||||
"workspaceHealth": {
|
|
||||||
"score": 100,
|
|
||||||
"missingDirectories": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recommendations": [
|
|
||||||
"Update workspace context with latest findings",
|
|
||||||
"Review any TODO items or pending decisions"
|
|
||||||
],
|
|
||||||
"status": "pending"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"quality": {
|
|
||||||
"recentReports": 1,
|
|
||||||
"reports": [
|
|
||||||
{
|
|
||||||
"file": "health-report.json",
|
|
||||||
"modified": "2025-07-23T21:21:36.053Z",
|
|
||||||
"type": "report",
|
|
||||||
"preview": "{\n \"timestamp\": \"2025-07-23T21:21:35.971Z\",\n \"overallScore\": 93,\n \"status\": \"excellent\",\n \"check..."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
# Workspace Sync Summary
|
|
||||||
|
|
||||||
**Sync Time:** 7/23/2025, 5:21:48 PM
|
|
||||||
|
|
||||||
## Session Information
|
|
||||||
**Current Session:** 85db2f3a0f721c3c (vscode)
|
|
||||||
**User:** bryan
|
|
||||||
**Last Activity:** 7/23/2025, 5:21:29 PM
|
|
||||||
|
|
||||||
## Context Files (0)
|
|
||||||
No context files found
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Recent Progress (0)
|
|
||||||
No recent progress updates
|
|
||||||
|
|
||||||
## Pending Handoffs (1)
|
|
||||||
- **d3b9448d06e1:** unknown → dev
|
|
||||||
Work: No work description provided
|
|
||||||
Time: 7/23/2025, 5:21:44 PM
|
|
||||||
|
|
||||||
## Quality Reports (1)
|
|
||||||
- **health-report.json** (report, 7/23/2025, 5:21:36 PM)
|
|
||||||
{
|
|
||||||
"timestamp": "2025-07-23T21:21:35.971Z",
|
|
||||||
"overallScore": 93,
|
|
||||||
"status": "excellent",
|
|
||||||
"check...
|
|
||||||
|
|
||||||
---
|
|
||||||
*Last synced: 7/23/2025, 5:21:48 PM*
|
|
||||||
*Generated by BMAD Cross-IDE Workspace System*
|
|
||||||
|
|
@ -1,51 +0,0 @@
|
||||||
{
|
|
||||||
"id": "d3b9448d06e1",
|
|
||||||
"timestamp": "2025-07-23T21:21:44.381Z",
|
|
||||||
"fromAgent": "unknown",
|
|
||||||
"toAgent": "dev",
|
|
||||||
"currentWork": "No work description provided",
|
|
||||||
"notes": "",
|
|
||||||
"session": {
|
|
||||||
"id": "85db2f3a0f721c3c",
|
|
||||||
"ide": "vscode",
|
|
||||||
"created": "2025-07-23T21:21:29.435Z",
|
|
||||||
"lastHeartbeat": "2025-07-23T21:21:29.435Z",
|
|
||||||
"pid": 97230,
|
|
||||||
"user": "bryan",
|
|
||||||
"cwd": "/mnt/c/Projects/BMAD-Method",
|
|
||||||
"nodeVersion": "v20.19.2",
|
|
||||||
"platform": "linux",
|
|
||||||
"arch": "x64",
|
|
||||||
"metadata": {
|
|
||||||
"ideSpecific": {
|
|
||||||
"supportsTerminalCommands": true,
|
|
||||||
"hasIntegratedGit": true,
|
|
||||||
"supportsPanels": true,
|
|
||||||
"hasExtensionSystem": true,
|
|
||||||
"features": [
|
|
||||||
"extensions",
|
|
||||||
"integrated-terminal",
|
|
||||||
"git-integration"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"features": [
|
|
||||||
"context-sharing",
|
|
||||||
"agent-handoffs",
|
|
||||||
"quality-tracking"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"context": {
|
|
||||||
"availableFiles": [],
|
|
||||||
"recentProgress": [],
|
|
||||||
"workspaceHealth": {
|
|
||||||
"score": 100,
|
|
||||||
"missingDirectories": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recommendations": [
|
|
||||||
"Update workspace context with latest findings",
|
|
||||||
"Review any TODO items or pending decisions"
|
|
||||||
],
|
|
||||||
"status": "pending"
|
|
||||||
}
|
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
# Agent Handoff: unknown → dev
|
|
||||||
|
|
||||||
**Handoff ID:** d3b9448d06e1
|
|
||||||
**Timestamp:** 7/23/2025, 5:21:44 PM
|
|
||||||
**To Agent:** Developer (James) - Code implementation and debugging
|
|
||||||
|
|
||||||
## Current Work
|
|
||||||
No work description provided
|
|
||||||
|
|
||||||
## Notes
|
|
||||||
No additional notes provided
|
|
||||||
|
|
||||||
## Context Summary
|
|
||||||
- **Available context files:** 0
|
|
||||||
- **Recent progress entries:** 0
|
|
||||||
- **Workspace health:** 100/100
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Recommendations
|
|
||||||
- Update workspace context with latest findings
|
|
||||||
- Review any TODO items or pending decisions
|
|
||||||
|
|
||||||
## Session Information
|
|
||||||
|
|
||||||
- **IDE:** vscode
|
|
||||||
- **User:** bryan
|
|
||||||
- **Created:** 7/23/2025, 5:21:29 PM
|
|
||||||
- **Last Activity:** 7/23/2025, 5:21:29 PM
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
*Generated by BMAD Cross-IDE Workspace System*
|
|
||||||
|
|
@ -1,170 +0,0 @@
|
||||||
{
|
|
||||||
"timestamp": "2025-07-23T21:21:35.971Z",
|
|
||||||
"overallScore": 93,
|
|
||||||
"status": "excellent",
|
|
||||||
"checks": {
|
|
||||||
"directoryStructure": {
|
|
||||||
"score": 100,
|
|
||||||
"issues": [],
|
|
||||||
"missing": [],
|
|
||||||
"present": [
|
|
||||||
{
|
|
||||||
"name": "sessions",
|
|
||||||
"critical": true,
|
|
||||||
"description": "Session management"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "context",
|
|
||||||
"critical": true,
|
|
||||||
"description": "Shared context storage"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "handoffs",
|
|
||||||
"critical": true,
|
|
||||||
"description": "Agent handoff coordination"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "decisions",
|
|
||||||
"critical": false,
|
|
||||||
"description": "Decision tracking"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "progress",
|
|
||||||
"critical": false,
|
|
||||||
"description": "Progress monitoring"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "quality",
|
|
||||||
"critical": false,
|
|
||||||
"description": "Quality reports"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "archive",
|
|
||||||
"critical": false,
|
|
||||||
"description": "Archived data"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hooks",
|
|
||||||
"critical": false,
|
|
||||||
"description": "Integration hooks"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "templates",
|
|
||||||
"critical": false,
|
|
||||||
"description": "Workspace templates"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "logs",
|
|
||||||
"critical": true,
|
|
||||||
"description": "Activity logging"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"workspaceConfig": {
|
|
||||||
"score": 100,
|
|
||||||
"issues": [],
|
|
||||||
"valid": true,
|
|
||||||
"config": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"created": "2025-07-23T21:21:29.430Z",
|
|
||||||
"lastUpdated": "2025-07-23T21:21:29.431Z",
|
|
||||||
"features": {
|
|
||||||
"crossIDESupport": true,
|
|
||||||
"sessionManagement": true,
|
|
||||||
"contextPersistence": true,
|
|
||||||
"agentHandoffs": true,
|
|
||||||
"qualityTracking": true
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"maxSessions": 10,
|
|
||||||
"sessionTimeout": 3600000,
|
|
||||||
"autoCleanup": true,
|
|
||||||
"logLevel": "info"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sessionHealth": {
|
|
||||||
"score": 100,
|
|
||||||
"issues": [],
|
|
||||||
"totalSessions": 1,
|
|
||||||
"activeSessions": 1,
|
|
||||||
"staleSessions": 0,
|
|
||||||
"corruptedSessions": 0,
|
|
||||||
"sessions": [
|
|
||||||
{
|
|
||||||
"id": "85db2f3a0f721c3c",
|
|
||||||
"ide": "vscode",
|
|
||||||
"created": "2025-07-23T21:21:29.435Z",
|
|
||||||
"lastHeartbeat": "2025-07-23T21:21:29.435Z",
|
|
||||||
"pid": 97230,
|
|
||||||
"user": "bryan",
|
|
||||||
"cwd": "/mnt/c/Projects/BMAD-Method",
|
|
||||||
"nodeVersion": "v20.19.2",
|
|
||||||
"platform": "linux",
|
|
||||||
"arch": "x64",
|
|
||||||
"metadata": {
|
|
||||||
"ideSpecific": {
|
|
||||||
"supportsTerminalCommands": true,
|
|
||||||
"hasIntegratedGit": true,
|
|
||||||
"supportsPanels": true,
|
|
||||||
"hasExtensionSystem": true,
|
|
||||||
"features": [
|
|
||||||
"extensions",
|
|
||||||
"integrated-terminal",
|
|
||||||
"git-integration"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"features": [
|
|
||||||
"context-sharing",
|
|
||||||
"agent-handoffs",
|
|
||||||
"quality-tracking"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"status": "active",
|
|
||||||
"timeSinceLastHeartbeat": 6550
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"fileSystemPermissions": {
|
|
||||||
"score": 100,
|
|
||||||
"issues": [],
|
|
||||||
"canRead": true,
|
|
||||||
"canWrite": true,
|
|
||||||
"canExecute": true
|
|
||||||
},
|
|
||||||
"logHealth": {
|
|
||||||
"score": 100,
|
|
||||||
"issues": [],
|
|
||||||
"exists": true,
|
|
||||||
"size": 128,
|
|
||||||
"recentEntries": 1,
|
|
||||||
"corruptedEntries": 0
|
|
||||||
},
|
|
||||||
"crossIDECompatibility": {
|
|
||||||
"score": 55,
|
|
||||||
"issues": [
|
|
||||||
"Limited IDE template support: 1 templates found",
|
|
||||||
"No integration hooks configured"
|
|
||||||
],
|
|
||||||
"ideSupport": {
|
|
||||||
"cursor": false,
|
|
||||||
"windsurf": false,
|
|
||||||
"vscode": true,
|
|
||||||
"trae": false,
|
|
||||||
"roo": false,
|
|
||||||
"cline": false,
|
|
||||||
"gemini": false,
|
|
||||||
"github-copilot": false
|
|
||||||
},
|
|
||||||
"templateCount": 1,
|
|
||||||
"hookCount": 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"summary": {
|
|
||||||
"totalIssues": 2,
|
|
||||||
"criticalIssues": 0,
|
|
||||||
"recommendations": [
|
|
||||||
"Generate additional IDE-specific templates for better compatibility"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"id": "85db2f3a0f721c3c",
|
|
||||||
"ide": "vscode",
|
|
||||||
"created": "2025-07-23T21:21:29.435Z",
|
|
||||||
"lastHeartbeat": "2025-07-23T21:21:48.354Z",
|
|
||||||
"pid": 97230,
|
|
||||||
"user": "bryan",
|
|
||||||
"cwd": "/mnt/c/Projects/BMAD-Method",
|
|
||||||
"nodeVersion": "v20.19.2",
|
|
||||||
"platform": "linux",
|
|
||||||
"arch": "x64",
|
|
||||||
"metadata": {
|
|
||||||
"ideSpecific": {
|
|
||||||
"supportsTerminalCommands": true,
|
|
||||||
"hasIntegratedGit": true,
|
|
||||||
"supportsPanels": true,
|
|
||||||
"hasExtensionSystem": true,
|
|
||||||
"features": [
|
|
||||||
"extensions",
|
|
||||||
"integrated-terminal",
|
|
||||||
"git-integration"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"features": [
|
|
||||||
"context-sharing",
|
|
||||||
"agent-handoffs",
|
|
||||||
"quality-tracking"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
# VSCODE Workspace Setup
|
|
||||||
|
|
||||||
## VSCODE Integration
|
|
||||||
- Use terminal commands for workspace management
|
|
||||||
- Full workspace functionality available
|
|
||||||
- Context persists across IDE sessions
|
|
||||||
|
|
||||||
## Available Commands
|
|
||||||
```bash
|
|
||||||
npm run workspace-init # Initialize workspace session
|
|
||||||
npm run workspace-status # Show workspace status
|
|
||||||
npm run workspace-cleanup # Clean and optimize workspace
|
|
||||||
npm run workspace-handoff # Manage agent handoffs
|
|
||||||
npm run workspace-sync # Synchronize context
|
|
||||||
npm run workspace-health # Check workspace health
|
|
||||||
```
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"version": "1.0.0",
|
|
||||||
"created": "2025-07-23T21:21:29.430Z",
|
|
||||||
"lastUpdated": "2025-07-23T21:21:29.431Z",
|
|
||||||
"features": {
|
|
||||||
"crossIDESupport": true,
|
|
||||||
"sessionManagement": true,
|
|
||||||
"contextPersistence": true,
|
|
||||||
"agentHandoffs": true,
|
|
||||||
"qualityTracking": true
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"maxSessions": 10,
|
|
||||||
"sessionTimeout": 3600000,
|
|
||||||
"autoCleanup": true,
|
|
||||||
"logLevel": "info"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue