Skip to content

Commit 299b5b3

Browse files
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

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

.claude/skills/api-design/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: MCP Tool Design
3-
description: Design MCP tools and gateway interfaces for the ai-context server
3+
description: Design MCP tools and gateway interfaces for the dotcontext server
44
phases: [P, R]
55
---
66

.claude/skills/bug-investigation/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [E, V]
66

77
# Bug Investigation
88

9-
Systematic approach to investigating and fixing bugs in the `@ai-coders/context` CLI tool.
9+
Systematic approach to investigating and fixing bugs in the `@dotcontext/cli` CLI tool.
1010

1111
## When to Use
1212

.claude/skills/code-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [R, V]
66

77
# Code Review
88

9-
Guidelines for reviewing code changes in the `@ai-coders/context` project.
9+
Guidelines for reviewing code changes in the `@dotcontext/cli` project.
1010

1111
## When to Use
1212

.claude/skills/commit-message/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [E, C]
66

77
# Commit Message
88

9-
Generate consistent, informative commit messages for the `@ai-coders/context` project.
9+
Generate consistent, informative commit messages for the `@dotcontext/cli` project.
1010

1111
## When to Use
1212

.claude/skills/documentation/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [P, C]
66

77
# Documentation
88

9-
Guidelines for creating and maintaining documentation in the `@ai-coders/context` project.
9+
Guidelines for creating and maintaining documentation in the `@dotcontext/cli` project.
1010

1111
## When to Use
1212

.claude/skills/feature-breakdown/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [P]
66

77
# Feature Breakdown
88

9-
Break down features into concrete, implementable tasks within the `@ai-coders/context` architecture.
9+
Break down features into concrete, implementable tasks within the `@dotcontext/cli` architecture.
1010

1111
## When to Use
1212

.claude/skills/pr-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [R, V]
66

77
# PR Review
88

9-
Review pull requests for the `@ai-coders/context` project against established patterns and quality standards.
9+
Review pull requests for the `@dotcontext/cli` project against established patterns and quality standards.
1010

1111
## When to Use
1212

.claude/skills/refactoring/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [E]
66

77
# Refactoring
88

9-
Safe, systematic refactoring procedures for the `@ai-coders/context` codebase.
9+
Safe, systematic refactoring procedures for the `@dotcontext/cli` codebase.
1010

1111
## When to Use
1212

.claude/skills/security-audit/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [R, V]
66

77
# Security Audit
88

9-
Security review checklist specific to the `@ai-coders/context` CLI tool and MCP server.
9+
Security review checklist specific to the `@dotcontext/cli` CLI tool and MCP server.
1010

1111
## When to Use
1212

@@ -19,7 +19,7 @@ Security review checklist specific to the `@ai-coders/context` CLI tool and MCP
1919

2020
## Threat Model
2121

22-
The `@ai-coders/context` tool has a specific threat surface:
22+
The `@dotcontext/cli` tool has a specific threat surface:
2323

2424
| Asset | Risk | Location |
2525
|-------|------|----------|

.claude/skills/test-generation/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases: [E, V]
66

77
# Test Generation
88

9-
Generate and maintain tests for the `@ai-coders/context` project using Jest with ts-jest.
9+
Generate and maintain tests for the `@dotcontext/cli` project using Jest with ts-jest.
1010

1111
## When to Use
1212

0 commit comments

Comments
 (0)