tangled
alpha
login
or
join now
bnewbold.net
/
user-intents
6
fork
atom
this repo has no description
6
fork
atom
overview
issues
pulls
pipelines
update tangled from .sh to .org
bnewbold.net
4 months ago
94fd1daa
47edb7cd
+3
-3
3 changed files
expand all
collapse all
unified
split
README.md
base.html
go.mod
+1
-1
README.md
···
2
2
ATProto User Intents / AI-PREF Demo
3
3
===================================
4
4
5
5
-
- Git repo: https://tangled.sh/@bnewbold.net/user-intents
5
5
+
- Git repo: https://tangled.org/bnewbold.net/user-intents
6
6
- ATProto User Intents config web app: https://demo.user-intents.org
7
7
- Bluesky app with AI-PREF headers patch: https://social-app-pr-8676.onrender.com/
8
8
- Tool for inspecting repo records: https://astrolabe.at/at/alt.robocracy.org/org.user-intents.demo.declaration/self
+1
-1
base.html
···
21
21
{{ else }}
22
22
<li><a href="/oauth/login">Login</a>
23
23
{{ end }}
24
24
-
<li><a href="https://tangled.sh/@bnewbold.net/user-intents">Code</a>
24
24
+
<li><a href="https://tangled.org/bnewbold.net/user-intents">Code</a>
25
25
</ul>
26
26
</nav>
27
27
{{ if . }}
+1
-1
go.mod
···
1
1
-
module tangled.sh/bnewbold.net/user-intents
1
1
+
module tangled.org/bnewbold.net/user-intents
2
2
3
3
go 1.24.4
4
4