Commit 299b5b3
committed
refactor: rename package from @ai-coders/context to @dotcontext/cli
- Updated package name and version in package.json and package-lock.json.
- Changed binary command from "ai-context" to "dotcontext".
- Refactored test files to use "dotcontext" in temporary directory names.
- Updated documentation generation messages to reflect new command usage.
- Adjusted locale detection environment variable from AI_CONTEXT_LANG to DOTCONTEXT_LANG.
- Modified API request headers to reference dotcontext instead of ai-coders context.
- Updated MCP installation service to configure dotcontext instead of ai-context.
- Reflected changes in semantic analysis and markdown reference handling.
- Updated i18n messages to replace ai-context references with dotcontext.
- Adjusted splash screen display name for the new package.
- Changed environment variable for disabling update checks to DOTCONTEXT_DISABLE_UPDATE_CHECK.1 parent e9866a8 commit 299b5b3
File tree
72 files changed
+336
-272
lines changed- .claude/skills
- api-design
- bug-investigation
- code-review
- commit-message
- documentation
- feature-breakdown
- pr-review
- refactoring
- security-audit
- test-generation
- .codex
- skills
- api-design
- bug-investigation
- code-review
- commit-message
- documentation
- feature-breakdown
- pr-review
- refactoring
- security-audit
- test-generation
- .context
- agents
- docs
- qa
- plans
- skills
- api-design
- bug-investigation
- code-review
- commit-message
- documentation
- feature-breakdown
- pr-review
- refactoring
- security-audit
- test-generation
- docs
- src
- generators
- agents
- documentation
- plans
- templates
- services
- ai
- mcp
- semantic
- sync
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+336
-272
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments