Skip to content

Commit 7e3f6ad

Browse files
lukecotterclaude
andcommitted
fix: rename lana-docs-site to lana-docs to resolve malware audit false positive
GHSA-35w7-f7w6-w8gg flagged the workspace folder name as matching a malicious npm package. Renaming the folder eliminates the audit match. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00ca0ca commit 7e3f6ad

38 files changed

Lines changed: 58 additions & 58 deletions

.claudeignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
sample-app/**/*.log
88

99
# Docs build
10-
lana-docs-site/.docusaurus/
11-
lana-docs-site/build/
10+
lana-docs/.docusaurus/
11+
lana-docs/build/
1212

1313
# Packages
1414
*.vsix

.github/workflows/publish-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
HUSKY=0 pnpm install
4444
- name: Build Site
4545
run: |
46-
cd lana-docs-site
46+
cd lana-docs
4747
pnpm run build
4848
# 👆 Build steps
4949
- name: Setup Pages
5050
uses: actions/configure-pages@v4
5151
- name: Upload artifact
5252
uses: actions/upload-pages-artifact@v3
5353
with:
54-
path: ./lana-docs-site/build
54+
path: ./lana-docs/build
5555

5656
# Deployment job
5757
deploy:

.specify/memory/constitution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Write all code in TypeScript with strict mode enabled (`strict: true` in tsconfi
1616

1717
### 2. Monorepo Modularity
1818

19-
Maintain clear separation between packages: `lana/` (VS Code extension), `log-viewer/` (webview), and `lana-docs-site/` (docs).
19+
Maintain clear separation between packages: `lana/` (VS Code extension), `log-viewer/` (webview), and `lana-docs/` (docs).
2020

2121
**Rules:**
2222

AGENTS.md

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

77
- lana/: VS Code extension (TypeScript)
88
- log-viewer/: Webview UI (TypeScript)
9-
- lana-docs-site/: Docusaurus documentation
9+
- lana-docs/: Docusaurus documentation
1010
- sample-app/: Sample Salesforce app with test logs
1111

1212
## Technology + Tooling
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)