Skip to content

Commit 5bbfcf0

Browse files
GeneAIclaude
authored andcommitted
chore: Increase coverage threshold from 40% to 53%
Current coverage: 53.77% 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fb70626 commit 5bbfcf0

File tree

316 files changed

+58933
-5868
lines changed

Some content is hidden

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

316 files changed

+58933
-5868
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ precision = 2
384384
show_missing = true
385385
skip_covered = false
386386
# Coverage threshold - increase as tests improve (target: 75%)
387-
fail_under = 40
387+
fail_under = 53
388388
exclude_lines = [
389389
"pragma: no cover",
390390
"def __repr__",

site/404.html

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -60,60 +60,6 @@
6060
<!-- Plausible Analytics - Privacy-respecting, no cookies -->
6161
<script defer data-domain="smartaimemory.com" src="https://plausible.io/js/script.js"></script>
6262

63-
<!-- Custom styles for "Run in Empathy" buttons -->
64-
<style>
65-
/* VS Code "Run in Empathy" button */
66-
.empathy-btn {
67-
display: inline-flex;
68-
align-items: center;
69-
gap: 0.5rem;
70-
padding: 0.5rem 1rem;
71-
margin: 0.5rem 0.25rem;
72-
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
73-
color: white !important;
74-
border-radius: 6px;
75-
font-weight: 500;
76-
font-size: 0.875rem;
77-
text-decoration: none !important;
78-
transition: all 0.2s ease;
79-
box-shadow: 0 2px 4px rgba(79, 70, 229, 0.3);
80-
}
81-
.empathy-btn:hover {
82-
background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
83-
transform: translateY(-1px);
84-
box-shadow: 0 4px 8px rgba(79, 70, 229, 0.4);
85-
}
86-
.empathy-btn::before {
87-
content: "▶";
88-
font-size: 0.75rem;
89-
}
90-
91-
/* Secondary style for terminal commands */
92-
.empathy-btn-secondary {
93-
background: linear-gradient(135deg, #64748b 0%, #475569 100%);
94-
box-shadow: 0 2px 4px rgba(71, 85, 105, 0.3);
95-
}
96-
.empathy-btn-secondary:hover {
97-
background: linear-gradient(135deg, #475569 0%, #334155 100%);
98-
box-shadow: 0 4px 8px rgba(71, 85, 105, 0.4);
99-
}
100-
101-
/* Button group for multiple actions */
102-
.empathy-btn-group {
103-
display: flex;
104-
flex-wrap: wrap;
105-
gap: 0.5rem;
106-
margin: 1rem 0;
107-
}
108-
109-
/* Note about VS Code requirement */
110-
.empathy-note {
111-
font-size: 0.75rem;
112-
color: var(--md-default-fg-color--light);
113-
margin-top: 0.25rem;
114-
}
115-
</style>
116-
11763
</head>
11864

11965

site/FOREWORD_BY_CLAUDE/index.html

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -62,60 +62,6 @@
6262
<!-- Plausible Analytics - Privacy-respecting, no cookies -->
6363
<script defer data-domain="smartaimemory.com" src="https://plausible.io/js/script.js"></script>
6464

65-
<!-- Custom styles for "Run in Empathy" buttons -->
66-
<style>
67-
/* VS Code "Run in Empathy" button */
68-
.empathy-btn {
69-
display: inline-flex;
70-
align-items: center;
71-
gap: 0.5rem;
72-
padding: 0.5rem 1rem;
73-
margin: 0.5rem 0.25rem;
74-
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
75-
color: white !important;
76-
border-radius: 6px;
77-
font-weight: 500;
78-
font-size: 0.875rem;
79-
text-decoration: none !important;
80-
transition: all 0.2s ease;
81-
box-shadow: 0 2px 4px rgba(79, 70, 229, 0.3);
82-
}
83-
.empathy-btn:hover {
84-
background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
85-
transform: translateY(-1px);
86-
box-shadow: 0 4px 8px rgba(79, 70, 229, 0.4);
87-
}
88-
.empathy-btn::before {
89-
content: "▶";
90-
font-size: 0.75rem;
91-
}
92-
93-
/* Secondary style for terminal commands */
94-
.empathy-btn-secondary {
95-
background: linear-gradient(135deg, #64748b 0%, #475569 100%);
96-
box-shadow: 0 2px 4px rgba(71, 85, 105, 0.3);
97-
}
98-
.empathy-btn-secondary:hover {
99-
background: linear-gradient(135deg, #475569 0%, #334155 100%);
100-
box-shadow: 0 4px 8px rgba(71, 85, 105, 0.4);
101-
}
102-
103-
/* Button group for multiple actions */
104-
.empathy-btn-group {
105-
display: flex;
106-
flex-wrap: wrap;
107-
gap: 0.5rem;
108-
margin: 1rem 0;
109-
}
110-
111-
/* Note about VS Code requirement */
112-
.empathy-note {
113-
font-size: 0.75rem;
114-
color: var(--md-default-fg-color--light);
115-
margin-top: 0.25rem;
116-
}
117-
</style>
118-
11965
</head>
12066

12167

site/about-the-author/index.html

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -62,60 +62,6 @@
6262
<!-- Plausible Analytics - Privacy-respecting, no cookies -->
6363
<script defer data-domain="smartaimemory.com" src="https://plausible.io/js/script.js"></script>
6464

65-
<!-- Custom styles for "Run in Empathy" buttons -->
66-
<style>
67-
/* VS Code "Run in Empathy" button */
68-
.empathy-btn {
69-
display: inline-flex;
70-
align-items: center;
71-
gap: 0.5rem;
72-
padding: 0.5rem 1rem;
73-
margin: 0.5rem 0.25rem;
74-
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
75-
color: white !important;
76-
border-radius: 6px;
77-
font-weight: 500;
78-
font-size: 0.875rem;
79-
text-decoration: none !important;
80-
transition: all 0.2s ease;
81-
box-shadow: 0 2px 4px rgba(79, 70, 229, 0.3);
82-
}
83-
.empathy-btn:hover {
84-
background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
85-
transform: translateY(-1px);
86-
box-shadow: 0 4px 8px rgba(79, 70, 229, 0.4);
87-
}
88-
.empathy-btn::before {
89-
content: "▶";
90-
font-size: 0.75rem;
91-
}
92-
93-
/* Secondary style for terminal commands */
94-
.empathy-btn-secondary {
95-
background: linear-gradient(135deg, #64748b 0%, #475569 100%);
96-
box-shadow: 0 2px 4px rgba(71, 85, 105, 0.3);
97-
}
98-
.empathy-btn-secondary:hover {
99-
background: linear-gradient(135deg, #475569 0%, #334155 100%);
100-
box-shadow: 0 4px 8px rgba(71, 85, 105, 0.4);
101-
}
102-
103-
/* Button group for multiple actions */
104-
.empathy-btn-group {
105-
display: flex;
106-
flex-wrap: wrap;
107-
gap: 0.5rem;
108-
margin: 1rem 0;
109-
}
110-
111-
/* Note about VS Code requirement */
112-
.empathy-note {
113-
font-size: 0.75rem;
114-
color: var(--md-default-fg-color--light);
115-
margin-top: 0.25rem;
116-
}
117-
</style>
118-
11965
</head>
12066

12167

site/api-reference/ai-wizards/index.html

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -62,60 +62,6 @@
6262
<!-- Plausible Analytics - Privacy-respecting, no cookies -->
6363
<script defer data-domain="smartaimemory.com" src="https://plausible.io/js/script.js"></script>
6464

65-
<!-- Custom styles for "Run in Empathy" buttons -->
66-
<style>
67-
/* VS Code "Run in Empathy" button */
68-
.empathy-btn {
69-
display: inline-flex;
70-
align-items: center;
71-
gap: 0.5rem;
72-
padding: 0.5rem 1rem;
73-
margin: 0.5rem 0.25rem;
74-
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
75-
color: white !important;
76-
border-radius: 6px;
77-
font-weight: 500;
78-
font-size: 0.875rem;
79-
text-decoration: none !important;
80-
transition: all 0.2s ease;
81-
box-shadow: 0 2px 4px rgba(79, 70, 229, 0.3);
82-
}
83-
.empathy-btn:hover {
84-
background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
85-
transform: translateY(-1px);
86-
box-shadow: 0 4px 8px rgba(79, 70, 229, 0.4);
87-
}
88-
.empathy-btn::before {
89-
content: "▶";
90-
font-size: 0.75rem;
91-
}
92-
93-
/* Secondary style for terminal commands */
94-
.empathy-btn-secondary {
95-
background: linear-gradient(135deg, #64748b 0%, #475569 100%);
96-
box-shadow: 0 2px 4px rgba(71, 85, 105, 0.3);
97-
}
98-
.empathy-btn-secondary:hover {
99-
background: linear-gradient(135deg, #475569 0%, #334155 100%);
100-
box-shadow: 0 4px 8px rgba(71, 85, 105, 0.4);
101-
}
102-
103-
/* Button group for multiple actions */
104-
.empathy-btn-group {
105-
display: flex;
106-
flex-wrap: wrap;
107-
gap: 0.5rem;
108-
margin: 1rem 0;
109-
}
110-
111-
/* Note about VS Code requirement */
112-
.empathy-note {
113-
font-size: 0.75rem;
114-
color: var(--md-default-fg-color--light);
115-
margin-top: 0.25rem;
116-
}
117-
</style>
118-
11965
</head>
12066

12167

site/api-reference/config/index.html

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -62,60 +62,6 @@
6262
<!-- Plausible Analytics - Privacy-respecting, no cookies -->
6363
<script defer data-domain="smartaimemory.com" src="https://plausible.io/js/script.js"></script>
6464

65-
<!-- Custom styles for "Run in Empathy" buttons -->
66-
<style>
67-
/* VS Code "Run in Empathy" button */
68-
.empathy-btn {
69-
display: inline-flex;
70-
align-items: center;
71-
gap: 0.5rem;
72-
padding: 0.5rem 1rem;
73-
margin: 0.5rem 0.25rem;
74-
background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
75-
color: white !important;
76-
border-radius: 6px;
77-
font-weight: 500;
78-
font-size: 0.875rem;
79-
text-decoration: none !important;
80-
transition: all 0.2s ease;
81-
box-shadow: 0 2px 4px rgba(79, 70, 229, 0.3);
82-
}
83-
.empathy-btn:hover {
84-
background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
85-
transform: translateY(-1px);
86-
box-shadow: 0 4px 8px rgba(79, 70, 229, 0.4);
87-
}
88-
.empathy-btn::before {
89-
content: "▶";
90-
font-size: 0.75rem;
91-
}
92-
93-
/* Secondary style for terminal commands */
94-
.empathy-btn-secondary {
95-
background: linear-gradient(135deg, #64748b 0%, #475569 100%);
96-
box-shadow: 0 2px 4px rgba(71, 85, 105, 0.3);
97-
}
98-
.empathy-btn-secondary:hover {
99-
background: linear-gradient(135deg, #475569 0%, #334155 100%);
100-
box-shadow: 0 4px 8px rgba(71, 85, 105, 0.4);
101-
}
102-
103-
/* Button group for multiple actions */
104-
.empathy-btn-group {
105-
display: flex;
106-
flex-wrap: wrap;
107-
gap: 0.5rem;
108-
margin: 1rem 0;
109-
}
110-
111-
/* Note about VS Code requirement */
112-
.empathy-note {
113-
font-size: 0.75rem;
114-
color: var(--md-default-fg-color--light);
115-
margin-top: 0.25rem;
116-
}
117-
</style>
118-
11965
</head>
12066

12167

0 commit comments

Comments
 (0)