7 Commits

Author SHA1 Message Date
Dominic Roy
15aa5e86a9 website: mdx (#25246)
* website: mdx

* oh right

* fixup
2026-08-25 15:50:06 +00:00
Marc 'risson' Schmitt
98bfc45c9d internal: remove unused go code (#25244)
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2026-08-21 16:28:32 +02:00
Marcelo Elizeche Landó
2ccb65cc7e root: Update datastore tooling information in AGENTS.md (#25163)
docs: Update datastore tooling information in AGENTS.md

Removed Redis mention from datastore tooling section.

Signed-off-by: Marcelo Elizeche Landó <marcelo@goauthentik.io>
2026-08-17 19:16:09 +00:00
Teffen Ellis
065170f2e6 root: switch cspell to typo-only reporting (#24701)
* root: switch cspell to typo-only reporting

cSpell's default mode reports every word it does not recognize, so each
new integration name or identifier needed a dictionary entry. Switch to
unknownWords: report-common-typos, which matches CodeSpell's behavior:
only known misspellings (reported with a suggested fix) and flagWords
fail the check.

Remove the per-topic dictionaries and word-shape ignore regexes this
makes unnecessary, fix the 18 typos the old allowlists were masking,
and document the new workflow.

Claude-Session: https://claude.ai/code/session_014ZuquWGxU5ReaXR5D3NmwW

* web/docs: fix style-loader-plugin path and wording in CSS architecture doc

Claude-Session: https://claude.ai/code/session_014ZuquWGxU5ReaXR5D3NmwW

* website: remove stray blank lines left by ignore-comment removal

Claude-Session: https://claude.ai/code/session_014ZuquWGxU5ReaXR5D3NmwW
2026-08-07 00:55:36 +00:00
Connor Peshek
0827be9d41 root: fix agents test instructions (#24119) 2026-07-17 16:53:06 +02:00
Teffen Ellis
c5e934c670 root: add a pnpm catalog drift lint + config cleanup (#23781)
* Fix sub command syntax.

* Fix version drift.

* Add catalog lint.

* Add scripts.

* Tidy package configs.

* Add a local lint-catalogs target.

CI gained a catalogs check with no make counterpart, breaking the
documented promise that every ci-lint-* target has a local equivalent.
Also drops the second of two success log lines the script printed on
every clean run.

Co-Authored-By: Playpen Agent <279763771+playpen-agent@users.noreply.github.com>

---------

Co-authored-by: Playpen Agent <279763771+playpen-agent@users.noreply.github.com>
2026-07-07 17:37:59 +02:00
Teffen Ellis
932b00110a core: Agent instructions. (#23363) 2026-06-24 19:50:08 +02:00