Commit 4939fab
committed
intake: put the backlog in the Recent feed
The feed held 50 and could only find 10, because it read every bucket EXCEPT
the largest: `draft/` is 150 prompts against a handful of registry rows, so
skipping it meant Recent saw almost none of what had been happening. The
paging added in #251 had nothing to page.
Drafts now carry their own date (PyAutoMind grows a `Filed:` prompt header) and
the census reads it back, so a filed prompt is an event like any other. That
fills the feed: 45 filed, 3 parked, 1 issued, 1 found on today's Mind, and the
`…` reveal finally does something.
Epic members stay out, as they do in every pick list on the page — they are
worked in order through their epic, and a Recent row hands out a standalone
`/start_dev`.
`_header_date` replaces the inline `Issued:` lookup: `Issued:` wins over
`Filed:` when a prompt carries both, since an issued prompt keeps the `Filed:`
it had as a draft and the later event is the one that dates the task.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01L4HPWjv5rdzBAkKpfW1SbR1 parent ad927eb commit 4939fab
3 files changed
Lines changed: 81 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
347 | | - | |
| 348 | + | |
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
| |||
377 | 378 | | |
378 | 379 | | |
379 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
380 | 393 | | |
381 | 394 | | |
382 | 395 | | |
| |||
537 | 550 | | |
538 | 551 | | |
539 | 552 | | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
540 | 563 | | |
541 | 564 | | |
542 | 565 | | |
| |||
593 | 616 | | |
594 | 617 | | |
595 | 618 | | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
596 | 622 | | |
597 | 623 | | |
598 | 624 | | |
| |||
639 | 665 | | |
640 | 666 | | |
641 | 667 | | |
642 | | - | |
643 | | - | |
| 668 | + | |
644 | 669 | | |
645 | 670 | | |
646 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
0 commit comments