feat(plan): KnowledgeView Plans facet + plan badge (knowledge endpoints + UI)

This commit is contained in:
2026-05-28 11:12:59 -04:00
parent 2f5ef9124a
commit dc93675470
3 changed files with 48 additions and 34 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
knowledge_bp = Blueprint("knowledge", __name__, url_prefix="/api/knowledge")
_VALID_TYPES = {"note", "person", "place", "list", "task"}
_VALID_TYPES = {"note", "person", "place", "list", "task", "plan"}
_VALID_SORTS = {"modified", "created", "alpha", "type"}