feat: track raw/articles/ in git, add AODB and LLM wiki sources

This commit is contained in:
zhiqiang feng
2026-04-13 12:43:37 +08:00
parent 836586386f
commit 991e64994d
11 changed files with 1106 additions and 10 deletions
+21 -9
View File
@@ -1,3 +1,13 @@
---
created: 2026-03-16
modified: 2026-04-11
tags:
- inbox
- security
- credentials
status: needs-review
---
# 2026-03-16
## Capture
@@ -14,7 +24,7 @@ curl https://api.githubcopilot.com/models \
```
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
[REDACTED_GITHUB_TOKEN]
```
@@ -23,19 +33,19 @@ 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
matrix claw
```
mpt_XgOmW8PcPL8BJAuIbK7pgVzoIZBluQ_SmSuL4
[REDACTED_MATRIX_TOKEN]
```
```
curl -sS \
-H "Authorization: Bearer mat_AvacXX49pkX2fDfxNg8J9zOoxVhkXK_bhYVH1" \
-H "Authorization: Bearer [REDACTED_MATRIX_ACCESS_TOKEN]" \
"https://synapse.chans.xyz/_matrix/client/v3/account/whoami" | jq
```
```
curl -sS \
-H "Authorization: Bearer mat_AvacXX49pkX2fDfxNg8J9zOoxVhkXK_bhYVH1" \
-H "Authorization: Bearer [REDACTED_MATRIX_ACCESS_TOKEN]" \
"https://synapse.chans.xyz/_matrix/client/v3/account/joined_rooms" | jq
```
@@ -50,8 +60,8 @@ curl -sS https://synapse.chans.xyz/_matrix/client/v3/login \
"type": "m.id.user",
"user": "@claw:chans.xyz"
},
"password": "D929jA*&NrszMhm8",
"device_id": "N8vYcZp7oo",
"password": "[REDACTED_PASSWORD]",
"device_id": "[REDACTED_DEVICE_ID]",
"initial_device_display_name": "ZeroClaw Bot"
}' | jq
```
@@ -64,7 +74,8 @@ curl -sS https://synapse.chans.xyz/_matrix/client/v3/login \
## Insights
<!-- What did I learn or realize? -->
-
- This note previously contained plaintext credentials and tokens. They were redacted on 2026-04-11.
- Any exposed credentials captured here should be treated as compromised and rotated.
## Connections
<!-- Links to other notes or ideas -->
@@ -72,9 +83,10 @@ curl -sS https://synapse.chans.xyz/_matrix/client/v3/login \
## For Tomorrow
<!-- What needs follow-up? -->
-
- Rotate any GitHub, Matrix, or related credentials that were previously stored here.
- Move durable command examples into a proper resource note after secrets are removed.
---
← [[2026-03-15]] | [[2026-03-17]] →
*End of day: Ask Claude Code to review and find connections*
*End of day: Ask Claude Code to review and find connections*