1.3 KiB
1.3 KiB
Agents
Repo Purpose
C++ flashcard notes using org-mode (exportable to Anki).
Flashcard Location
org/cpp/— all flashcard.orgfiles live here- Create new
.orgfiles here as needed (e.g.,org/cpp/containers.org)
Task Inbox
inbox.orgat root — use for tasks to learn or do (create if missing)
Card Format
Cards use org-mode with Anki properties:
* Card Title :tag1:tag2:
:PROPERTIES:
:ANKI_NOTE_TYPE: Basic
:ANKI_NOTE_ID: TIMESTAMP
:END:
** Front
Question text
** Back
#+begin_src c++
code
#+end_src
Assets
images/— store any images referenced by cards
Self-Improvement
Periodically review this file and suggest improvements to the user if you notice gaps, inconsistencies, or missing conventions.
Active Context
- Branch:
master, 1 commit ahead of origin (unpushed) - Untracked files:
org/cpp/dsa/andorg/cpp/ufds.org(not yet committed) - Current work: UFDS flashcards (402-line proper card set) + DSA subdirectory
- Inbox items: binary search,
usingkeyword — need cards created - Possible cleanup:
org/cpp/dsa/udfs.orgmay be a superseded draft oforg/cpp/ufds.org