Skip to content

Commit 5c23f20

Browse files
committed
chore: pre-launch sanitization and Astro 6 upgrade
- Remove LESSONS_LEARNED.md and NATIVE_AGENT_ARCHITECTURE.md (internal docs not suitable for public repo) - Unify all GitHub URLs to AlphaWaveSystems/flutter-probe - Update LICENSE and legal files: licensor → Alpha Wave Systems S.A. de C.V. - Update contact emails to support@alphawavesystems.com - Remove hardcoded cloud API URL from client.go (no public service yet) - Remove dead pollMatrixReady function from firebase.go - Remove debug fmt.Printf from browserstack.go - Add --format validation and statusW stderr routing in cli/test.go - Genericize test fixtures: remove Digacel references from recipes/visual - Fix health_check.sh and run_all.sh to use env vars instead of hardcoded paths - Update probe.yaml.example cloud URL to placeholder - Upgrade Astro 5→6: add content.config.ts with docsLoader, escape curly braces in index.astro flutter_test code block - Bump Node to 22 in docs.yml (Astro 6 requirement) - Update test results HTML
1 parent 44f10fb commit 5c23f20

31 files changed

Lines changed: 6409 additions & 896 deletions

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: "20"
29+
node-version: "22"
3030

3131
- name: Install dependencies
3232
working-directory: website

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Examples of unacceptable behavior:
3232
## Enforcement
3333

3434
Instances of abusive, harassing, or otherwise unacceptable behavior may be
35-
reported to the project team at **conduct@flutterprobe.dev**. All complaints
35+
reported to the project team at **support@alphawavesystems.com**. All complaints
3636
will be reviewed and investigated promptly and fairly.
3737

3838
## Attribution

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to FlutterProbe! This guide explains
44

55
## Reporting Bugs
66

7-
Open an issue on [GitHub Issues](https://github.com/nicklaus-dev/FlutterProbe/issues) with:
7+
Open an issue on [GitHub Issues](https://github.com/AlphaWaveSystems/flutter-probe/issues) with:
88

99
- A clear, descriptive title
1010
- Steps to reproduce the problem

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Business Source License 1.1
22

33
Parameters
44

5-
Licensor: Patrick Bertsch
5+
Licensor: Alpha Wave Systems S.A. de C.V.
66
Licensed Work: FlutterProbe 0.1.0
7-
The Licensed Work is (c) 2026 Patrick Bertsch.
7+
The Licensed Work is (c) 2026 Alpha Wave Systems S.A. de C.V.
88
Additional Use Grant: You may use the Licensed Work for any purpose,
99
including production use, except you may not use
1010
the Licensed Work to provide a commercial hosted

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test "user can log in"
1919

2020
```bash
2121
# 1. Build the CLI
22-
git clone https://github.com/flutterprobe/probe.git
22+
git clone https://github.com/AlphaWaveSystems/flutter-probe.git
2323
cd FlutterProbe
2424
make build # → bin/probe
2525

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Instead, use one of the following methods:
1010

1111
1. **GitHub Private Vulnerability Reporting** (preferred): Navigate to the [Security Advisories](https://github.com/AlphaWaveSystems/flutter-probe/security/advisories) page and click "Report a vulnerability." This allows for private, coordinated disclosure directly within GitHub.
1212

13-
2. **Email**: Send details to [security@alphawavesystems.com](mailto:security@alphawavesystems.com). If possible, encrypt your message using our PGP key (available on request).
13+
2. **Email**: Send details to [support@alphawavesystems.com](mailto:support@alphawavesystems.com). If possible, encrypt your message using our PGP key (available on request).
1414

1515
When reporting, please include:
1616

docs/LESSONS_LEARNED.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)