Skip to content

Commit 1efb9bb

Browse files
committed
docs: migrate all stale TPEmist URLs to 100xPercent org
1 parent 4b386f5 commit 1efb9bb

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<picture>
5-
<img src="https://raw.githubusercontent.com/TPEmist/Point-One-Percent/main/project_banner.png" alt="Point One Percent (AgentPay)" width="800">
5+
<img src="https://raw.githubusercontent.com/100xPercent/pop-pay-python/main/project_banner.png" alt="Point One Percent (AgentPay)" width="800">
66
</picture>
77
</p>
88

@@ -12,7 +12,7 @@
1212
The runtime security layer for AI agent commerce. Card credentials are injected directly into the browser DOM via CDP — they never enter the agent's context window. One hallucinated prompt can't drain a wallet it can't see.
1313

1414
<p align="center">
15-
<img src="https://raw.githubusercontent.com/TPEmist/Point-One-Percent/main/assets/runtime_demo.gif" alt="Point One Percent — live CDP injection demo" width="800">
15+
<img src="https://raw.githubusercontent.com/100xPercent/pop-pay-python/main/assets/runtime_demo.gif" alt="Point One Percent — live CDP injection demo" width="800">
1616
</p>
1717

1818
## Getting Started

README.pypi_redirect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip install pop-pay
88

99
## Why was it renamed?
1010

11-
**aegis-pay** is now **[Point One Percent](https://github.com/TPEmist/Point-One-Percent)** (`pop-pay`).
11+
**aegis-pay** is now **[Point One Percent](https://github.com/100xPercent/pop-pay-python)** (`pop-pay`).
1212

1313
> it only takes 0.1% of Hallucination to drain 100% of your wallet.
1414
@@ -24,5 +24,5 @@ The package has been renamed to better reflect the project's mission. All functi
2424
## Links
2525

2626
- **New package**: https://pypi.org/project/pop-pay/
27-
- **GitHub**: https://github.com/TPEmist/Point-One-Percent
28-
- **Documentation**: https://github.com/TPEmist/Point-One-Percent/blob/main/docs/INTEGRATION_GUIDE.md
27+
- **GitHub**: https://github.com/100xPercent/pop-pay-python
28+
- **Documentation**: https://github.com/100xPercent/pop-pay-python/blob/main/docs/INTEGRATION_GUIDE.md

README.zh-TW.md

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

33
<p align="center">
44
<picture>
5-
<img src="https://raw.githubusercontent.com/TPEmist/Point-One-Percent/main/project_banner.png" alt="Point One Percent (AgentPay)" width="800">
5+
<img src="https://raw.githubusercontent.com/100xPercent/pop-pay-python/main/project_banner.png" alt="Point One Percent (AgentPay)" width="800">
66
</picture>
77
</p>
88

docs/INTEGRATION_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ pop-launch
668668
```bash
669669
nemoclaw my-assistant connect
670670
cd /sandbox
671-
git clone https://github.com/TPEmist/Point-One-Percent.git
672-
cd Point-One-Percent && uv sync --all-extras
671+
git clone https://github.com/100xPercent/pop-pay-python.git
672+
cd pop-pay-python && uv sync --all-extras
673673
```
674674

675675
**Step 2 — Declare POP credentials as Providers in your policy YAML**

docs/INTEGRATION_GUIDE.zh-TW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ pop-launch
668668
```bash
669669
nemoclaw my-assistant connect
670670
cd /sandbox
671-
git clone https://github.com/TPEmist/Point-One-Percent.git
672-
cd Point-One-Percent && uv sync --all-extras
671+
git clone https://github.com/100xPercent/pop-pay-python.git
672+
cd pop-pay-python && uv sync --all-extras
673673
```
674674

675675
**步驟 2 — 在 policy YAML 中以 Providers 宣告 POP 憑證**

docs/openclaw-skill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ result = request_virtual_card(
169169

170170
## GitHub
171171

172-
[github.com/TPEmist/Point-One-Percent](https://github.com/TPEmist/Point-One-Percent)
172+
[github.com/100xPercent/pop-pay-python](https://github.com/100xPercent/pop-pay-python)

glama.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Point One Percent — AI Agent Payment Guardrail",
55
"description": "Local MCP server and semantic payment guardrail for agentic workflows. Intercepts agent payment intent, evaluates reasoning against policy (keyword or LLM engine), and injects card credentials directly into browser forms via CDP — the raw card number never enters the agent's context window.",
66
"license": "MIT",
7-
"homepage": "https://github.com/TPEmist/Point-One-Percent",
7+
"homepage": "https://github.com/100xPercent/pop-pay-python",
88
"tools": [
99
{
1010
"name": "request_virtual_card",

pop-pay-skill/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: pop-pay
33
version: "0.6.23"
44
description: "Your card stays on your PC — no SaaS, no login, no external account. Credentials inject directly, keeping them out of the AI's context window."
5-
homepage: https://github.com/TPEmist/Point-One-Percent
5+
homepage: https://github.com/100xPercent/pop-pay-python
66
author: Point One Percent
77
license: MIT
88
requires:
@@ -200,4 +200,4 @@ result = request_virtual_card(
200200

201201
## GitHub
202202

203-
[github.com/TPEmist/Point-One-Percent](https://github.com/TPEmist/Point-One-Percent)
203+
[github.com/100xPercent/pop-pay-python](https://github.com/100xPercent/pop-pay-python)

scripts/build_pypi_readme.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import re
33

4-
GITHUB_BASE = "https://github.com/TPEmist/Point-One-Percent/blob/main"
4+
GITHUB_BASE = "https://github.com/100xPercent/pop-pay-python/blob/main"
55

66
with open("README.md", "r", encoding="utf-8") as f:
77
lines = f.readlines()
@@ -14,7 +14,7 @@
1414
out_lines.append(
1515
"\n> **Note**: This is the PyPI published documentation. "
1616
"For the full architecture diagrams and real UI screenshots, "
17-
"please visit the [GitHub Repository](https://github.com/TPEmist/Point-One-Percent).\n"
17+
"please visit the [GitHub Repository](https://github.com/100xPercent/pop-pay-python).\n"
1818
)
1919
continue
2020

0 commit comments

Comments
 (0)