Skip to content

feat: create Knowledge Management category#379

Merged
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:feat/knowledge-management-category
Mar 27, 2026
Merged

feat: create Knowledge Management category#379
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:feat/knowledge-management-category

Conversation

@raifdmueller
Copy link
Copy Markdown
Contributor

@raifdmueller raifdmueller commented Mar 27, 2026

Summary

New category Knowledge Management with 2 anchors:

  • P.A.R.A. Method (moved from documentation)
  • todo.txt-flavoured Markdown (moved from development-workflow)

GTD (#377) will be added here once merged.

As requested in #346 by @arampp.

Test plan

  • npm run build generates category correctly
  • Verify anchors appear under new category on website

🤖 Generated with Claude Code

Summary by CodeRabbit

Versionshinweise

  • Neue Funktionen

    • Neue Kategorie „Wissensmanagement" hinzugefügt
  • Dokumentation

    • Dokumentationselemente in die neue Kategorie „Wissensmanagement" umklassifiziert
    • Deutsche Übersetzungen für die neue Kategorie bereitgestellt

New category: knowledge-management
- P.A.R.A. Method (moved from documentation)
- todo.txt-flavoured Markdown (moved from development-workflow)

GTD will be added here after LLM-Coding#377 merges.

Translations: "Knowledge Management" (EN), "Wissensmanagement" (DE)

Closes LLM-Coding#346

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 27, 2026

Walkthrough

Die Änderung reorganisiert zwei Anker-Einträge in eine neue Wissensverwaltungs-Kategorie. Vier Dokumentdateien erhalten aktualisierte :categories:-Attribute. JSON-Daten und Übersetzungsdateien werden entsprechend angepasst, um die neue Kategorie zu registrieren und zu verlinken.

Changes

Cohort / File(s) Zusammenfassung
Dokumentation – Attribut-Aktualisierung
docs/anchors/para-method.adoc, docs/anchors/para-method.de.adoc, docs/anchors/todotxt-flavoured-markdown.adoc, docs/anchors/todotxt-flavoured-markdown.de.adoc
:categories:-Attribut wird in allen vier Dateien aktualisiert: para-method von documentation zu knowledge-management; todotxt-flavoured-markdown von development-workflow zu knowledge-management.
Dateneintrag-Reorganisation
website/public/data/anchors.json, website/public/data/categories.json
Neue knowledge-management-Kategorie hinzugefügt mit zwei Ankern; development-workflow und design-principles werden aktualisiert; Anker-Kategoriezuweisungen synchronisiert.
Metadaten und Versioning
website/public/data/metadata.json
Generierungszeitstempel und Statistiken aktualisiert: Anker-Anzahl 107→111, Kategorien 12→13, durchschnittliche Rollen pro Anker 3.11→3.14.
Lokalisierung
website/src/translations/en.json, website/src/translations/de.json
Neue Übersetzungsschlüssel für categories.knowledge-management: Englisch „Knowledge Management", Deutsch „Wissensmanagement".

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Der Pull-Request-Titel beschreibt präzise die Hauptänderung: Erstellung einer neuen Kategorie 'Knowledge Management'. Die Beschreibung ist prägnant, klar und spiegelt die Kernänderung des Changesets wider.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/anchors/todotxt-flavoured-markdown.de.adoc`:
- Line 2: Die Kategorie-Slug in der :categories:-Metadaten currently verwendet
"knowledge-management", welche nicht in der zulässigen 10er-Whitelist steht;
entweder replace the value of the :categories: attribute to one of the allowed
categories ("Testing & Quality Practices", "Architecture & Design", "Design
Principles & Patterns", "Requirements Engineering", "Documentation",
"Communication & Presentation", "Decision Making & Strategy", "Development
Practices", "Statistical Methods & Process Monitoring", "Interaction & Reasoning
Patterns") or, if this PR intends to add a new category, update the central
categories-definition/validation in the same PR so the generator and metadata
remain consistent; ensure the change is made where the :categories: attribute is
set (replace "knowledge-management") and/or update the central categories
list/validation to include the new slug.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 97b7ac29-0cac-4964-8138-3a335f136a46

📥 Commits

Reviewing files that changed from the base of the PR and between d9d8cd5 and 067be28.

📒 Files selected for processing (9)
  • docs/anchors/para-method.adoc
  • docs/anchors/para-method.de.adoc
  • docs/anchors/todotxt-flavoured-markdown.adoc
  • docs/anchors/todotxt-flavoured-markdown.de.adoc
  • website/public/data/anchors.json
  • website/public/data/categories.json
  • website/public/data/metadata.json
  • website/src/translations/de.json
  • website/src/translations/en.json

Comment thread docs/anchors/todotxt-flavoured-markdown.de.adoc
@rdmueller rdmueller merged commit 0878dfa into LLM-Coding:main Mar 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants