Compare commits
2 Commits
5f48aa5690
...
767093c008
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
767093c008 | ||
|
|
3a32cb5948 |
14
.claude-plugin/marketplace.json
Normal file
14
.claude-plugin/marketplace.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "remanso-local",
|
||||
"description": "Local plugins for the Remanso project",
|
||||
"owner": {
|
||||
"name": "julien"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "remanso-skills",
|
||||
"description": "Local skills for the Remanso project (migrate-oxlint, etc.)",
|
||||
"source": "./.agents"
|
||||
}
|
||||
]
|
||||
}
|
||||
13
.claude/settings.json
Normal file
13
.claude/settings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extraKnownMarketplaces": {
|
||||
"remanso-local": {
|
||||
"source": {
|
||||
"source": "directory",
|
||||
"path": "."
|
||||
}
|
||||
}
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"remanso-skills@remanso-local": true
|
||||
}
|
||||
}
|
||||
@@ -17,9 +17,6 @@ const { userInput, repoInput, submit } = useForm()
|
||||
<img src="/favicon.png" alt="Remanso icon" class="remanso-logo" />
|
||||
Remanso
|
||||
</h1>
|
||||
<p>
|
||||
<sign-in-atproto :with-sign-out="false" />
|
||||
</p>
|
||||
|
||||
<repo-list />
|
||||
|
||||
@@ -74,6 +71,7 @@ const { userInput, repoInput, submit } = useForm()
|
||||
<a href="https://apoena.dev" target="_blank" rel="noopener noreferrer"
|
||||
>apoena</a
|
||||
>
|
||||
<sign-in-atproto :with-sign-out="false" />
|
||||
<router-link
|
||||
:to="{
|
||||
name: 'FluxNoteView',
|
||||
|
||||
Reference in New Issue
Block a user