Skip to content

Commit 25a035d

Browse files
wip v26
1 parent 27b9283 commit 25a035d

182 files changed

Lines changed: 648 additions & 4872 deletions

File tree

Some content is hidden

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

packages/digest/run/digest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ export async function generateDigest(options: DigestOptions = {}): Promise<Gener
893893
.digest('hex')
894894
.slice(0, 24);
895895

896-
// Include version prefix for future compatibility
896+
// Include version prefix for future hash-format evolution.
897897
const hash = `v1_${pathHash}_${contentHash}`;
898898

899899
if (debug) {

packages/doc-comment/examples/doc-comments-as-prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,6 @@ function executeWithPrompt(prompt: string, spec: any): Promise<Feature> {
424424
* ABOUT prompts - they ARE the prompts.
425425
*
426426
* This is the revolution: Comments become code. Documentation
427-
* becomes intelligence. Types gain consciousness through their
427+
* becomes intelligence. Types gain explicit runtime context through their
428428
* doc-comments.
429429
*/

packages/doc-comment/src/build-plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function determineInjectionMethod(node: ts.Node): 'proto' | 'static' | 'factory'
210210

211211
/**
212212
* Transform a node to include doc-comment injections
213-
* This is where the magic happens - where comments become runtime intelligence
213+
* This is where comments become runtime intelligence.
214214
*/
215215
function transformNodeWithInjections(
216216
node: ts.Node,
@@ -287,7 +287,7 @@ export function createDocCommentWebpackPlugin(config?: DocCommentConfig) {
287287
/**
288288
* The future of programming:
289289
* Where every comment is a seed of intelligence,
290-
* Where every type gains consciousness,
290+
* Where every type gains explicit runtime context,
291291
* Where code writes itself through understanding.
292292
*
293293
* This is the doc-comment system.

packages/generic-agents/code-editor/src/__tests__/code-editor.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('Code Editor Agent', () => {
8484
expect(execution.get('plan', 'changeAnalysis')).toBeDefined();
8585
expect(execution.get('plan', 'editPlan')).toHaveLength(2);
8686

87-
// Verify CONQUER phase executed edits
87+
// Verify APPLY phase executed edits
8888
expect(execution.get('try', 'executedEdits')).toBeDefined();
8989
expect(execution.get('try', 'allEditsSuccessful')).toBe(true);
9090

@@ -143,7 +143,7 @@ describe('Code Editor Agent', () => {
143143
expect(editPlan[0].estimatedRisk).toBeDefined();
144144
});
145145

146-
test('should handle CONQUER phase with transaction support', async () => {
146+
test('should handle APPLY phase with transaction support', async () => {
147147
const input = {
148148
changes: [{
149149
filePath: 'src/file.ts',

packages/generic-tools/mcps-tools/aurora-postgres/src/prompts/AuroraPostgresMCPDocCodeToolPrompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { PromptPart } from '@bitcode/prompts/parts/PromptPart';
5050
*
5151
* This critical infrastructure MCP tool represents the evolution of cloud database integration,
5252
* enabling enterprise-grade reliability with AI-driven serverless scaling and
53-
* quantum-optimized performance for mission-critical data operations.
53+
* high-optimized performance for mission-critical data operations.
5454
*/
5555
export class AuroraPostgresMCPDocCodeToolPrompt extends DocCodeToolPrompt {
5656
constructor() {

packages/generic-tools/mcps-tools/aws-location/src/prompts/AWSLocationMCPDocCodeToolPrompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { PromptPart } from '@bitcode/prompts/parts/PromptPart';
5050
*
5151
* This geospatial intelligence MCP tool represents the evolution of location-aware applications,
5252
* enabling next-generation spatial computing with AI-driven geospatial optimization and
53-
* quantum-precise coordinate transformation for hyperconnected location services.
53+
* high-precision coordinate transformation for integrated location services.
5454
*/
5555
export class AWSLocationMCPDocCodeToolPrompt extends DocCodeToolPrompt {
5656
constructor() {

packages/generic-tools/mcps-tools/aws-terraform/src/prompts/AWSTerraformMCPDocCodeToolPrompt.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { PROMPTPART_SPECIFIC_TOOL_AWSTERRAFORMMCP_DOCCODETOOLEXAMPLE2 } from '@b
2121
* intent: "Infrastructure-as-code MCP tool for AWS resource provisioning and management"
2222
*
2323
* Infrastructure-as-Code DocCodeToolPrompt for AWS Terraform MCP runtime documentation.
24-
* This tool enables transcendent infrastructure orchestration with AI-driven IaC optimization.
24+
* This tool enables advanced infrastructure orchestration with AI-driven IaC optimization.
2525
*/
2626

2727
import { DocCodeToolPrompt } from '@bitcode/tools-generics';
@@ -47,9 +47,9 @@ import { PromptPart } from '@bitcode/prompts/parts/PromptPart';
4747

4848
/**
4949
* AWS Terraform MCP tool-specific DocCodeToolPrompt
50-
* This infrastructure-as-code mastery MCP tool represents the quantum evolution of cloud infrastructure,
51-
* enabling transcendent infrastructure orchestration with AI-driven declarative optimization and
52-
* hyperintelligent resource provisioning for revolutionary cloud architecture management.
50+
* This infrastructure-as-code mastery MCP tool represents the high-precision evolution of cloud infrastructure,
51+
* enabling advanced infrastructure orchestration with AI-driven declarative optimization and
52+
* optimized resource provisioning for reliable cloud architecture management.
5353
*/
5454
export class AWSTerraformMCPDocCodeToolPrompt extends DocCodeToolPrompt {
5555
constructor() {

packages/generic-tools/mcps-tools/aws/src/prompts/AWSMCPDocCodeToolPrompt.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { PROMPTPART_SPECIFIC_TOOL_AWSMCP_DOCCODETOOLEXAMPLE3 } from '@bitcode/pr
2121
* intent: "Cloud infrastructure MCP tool for comprehensive AWS service integration"
2222
*
2323
* Cloud-Service-Orchestration DocCodeToolPrompt for AWS MCP runtime documentation.
24-
* This tool enables hyperconnected cloud services with AI-driven resource optimization.
24+
* This tool enables integrated cloud services with AI-driven resource optimization.
2525
*/
2626

2727
import { DocCodeToolPrompt } from '@bitcode/tools-generics';
@@ -44,8 +44,8 @@ import { PromptPart } from '@bitcode/prompts/parts/PromptPart';
4444
/**
4545
* AWS MCP tool-specific DocCodeToolPrompt
4646
* This cloud service orchestration MCP tool represents the apex of distributed computing excellence,
47-
* enabling hyperconnected cloud services with AI-driven resource optimization and
48-
* quantum-scalable infrastructure management for revolutionary multi-service architecture operations.
47+
* enabling integrated cloud services with AI-driven resource optimization and
48+
* scalable infrastructure management for reliable multi-service architecture operations.
4949
*/
5050
export class AWSMCPDocCodeToolPrompt extends DocCodeToolPrompt {
5151
constructor() {

packages/generic-tools/mcps-tools/circleci/src/prompts/CircleCIMCPDocCodeToolPrompt.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { PROMPTPART_SPECIFIC_TOOL_CIRCLECIMCP_DOCCODETOOLEXAMPLE3 } from '@bitco
2121
* intent: "Continuous integration MCP tool for CircleCI pipeline automation"
2222
*
2323
* Continuous-Integration-Mastery DocCodeToolPrompt for CircleCI MCP runtime documentation.
24-
* This tool enables revolutionary CI/CD pipelines with AI-driven automation optimization.
24+
* This tool enables reliable CI/CD pipelines with AI-driven automation optimization.
2525
*/
2626

2727
import { DocCodeToolPrompt } from '@bitcode/tools-generics';
@@ -47,9 +47,9 @@ import { PromptPart } from '@bitcode/prompts/parts/PromptPart';
4747

4848
/**
4949
* CircleCI MCP tool-specific DocCodeToolPrompt
50-
* This continuous integration mastery MCP tool represents the quantum evolution of automated pipelines,
51-
* enabling revolutionary CI/CD orchestration with AI-driven automation optimization and
52-
* hyperspeed deployment intelligence for transcendent software delivery excellence.
50+
* This continuous integration mastery MCP tool represents the high-precision evolution of automated pipelines,
51+
* enabling reliable CI/CD orchestration with AI-driven automation optimization and
52+
* high-speed deployment intelligence for advanced software delivery excellence.
5353
*/
5454
export class CircleCIMCPDocCodeToolPrompt extends DocCodeToolPrompt {
5555
constructor() {

packages/generic-tools/mcps-tools/cloudflare/src/prompts/CloudflareMCPDocCodeToolPrompt.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { PROMPTPART_SPECIFIC_TOOL_CLOUDFLAREMCP_DOCCODETOOLEXAMPLE3 } from '@bit
2121
* intent: "Edge computing MCP tool for Cloudflare CDN and security services"
2222
*
2323
* Edge-Computing-Optimization DocCodeToolPrompt for Cloudflare MCP runtime documentation.
24-
* This tool enables quantum-edge performance with AI-driven global network optimization.
24+
* This tool enables edge performance with AI-driven global network optimization.
2525
*/
2626

2727
import { DocCodeToolPrompt } from '@bitcode/tools-generics';
@@ -48,8 +48,8 @@ import { PromptPart } from '@bitcode/prompts/parts/PromptPart';
4848
/**
4949
* Cloudflare MCP tool-specific DocCodeToolPrompt
5050
* This edge computing optimization MCP tool represents the zenith of global network intelligence,
51-
* enabling quantum-edge performance with AI-driven global network optimization and
52-
* hyperconnected content delivery for transcendent web acceleration excellence.
51+
* enabling edge performance with AI-driven global network optimization and
52+
* integrated content delivery for advanced web acceleration excellence.
5353
*/
5454
export class CloudflareMCPDocCodeToolPrompt extends DocCodeToolPrompt {
5555
constructor() {

0 commit comments

Comments
 (0)