Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Discussion options

You must be logged in to vote

Excellent catch! The auto-learning feature existed in the codebase but wasn't documented anywhere, so nobody knew to use it.

Just merged comprehensive documentation:

What [LEARNED:] Markers Do

Mark discoveries inline during work to auto-record learnings:

[LEARNED:domain] The lesson or pattern discovered

Examples:

  • [LEARNED:react] Always use refs for callbacks in useEffect
  • [LEARNED:api] Validate input at system boundaries
  • [LEARNING:backend] Database queries should use prepared statements

How It Works

  • Auto-extraction: Post-tool hooks scan Task output for markers
  • Smart classification:
    • Contains "always/never/should/must" → recorded as heuristic (confidence: 0.5)
    • Otherwise → recorded as obs…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@mimosel
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Spacehunterz
Comment options

You must be logged in to vote
1 reply
@mimosel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants