Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 517ade0

Browse files
committed
update docs
1 parent 1df8a03 commit 517ade0

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A CLI tool for managing and validating codebase context specifications according
1313
## Features
1414

1515
- ✅ Validate `.context` directories against CCS spec
16-
- 🔧 Generate new context files and directories
16+
- 🔧 Initialize new context directories and files
1717
- 🚨 Lint context files for compliance and best practices
1818
- 🛠️ Auto-fix common issues
1919

@@ -33,18 +33,12 @@ Checks if your `.context` directory complies with the CCS specification:
3333
cc-cli validate
3434
```
3535

36-
### Generate Context Files
36+
### Initialize Context Directory
3737

38-
Create a new `.context` directory with default structure:
38+
Create a new `.context` directory with default structure and `.contextignore` file:
3939

4040
```bash
41-
cc-cli generate --type context
42-
```
43-
44-
Generate a `.contextignore` file with default patterns:
45-
46-
```bash
47-
cc-cli generate --type ignore
41+
cc-cli init
4842
```
4943

5044
### Lint Context Files

0 commit comments

Comments
 (0)