-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(release): v1 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8f2e89e
c7fb9d8
70353a4
feef203
7a32788
1fe0212
28d0d83
c5ccb83
26143f6
03c1ebc
9a6705a
9f4bf66
f8ba7e9
49d96f5
0239b22
dee34b9
32481fd
57ebc44
4664ed5
4c38989
5036273
f3bcf9d
fcf5df4
80beca5
01d47cd
b19ef35
e608f3f
f7a1131
3a865fe
0031651
5df7a67
e2d8b54
7385d66
0b1abe6
60e7992
e99d6b8
ec80285
0e9b758
cb659bf
c9cbf61
fe23d7b
c65396f
560a3bd
d811955
4523ed4
bfd4e12
08db944
865ddec
759df06
27d29d0
b2610f0
4c4ab4b
b2355a5
ba22995
e0d21bc
a92d902
0697894
e3c03ee
ea571bf
96e82ce
af0d540
9169172
d5af1ef
1f71598
6ac31fd
e3559ca
b826c2b
cbb2942
d130679
922ac9a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -177,7 +177,7 @@ Dev dependencies. Install latest (no version pins). **Core:** `types-pyyaml`, `t | |||||
|
|
||||||
| ## Integration with atl.chat | ||||||
|
|
||||||
| - Deploy as a bridge service under [atl.chat/apps/bridge](~/dev/allthingslinux/atl.chat/apps/bridge/) (e.g. `atl-bridge/`); compose in existing `bridge` profile; use `atl-network`; connect to IRC and XMPP by hostname per [atl.chat networking](~/dev/allthingslinux/atl.chat/docs/infra/networking.md). | ||||||
| - Deploy as a bridge service under [atl.chat/apps/bridge](~/dev/allthingslinux/atl.chat/apps/bridge/) (e.g. `bridge/`); compose in existing `bridge` profile; use `atl-network`; connect to IRC and XMPP by hostname per [atl.chat networking](~/dev/allthingslinux/atl.chat/docs/infra/networking.md). | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace local The Markdown links in this line use local filesystem-style paths, which are not portable and will be broken for other contributors/readers. Suggested doc-only fix-- Deploy as a bridge service under [atl.chat/apps/bridge](~/dev/allthingslinux/atl.chat/apps/bridge/) (e.g. `bridge/`); compose in existing `bridge` profile; use `atl-network`; connect to IRC and XMPP by hostname per [atl.chat networking](~/dev/allthingslinux/atl.chat/docs/infra/networking.md).
+- Deploy as a bridge service under `atl.chat/apps/bridge` (e.g. `bridge/`); compose in existing `bridge` profile; use `atl-network`; connect to IRC and XMPP by hostname per [atl.chat networking](https://github.com/allthingslinux/atl.chat/blob/main/docs/infra/networking.md).📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| - Secrets via env (same pattern as Biboumi/Matterbridge). Biboumi can remain for pure XMPP↔IRC; this bridge focuses on Discord↔IRC and Discord↔XMPP. | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: The plan document now claims the bridge service is named
bridge, but the compose file defines it asatl-bridge, so the guidance is incorrect.Prompt for AI agents