feat: add six specialized Claude agent definitions under .claude/agents for audit, devii, docs, dry, fanout, and frontend maintenance

This commit is contained in:
2026-06-13 18:34:47 +00:00
parent ede7a863b7
commit de745f7a75
107 changed files with 2611 additions and 517 deletions
@@ -2,19 +2,17 @@
<div class="docs-content" data-render>
# Notification settings
DevPlace notifies you when things happen that involve you: someone comments on your post, replies to
your comment, mentions you, upvotes your work, follows you, sends you a direct message, or when you
earn a badge, level up, or get an update on a bug you filed. You decide which of these reach you, and
how.
DevPlace notifies you when something involves you: a comment on your post, a reply to your comment, a
mention, an upvote on your work, a new follower, a direct message, a badge, a level-up, or an update
on a bug you filed. You decide which reach you, and how.
Each notification type can be delivered on two independent channels:
Each notification type is delivered on two independent channels:
- **In-app** - the notification appears on DevPlace (the bell in the top navigation and the
`/notifications` page).
- **Push** - a native web push notification is sent to the devices where you enabled push.
The two channels are separate: you can keep a type in-app but silence its push, or the other way
around.
The channels are independent: you can keep a type in-app but silence its push, or the reverse.
## Where to find it
@@ -22,8 +20,8 @@ Open your profile and choose the **Notifications** tab, or go straight to
`/profile/{{ uname }}?tab=notifications`. The tab is private: only you (and administrators) can see or
change your settings.
You get one row per notification type with two checkboxes, **In-app** and **Push**. Tick or untick a
box and it saves immediately - there is no separate save button.
Each notification type is one row with two checkboxes, **In-app** and **Push**. Ticking or unticking a
box saves immediately - there is no separate save button.
## What each type covers
@@ -43,28 +41,27 @@ box and it saves immediately - there is no separate save button.
Every type and channel is **on** until you turn it off, so notifications work out of the box. A type
you have never changed follows the platform default; once you tick or untick a box, your choice is
remembered and is no longer affected by later changes to the default.
remembered and no longer follows later changes to the default.
Use **Reset to defaults** at the bottom of the tab to clear all of your choices at once and go back to
the platform defaults.
Use **Reset to defaults** at the bottom of the tab to clear all of your choices and return to the
platform defaults.
## Turning push on
Toggling **Push** for a type only has an effect once you have enabled push notifications on the
device, which you do with the bell-with-slash button in the top navigation or on the `/notifications`
page. Until then, push has nowhere to be delivered. See
[Push notifications](/docs/push.html) for the device-side setup.
Toggling **Push** for a type only takes effect once you have enabled push notifications on the device
with the bell-with-slash button in the top navigation or on the `/notifications` page. Until then,
push has nowhere to be delivered. See [Push notifications](/docs/push.html) for the device-side setup.
## Ask Devii
You can change these settings in plain language through the Devii assistant, for example:
You can change these settings in plain language through the Devii assistant:
> Turn off push notifications for upvotes.
> Stop notifying me about new followers entirely.
Devii reads your current settings, makes the change, and can reset everything back to the defaults
(it asks you to confirm a reset first, since that clears all of your choices).
Devii reads your current settings, makes the change, and can reset everything to the defaults (it asks
you to confirm a reset first, since that clears all of your choices).
</div>
<div class="devii-doc-cta">