Claude
9b9084ffaf
docs(cli): split amy docs by responsibility + add amy-expert skill
...
Separate the single DEVELOPMENT.md into focused docs per audience:
- cli/README.md — trim agent/interop sub-sections; user-facing contract,
commands, data-dir, troubleshooting only.
- cli/DEVELOPMENT.md — pared down to architecture, how-to-add-a-command,
output conventions, testing, housekeeping.
- cli/ROADMAP.md (new) — north-star, parity matrix, ordered milestones,
non-goals. The live checklist for CLI feature parity.
- cli/plans/2026-04-21-cli-distribution.md (new) — packaging strategy
(Homebrew / winget / Scoop / deb / rpm / AUR / AppImage).
- commons/plans/2026-04-21-event-renderer.md (new) — cross-cutting
renderer design owned by commons, consumed by cli + desktop + android.
Agentic routing:
- .claude/skills/amy-expert/SKILL.md (new) — routing triggers + the
five hard rules (thin-layer, JSON contract, non-interactive,
data-dir-is-world, extract-before-adding).
- references/command-template.md, extraction-recipe.md,
output-conventions.md — bundled copy-paste references.
Root .claude/CLAUDE.md:
- Adds cli/ to the module list with its sharing rule.
- Registers amy-expert in the skills table.
- Documents per-module plans/ convention; freezes docs/plans/.
https://claude.ai/code/session_01BQ5ZHwa8BAgEQ9zeM4CKhW
2026-04-22 00:23:00 +00:00
Claude
60edd473c7
Refreshes .claude/ skill library: fixes stale refs, adds 4 new skills
...
- Updates CLAUDE.md tech stack to current versions (Compose 1.10.3, Kotlin 2.3.20).
- Reframes kotlin-multiplatform iOS as mature; adds secp256k1-kmp 0.23.0 references.
- Updates desktop-expert Main.kt references (code grew from ~270 to 1341 lines and
NavigationRail moved to ui/deck/SinglePaneLayout.kt); replaces obsolete
"hardcoded ctrl = true" anti-pattern note with accurate isMacOS branching.
- Removes compose-desktop.md (superseded by desktop-expert/).
- Adds nostr-expert references: nip19-bech32, event-factory, crypto-and-encryption,
large-cache. Adds kotlin-expert/common-utilities, compose-expert/rich-text-parsing,
android-expert/image-loading.
- New skills: account-state (Account + LocalCache), relay-client (subscriptions,
filter assemblers, preloaders), feed-patterns (FeedFilter + FeedViewModel family),
auth-signers (NostrSigner across internal / NIP-46 / NIP-55).
2026-04-21 21:00:45 +00:00
Vitor Pamplona
9587026abc
v1.08.0
2026-04-01 15:45:46 -04:00
Vitor Pamplona
cd11503b1e
v1.07.5
2026-03-31 20:18:34 -04:00
Vitor Pamplona
5cd83bbaa4
v1.07.4
2026-03-31 19:19:24 -04:00
Vitor Pamplona
69099728b2
v1.07.3
2026-03-31 17:32:23 -04:00
Vitor Pamplona
8e4ee7a618
v1.07.2
2026-03-30 16:46:01 -04:00
Vitor Pamplona
640c47e29f
v1.07.1
2026-03-30 13:53:25 -04:00
Vitor Pamplona
0c4e5be1ea
v1.07.0
2026-03-30 12:29:41 -04:00
davotoula
c17fb4641a
feat: add find-non-lambda-logs skill for auditing log call hygiene
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-29 13:00:21 +02:00
Vitor Pamplona
f42881a48e
v1.06.3
2026-03-24 20:55:04 -04:00
Vitor Pamplona
1f2e24bc1f
v1.06.2
2026-03-24 19:36:30 -04:00
davotoula
6436668808
update skill
2026-03-24 08:32:56 +01:00
Vitor Pamplona
7874893938
v1.06.1
2026-03-23 18:19:42 -04:00
Vitor Pamplona
7af1be7363
v1.06.0
2026-03-23 11:23:44 -04:00
davotoula
64316f7d73
update translations: CZ, DE, PT, SE
...
add: find missing translations skill
2026-03-20 22:55:31 +01:00
Vitor Pamplona
d431b12f94
Migrates EventStore from Android's SQLLite to KMP
...
Fixes testing of libsodium between java and android
2026-03-20 16:00:17 -04:00
Vitor Pamplona
7c22c4e6c5
Migrates to collections 1.6, which deprecates iOS Intel targets.
2026-03-16 13:45:01 -04:00
Vitor Pamplona
f4d401bc56
Switches to our own version of the Url Detector
2026-03-06 10:58:59 -05:00
Vitor Pamplona
0e659b5b07
Fixes instruction to use event database
2026-02-26 19:42:45 -05:00
Vitor Pamplona
abf977b791
Removes common tags
2026-02-26 19:39:53 -05:00
Vitor Pamplona
23c3edbec8
docs: add quartz-integration skill for using Quartz in external KMP projects
...
Adds a comprehensive Claude skill covering Gradle setup, key management,
event creation/signing, relay client, subscriptions, NIP builders, and
platform-specific notes. Also updates the legacy quartz-kmp.md to redirect
to the new skill.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-26 19:37:44 -05:00
nrobi144
f3b8589fea
update claude.md
2025-12-31 13:00:25 +02:00
nrobi144
65859a9269
update claude.md
2025-12-31 07:13:27 +02:00
nrobi144
f180fd39e1
finish skills
2025-12-30 15:45:02 +02:00
nrobi144
f654af9d8a
initial skills
2025-12-30 15:18:48 +02:00
nrobi144
82f8bc62a0
feat: Add Compose Multiplatform Desktop support foundation
...
- Add desktopApp module with JVM entry point and sidebar navigation
- Add Claude specs for AI-assisted development:
- Agent definitions: nostr-protocol, kotlin-multiplatform, compose-ui, kotlin-coroutines
- Skills: quartz-kmp conversion, compose-desktop patterns
- Commands: desktop-run, nip, extract
- Update Gradle configuration with Compose Multiplatform 1.7.1 plugin
- Add coroutines and secp256k1 JVM dependencies to version catalog
Next steps:
- Convert Quartz library to full KMP (expect/actual for crypto)
- Implement relay connections in desktop app
- Share UI components between Android and Desktop
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-26 08:21:02 +02:00