Skip to content

Commit 96f5a50

Browse files
committed
fix: Fix CC >=1.0.80 issue by moving the agent documents into an agents folder
- Removed unnecessary entries from .gitignore, including Python and C++ compiled files, and application-specific files. - Move all agent documents into agents folder.
1 parent beebddd commit 96f5a50

Some content is hidden

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

41 files changed

+114
-146
lines changed

.gitignore

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,3 @@ Thumbs.db
99
# Files that might appear on external disks
1010
.Spotlight-V100
1111
.Trashes
12-
13-
# Compiled Python files
14-
*.pyc
15-
16-
# Compiled C++ files
17-
*.out
18-
19-
# Application specific files
20-
venv
21-
node_modules
22-
.sass-cache
23-
24-
logs
25-
log
26-
27-
.claude

CONTRIBUTING.md

Lines changed: 25 additions & 25 deletions

README.md

Lines changed: 89 additions & 85 deletions

RELEASE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)