Skip to content

Commit 3d0d1f0

Browse files
committed
Deploy ClearVoice
1 parent 509f6fa commit 3d0d1f0

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed
614 KB
Loading

ClearVoice Coaching Insights.png

-109 KB
Loading

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
![ClearVoice Coaching Insights](ClearVoice%20Coaching%20Insights.png)
10-
10+
![ClearVoice Coaching Insights 01](ClearVoice%20Coaching%20Insights%2001.png)
1111
---
1212

1313
## Features
@@ -97,32 +97,6 @@ Check progress under your repo's **Actions** tab.
9797

9898
---
9999

100-
## File Structure
101-
102-
```
103-
Professional-Writing-Wizard/
104-
├── index.html # Main application shell
105-
├── css/
106-
│ └── styles.css # Full stylesheet (light + dark, responsive)
107-
├── js/
108-
│ ├── config.js # Injected API config (overwritten at CI build time)
109-
│ ├── privacy.js # PII redaction engine (Semantic Privacy Guard port)
110-
│ ├── api.js # AI provider calls (Claude + OpenAI), prompt builder
111-
│ ├── ui.js # Render functions (variations, heatmap, score rings, insights)
112-
│ └── app.js # State, event handlers, settings, usage gating
113-
├── tests/
114-
│ ├── index.html # Browser test runner (auto-runs on load)
115-
│ ├── test-privacy.js # 19 PII redaction unit tests
116-
│ └── test-core.js # Core function tests (parseAIResponse, buildHeatmap, xEsc)
117-
├── architecture.html # Interactive system design diagram
118-
├── .github/
119-
│ ├── workflows/deploy.yml # GitHub Actions Pages deployment
120-
│ └── scripts/inject_config.py # Safely injects API key into config.js at build time
121-
└── README.md
122-
```
123-
124-
---
125-
126100
## Architecture
127101

128102
See **[architecture.html](https://sushegaad.github.io/Professional-Writing-Wizard/architecture.html)** for a visual deep-dive including:

0 commit comments

Comments
 (0)