-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.coolclinerules-agent
73 lines (61 loc) · 1.27 KB
/
.coolclinerules-agent
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Agent Configuration for PrintVisionBolt
name=printvisionbolt-agent
version=1.0.0
# Runtime Configuration
runtime_engine=bun
node_version=18.x
typescript_version=5.7.3
next_version=15.1.6
# Build Optimization
build_tool=turbopack
bundler_config={
minify: true,
treeshake: true,
splitting: true,
lazy_loading: true
}
SEO_optimization=true
image_optimization=true
# Performance Settings
memory_limit=4gb
cache_strategy=persistent
edge_compute=enabled
bun_optimizations=true
# UI Framework
react_strict_mode=true
glass_effects_enabled=true
gradient_system=enabled
dark_mode=true
# Package Management
package_manager=pnpm
workspace_strategy=monorepo
dependency_hoisting=true
# Testing & Quality
test_framework=vitest
e2e_testing=playwright
type_checking=strict
lint_on_commit=true
# Database & Auth
database=supabase
auth_provider=supabase
edge_functions=enabled
schema_validation=true
# Security
cors_enabled=true
rate_limiting=true
jwt_required=true
api_security=strict
# Development
dev_port=3000
hot_reload=true
debug_mode=development
source_maps=true
# Monitoring
performance_monitoring=enabled
error_tracking=enabled
analytics_level=enhanced
# Infrastructure
deployment_strategy=blue-green
container_registry=ghcr.io
ci_platform=github-actions
auto_scaling=enabled