Commit 5b1c91d
committed
fix: Add debug logging and ensure is_stillme_query is set for system architecture queries
CRITICAL FIX: System architecture queries may not be creating stillme_instruction.
Problems:
- is_stillme_query may not be set when detecting system architecture queries
- stillme_instruction may be empty string even when is_system_architecture_query = True
- No debug logging to track instruction creation
Fixes:
1. Added code to set is_stillme_query = True when detecting system architecture queries
2. Added debug logging to track is_stillme_query, is_philosophical, is_system_architecture_query
3. Added info logging when creating stillme_instruction
Result: Better visibility into why stillme_instruction may not be created.1 parent 4c0d6f8 commit 5b1c91d
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4105 | 4105 | | |
4106 | 4106 | | |
4107 | 4107 | | |
| 4108 | + | |
| 4109 | + | |
| 4110 | + | |
| 4111 | + | |
4108 | 4112 | | |
4109 | 4113 | | |
4110 | 4114 | | |
| |||
5918 | 5922 | | |
5919 | 5923 | | |
5920 | 5924 | | |
| 5925 | + | |
5921 | 5926 | | |
| 5927 | + | |
5922 | 5928 | | |
5923 | 5929 | | |
5924 | 5930 | | |
| |||
0 commit comments