Commit ac071e7
committed
feat(agent): AspectTagger auto-populates goal.aspects via dotted_key() when empty
In process_goal, when a caller submits a goal with no aspects, run the
lightweight RuleBasedTagger and map the resulting Aspect variants through
dotted_key(). Caller-supplied aspects are trusted (no overwrite). Result
is published to state.metadata["aspects"] in the canonical dotted form,
ready for gnn_augment_tactics and primary_domain to consume.
https://claude.ai/code/session_01YPqu7gti4azBach6ZvpRFJ1 parent 55b1132 commit ac071e7
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
386 | 397 | | |
387 | 398 | | |
388 | 399 | | |
| |||
0 commit comments