tribunal-kit 5.8.0 → 5.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/agents/project-planner.md +5 -0
- package/.agent/history/memory/.memory.idx +1232 -1
- package/.agent/history/memory/MEMORY.md +82 -1
- package/.agent/rules/GEMINI.md +30 -5
- package/.agent/scripts/signal_detector.js +173 -0
- package/.agent/scripts/skill_evolution.js +298 -53
- package/.agent/skills/fabel-protocol/SKILL.md +37 -1
- package/.agent/workflows/generate.md +1 -0
- package/.agent/workflows/tribunal-full.md +4 -3
- package/CONTRIBUTING.md +134 -0
- package/README.md +138 -12
- package/SECURITY.md +52 -0
- package/bin/mcp-server.js +38 -0
- package/bin/tribunal-kit.js +92 -46
- package/bin/wrapper.js +5 -1
- package/dist/cli.js +13 -0
- package/dist/commands/align.js +201 -0
- package/dist/commands/init.js +68 -30
- package/dist/esm/index.mjs +116 -0
- package/dist/index.d.ts +288 -0
- package/dist/utils/helpers.js +21 -9
- package/package.json +33 -9
|
@@ -760,7 +760,1238 @@
|
|
|
760
760
|
"token_estimate": 18,
|
|
761
761
|
"source": "manual",
|
|
762
762
|
"session_id": null
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": 51,
|
|
766
|
+
"memory_type": "semantic",
|
|
767
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
768
|
+
"tags": [
|
|
769
|
+
"project-idiom",
|
|
770
|
+
"auto-learned"
|
|
771
|
+
],
|
|
772
|
+
"created_at": "1783438387Z",
|
|
773
|
+
"last_accessed": "1783438387Z",
|
|
774
|
+
"access_count": 0,
|
|
775
|
+
"token_estimate": 32,
|
|
776
|
+
"source": "manual",
|
|
777
|
+
"session_id": null
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": 52,
|
|
781
|
+
"memory_type": "semantic",
|
|
782
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
783
|
+
"tags": [
|
|
784
|
+
"project-idiom",
|
|
785
|
+
"auto-learned"
|
|
786
|
+
],
|
|
787
|
+
"created_at": "1783438387Z",
|
|
788
|
+
"last_accessed": "1783438387Z",
|
|
789
|
+
"access_count": 0,
|
|
790
|
+
"token_estimate": 34,
|
|
791
|
+
"source": "manual",
|
|
792
|
+
"session_id": null
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": 53,
|
|
796
|
+
"memory_type": "semantic",
|
|
797
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
798
|
+
"tags": [
|
|
799
|
+
"project-idiom",
|
|
800
|
+
"auto-learned"
|
|
801
|
+
],
|
|
802
|
+
"created_at": "1783438387Z",
|
|
803
|
+
"last_accessed": "1783438387Z",
|
|
804
|
+
"access_count": 0,
|
|
805
|
+
"token_estimate": 20,
|
|
806
|
+
"source": "manual",
|
|
807
|
+
"session_id": null
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"id": 54,
|
|
811
|
+
"memory_type": "semantic",
|
|
812
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
813
|
+
"tags": [
|
|
814
|
+
"project-idiom",
|
|
815
|
+
"auto-learned"
|
|
816
|
+
],
|
|
817
|
+
"created_at": "1783438387Z",
|
|
818
|
+
"last_accessed": "1783438387Z",
|
|
819
|
+
"access_count": 0,
|
|
820
|
+
"token_estimate": 54,
|
|
821
|
+
"source": "manual",
|
|
822
|
+
"session_id": null
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"id": 55,
|
|
826
|
+
"memory_type": "semantic",
|
|
827
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
828
|
+
"tags": [
|
|
829
|
+
"project-idiom",
|
|
830
|
+
"auto-learned"
|
|
831
|
+
],
|
|
832
|
+
"created_at": "1783438387Z",
|
|
833
|
+
"last_accessed": "1783438387Z",
|
|
834
|
+
"access_count": 0,
|
|
835
|
+
"token_estimate": 17,
|
|
836
|
+
"source": "manual",
|
|
837
|
+
"session_id": null
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"id": 56,
|
|
841
|
+
"memory_type": "semantic",
|
|
842
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
843
|
+
"tags": [
|
|
844
|
+
"project-idiom",
|
|
845
|
+
"auto-learned"
|
|
846
|
+
],
|
|
847
|
+
"created_at": "1783438387Z",
|
|
848
|
+
"last_accessed": "1783438387Z",
|
|
849
|
+
"access_count": 0,
|
|
850
|
+
"token_estimate": 19,
|
|
851
|
+
"source": "manual",
|
|
852
|
+
"session_id": null
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"id": 57,
|
|
856
|
+
"memory_type": "semantic",
|
|
857
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
858
|
+
"tags": [
|
|
859
|
+
"project-idiom",
|
|
860
|
+
"auto-learned"
|
|
861
|
+
],
|
|
862
|
+
"created_at": "1783438387Z",
|
|
863
|
+
"last_accessed": "1783438387Z",
|
|
864
|
+
"access_count": 0,
|
|
865
|
+
"token_estimate": 20,
|
|
866
|
+
"source": "manual",
|
|
867
|
+
"session_id": null
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"id": 58,
|
|
871
|
+
"memory_type": "semantic",
|
|
872
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
873
|
+
"tags": [
|
|
874
|
+
"project-idiom",
|
|
875
|
+
"auto-learned"
|
|
876
|
+
],
|
|
877
|
+
"created_at": "1783438387Z",
|
|
878
|
+
"last_accessed": "1783438387Z",
|
|
879
|
+
"access_count": 0,
|
|
880
|
+
"token_estimate": 54,
|
|
881
|
+
"source": "manual",
|
|
882
|
+
"session_id": null
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"id": 59,
|
|
886
|
+
"memory_type": "procedural",
|
|
887
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
888
|
+
"tags": [
|
|
889
|
+
"build-script",
|
|
890
|
+
"build",
|
|
891
|
+
"auto-learned"
|
|
892
|
+
],
|
|
893
|
+
"created_at": "1783438387Z",
|
|
894
|
+
"last_accessed": "1783438387Z",
|
|
895
|
+
"access_count": 0,
|
|
896
|
+
"token_estimate": 19,
|
|
897
|
+
"source": "manual",
|
|
898
|
+
"session_id": null
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"id": 60,
|
|
902
|
+
"memory_type": "procedural",
|
|
903
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
904
|
+
"tags": [
|
|
905
|
+
"build-script",
|
|
906
|
+
"test",
|
|
907
|
+
"auto-learned"
|
|
908
|
+
],
|
|
909
|
+
"created_at": "1783438387Z",
|
|
910
|
+
"last_accessed": "1783438387Z",
|
|
911
|
+
"access_count": 0,
|
|
912
|
+
"token_estimate": 18,
|
|
913
|
+
"source": "manual",
|
|
914
|
+
"session_id": null
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"id": 61,
|
|
918
|
+
"memory_type": "semantic",
|
|
919
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
920
|
+
"tags": [
|
|
921
|
+
"project-idiom",
|
|
922
|
+
"auto-learned"
|
|
923
|
+
],
|
|
924
|
+
"created_at": "1783438449Z",
|
|
925
|
+
"last_accessed": "1783438449Z",
|
|
926
|
+
"access_count": 0,
|
|
927
|
+
"token_estimate": 32,
|
|
928
|
+
"source": "manual",
|
|
929
|
+
"session_id": null
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"id": 62,
|
|
933
|
+
"memory_type": "semantic",
|
|
934
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
935
|
+
"tags": [
|
|
936
|
+
"project-idiom",
|
|
937
|
+
"auto-learned"
|
|
938
|
+
],
|
|
939
|
+
"created_at": "1783438449Z",
|
|
940
|
+
"last_accessed": "1783438449Z",
|
|
941
|
+
"access_count": 0,
|
|
942
|
+
"token_estimate": 34,
|
|
943
|
+
"source": "manual",
|
|
944
|
+
"session_id": null
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"id": 63,
|
|
948
|
+
"memory_type": "semantic",
|
|
949
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
950
|
+
"tags": [
|
|
951
|
+
"project-idiom",
|
|
952
|
+
"auto-learned"
|
|
953
|
+
],
|
|
954
|
+
"created_at": "1783438449Z",
|
|
955
|
+
"last_accessed": "1783438449Z",
|
|
956
|
+
"access_count": 0,
|
|
957
|
+
"token_estimate": 20,
|
|
958
|
+
"source": "manual",
|
|
959
|
+
"session_id": null
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"id": 64,
|
|
963
|
+
"memory_type": "semantic",
|
|
964
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
965
|
+
"tags": [
|
|
966
|
+
"project-idiom",
|
|
967
|
+
"auto-learned"
|
|
968
|
+
],
|
|
969
|
+
"created_at": "1783438449Z",
|
|
970
|
+
"last_accessed": "1783438449Z",
|
|
971
|
+
"access_count": 0,
|
|
972
|
+
"token_estimate": 54,
|
|
973
|
+
"source": "manual",
|
|
974
|
+
"session_id": null
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"id": 65,
|
|
978
|
+
"memory_type": "semantic",
|
|
979
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
980
|
+
"tags": [
|
|
981
|
+
"project-idiom",
|
|
982
|
+
"auto-learned"
|
|
983
|
+
],
|
|
984
|
+
"created_at": "1783438449Z",
|
|
985
|
+
"last_accessed": "1783438449Z",
|
|
986
|
+
"access_count": 0,
|
|
987
|
+
"token_estimate": 17,
|
|
988
|
+
"source": "manual",
|
|
989
|
+
"session_id": null
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"id": 66,
|
|
993
|
+
"memory_type": "semantic",
|
|
994
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
995
|
+
"tags": [
|
|
996
|
+
"project-idiom",
|
|
997
|
+
"auto-learned"
|
|
998
|
+
],
|
|
999
|
+
"created_at": "1783438449Z",
|
|
1000
|
+
"last_accessed": "1783438449Z",
|
|
1001
|
+
"access_count": 0,
|
|
1002
|
+
"token_estimate": 19,
|
|
1003
|
+
"source": "manual",
|
|
1004
|
+
"session_id": null
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"id": 67,
|
|
1008
|
+
"memory_type": "semantic",
|
|
1009
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1010
|
+
"tags": [
|
|
1011
|
+
"project-idiom",
|
|
1012
|
+
"auto-learned"
|
|
1013
|
+
],
|
|
1014
|
+
"created_at": "1783438449Z",
|
|
1015
|
+
"last_accessed": "1783438449Z",
|
|
1016
|
+
"access_count": 0,
|
|
1017
|
+
"token_estimate": 20,
|
|
1018
|
+
"source": "manual",
|
|
1019
|
+
"session_id": null
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"id": 68,
|
|
1023
|
+
"memory_type": "semantic",
|
|
1024
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1025
|
+
"tags": [
|
|
1026
|
+
"project-idiom",
|
|
1027
|
+
"auto-learned"
|
|
1028
|
+
],
|
|
1029
|
+
"created_at": "1783438449Z",
|
|
1030
|
+
"last_accessed": "1783438449Z",
|
|
1031
|
+
"access_count": 0,
|
|
1032
|
+
"token_estimate": 54,
|
|
1033
|
+
"source": "manual",
|
|
1034
|
+
"session_id": null
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"id": 69,
|
|
1038
|
+
"memory_type": "procedural",
|
|
1039
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
1040
|
+
"tags": [
|
|
1041
|
+
"build-script",
|
|
1042
|
+
"build",
|
|
1043
|
+
"auto-learned"
|
|
1044
|
+
],
|
|
1045
|
+
"created_at": "1783438449Z",
|
|
1046
|
+
"last_accessed": "1783438449Z",
|
|
1047
|
+
"access_count": 0,
|
|
1048
|
+
"token_estimate": 19,
|
|
1049
|
+
"source": "manual",
|
|
1050
|
+
"session_id": null
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"id": 70,
|
|
1054
|
+
"memory_type": "procedural",
|
|
1055
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
1056
|
+
"tags": [
|
|
1057
|
+
"build-script",
|
|
1058
|
+
"test",
|
|
1059
|
+
"auto-learned"
|
|
1060
|
+
],
|
|
1061
|
+
"created_at": "1783438449Z",
|
|
1062
|
+
"last_accessed": "1783438449Z",
|
|
1063
|
+
"access_count": 0,
|
|
1064
|
+
"token_estimate": 18,
|
|
1065
|
+
"source": "manual",
|
|
1066
|
+
"session_id": null
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"id": 71,
|
|
1070
|
+
"memory_type": "semantic",
|
|
1071
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
1072
|
+
"tags": [
|
|
1073
|
+
"project-idiom",
|
|
1074
|
+
"auto-learned"
|
|
1075
|
+
],
|
|
1076
|
+
"created_at": "1783438727Z",
|
|
1077
|
+
"last_accessed": "1783438727Z",
|
|
1078
|
+
"access_count": 0,
|
|
1079
|
+
"token_estimate": 32,
|
|
1080
|
+
"source": "manual",
|
|
1081
|
+
"session_id": null
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"id": 72,
|
|
1085
|
+
"memory_type": "semantic",
|
|
1086
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
1087
|
+
"tags": [
|
|
1088
|
+
"project-idiom",
|
|
1089
|
+
"auto-learned"
|
|
1090
|
+
],
|
|
1091
|
+
"created_at": "1783438727Z",
|
|
1092
|
+
"last_accessed": "1783438727Z",
|
|
1093
|
+
"access_count": 0,
|
|
1094
|
+
"token_estimate": 34,
|
|
1095
|
+
"source": "manual",
|
|
1096
|
+
"session_id": null
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"id": 73,
|
|
1100
|
+
"memory_type": "semantic",
|
|
1101
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1102
|
+
"tags": [
|
|
1103
|
+
"project-idiom",
|
|
1104
|
+
"auto-learned"
|
|
1105
|
+
],
|
|
1106
|
+
"created_at": "1783438727Z",
|
|
1107
|
+
"last_accessed": "1783438727Z",
|
|
1108
|
+
"access_count": 0,
|
|
1109
|
+
"token_estimate": 20,
|
|
1110
|
+
"source": "manual",
|
|
1111
|
+
"session_id": null
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"id": 74,
|
|
1115
|
+
"memory_type": "semantic",
|
|
1116
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1117
|
+
"tags": [
|
|
1118
|
+
"project-idiom",
|
|
1119
|
+
"auto-learned"
|
|
1120
|
+
],
|
|
1121
|
+
"created_at": "1783438727Z",
|
|
1122
|
+
"last_accessed": "1783438727Z",
|
|
1123
|
+
"access_count": 0,
|
|
1124
|
+
"token_estimate": 54,
|
|
1125
|
+
"source": "manual",
|
|
1126
|
+
"session_id": null
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"id": 75,
|
|
1130
|
+
"memory_type": "semantic",
|
|
1131
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
1132
|
+
"tags": [
|
|
1133
|
+
"project-idiom",
|
|
1134
|
+
"auto-learned"
|
|
1135
|
+
],
|
|
1136
|
+
"created_at": "1783438727Z",
|
|
1137
|
+
"last_accessed": "1783438727Z",
|
|
1138
|
+
"access_count": 0,
|
|
1139
|
+
"token_estimate": 17,
|
|
1140
|
+
"source": "manual",
|
|
1141
|
+
"session_id": null
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"id": 76,
|
|
1145
|
+
"memory_type": "semantic",
|
|
1146
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
1147
|
+
"tags": [
|
|
1148
|
+
"project-idiom",
|
|
1149
|
+
"auto-learned"
|
|
1150
|
+
],
|
|
1151
|
+
"created_at": "1783438727Z",
|
|
1152
|
+
"last_accessed": "1783438727Z",
|
|
1153
|
+
"access_count": 0,
|
|
1154
|
+
"token_estimate": 19,
|
|
1155
|
+
"source": "manual",
|
|
1156
|
+
"session_id": null
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"id": 77,
|
|
1160
|
+
"memory_type": "semantic",
|
|
1161
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1162
|
+
"tags": [
|
|
1163
|
+
"project-idiom",
|
|
1164
|
+
"auto-learned"
|
|
1165
|
+
],
|
|
1166
|
+
"created_at": "1783438727Z",
|
|
1167
|
+
"last_accessed": "1783438727Z",
|
|
1168
|
+
"access_count": 0,
|
|
1169
|
+
"token_estimate": 20,
|
|
1170
|
+
"source": "manual",
|
|
1171
|
+
"session_id": null
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": 78,
|
|
1175
|
+
"memory_type": "semantic",
|
|
1176
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1177
|
+
"tags": [
|
|
1178
|
+
"project-idiom",
|
|
1179
|
+
"auto-learned"
|
|
1180
|
+
],
|
|
1181
|
+
"created_at": "1783438727Z",
|
|
1182
|
+
"last_accessed": "1783438727Z",
|
|
1183
|
+
"access_count": 0,
|
|
1184
|
+
"token_estimate": 54,
|
|
1185
|
+
"source": "manual",
|
|
1186
|
+
"session_id": null
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"id": 79,
|
|
1190
|
+
"memory_type": "procedural",
|
|
1191
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
1192
|
+
"tags": [
|
|
1193
|
+
"build-script",
|
|
1194
|
+
"build",
|
|
1195
|
+
"auto-learned"
|
|
1196
|
+
],
|
|
1197
|
+
"created_at": "1783438727Z",
|
|
1198
|
+
"last_accessed": "1783438727Z",
|
|
1199
|
+
"access_count": 0,
|
|
1200
|
+
"token_estimate": 19,
|
|
1201
|
+
"source": "manual",
|
|
1202
|
+
"session_id": null
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": 80,
|
|
1206
|
+
"memory_type": "procedural",
|
|
1207
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
1208
|
+
"tags": [
|
|
1209
|
+
"build-script",
|
|
1210
|
+
"test",
|
|
1211
|
+
"auto-learned"
|
|
1212
|
+
],
|
|
1213
|
+
"created_at": "1783438727Z",
|
|
1214
|
+
"last_accessed": "1783438727Z",
|
|
1215
|
+
"access_count": 0,
|
|
1216
|
+
"token_estimate": 18,
|
|
1217
|
+
"source": "manual",
|
|
1218
|
+
"session_id": null
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"id": 81,
|
|
1222
|
+
"memory_type": "semantic",
|
|
1223
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
1224
|
+
"tags": [
|
|
1225
|
+
"project-idiom",
|
|
1226
|
+
"auto-learned"
|
|
1227
|
+
],
|
|
1228
|
+
"created_at": "1783782112Z",
|
|
1229
|
+
"last_accessed": "1783782112Z",
|
|
1230
|
+
"access_count": 0,
|
|
1231
|
+
"token_estimate": 32,
|
|
1232
|
+
"source": "manual",
|
|
1233
|
+
"session_id": null
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"id": 82,
|
|
1237
|
+
"memory_type": "semantic",
|
|
1238
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
1239
|
+
"tags": [
|
|
1240
|
+
"project-idiom",
|
|
1241
|
+
"auto-learned"
|
|
1242
|
+
],
|
|
1243
|
+
"created_at": "1783782112Z",
|
|
1244
|
+
"last_accessed": "1783782112Z",
|
|
1245
|
+
"access_count": 0,
|
|
1246
|
+
"token_estimate": 34,
|
|
1247
|
+
"source": "manual",
|
|
1248
|
+
"session_id": null
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"id": 83,
|
|
1252
|
+
"memory_type": "semantic",
|
|
1253
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1254
|
+
"tags": [
|
|
1255
|
+
"project-idiom",
|
|
1256
|
+
"auto-learned"
|
|
1257
|
+
],
|
|
1258
|
+
"created_at": "1783782112Z",
|
|
1259
|
+
"last_accessed": "1783782112Z",
|
|
1260
|
+
"access_count": 0,
|
|
1261
|
+
"token_estimate": 20,
|
|
1262
|
+
"source": "manual",
|
|
1263
|
+
"session_id": null
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"id": 84,
|
|
1267
|
+
"memory_type": "semantic",
|
|
1268
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1269
|
+
"tags": [
|
|
1270
|
+
"project-idiom",
|
|
1271
|
+
"auto-learned"
|
|
1272
|
+
],
|
|
1273
|
+
"created_at": "1783782112Z",
|
|
1274
|
+
"last_accessed": "1783782112Z",
|
|
1275
|
+
"access_count": 0,
|
|
1276
|
+
"token_estimate": 54,
|
|
1277
|
+
"source": "manual",
|
|
1278
|
+
"session_id": null
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"id": 85,
|
|
1282
|
+
"memory_type": "semantic",
|
|
1283
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
1284
|
+
"tags": [
|
|
1285
|
+
"project-idiom",
|
|
1286
|
+
"auto-learned"
|
|
1287
|
+
],
|
|
1288
|
+
"created_at": "1783782112Z",
|
|
1289
|
+
"last_accessed": "1783782112Z",
|
|
1290
|
+
"access_count": 0,
|
|
1291
|
+
"token_estimate": 17,
|
|
1292
|
+
"source": "manual",
|
|
1293
|
+
"session_id": null
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"id": 86,
|
|
1297
|
+
"memory_type": "semantic",
|
|
1298
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
1299
|
+
"tags": [
|
|
1300
|
+
"project-idiom",
|
|
1301
|
+
"auto-learned"
|
|
1302
|
+
],
|
|
1303
|
+
"created_at": "1783782112Z",
|
|
1304
|
+
"last_accessed": "1783782112Z",
|
|
1305
|
+
"access_count": 0,
|
|
1306
|
+
"token_estimate": 19,
|
|
1307
|
+
"source": "manual",
|
|
1308
|
+
"session_id": null
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"id": 87,
|
|
1312
|
+
"memory_type": "semantic",
|
|
1313
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1314
|
+
"tags": [
|
|
1315
|
+
"project-idiom",
|
|
1316
|
+
"auto-learned"
|
|
1317
|
+
],
|
|
1318
|
+
"created_at": "1783782112Z",
|
|
1319
|
+
"last_accessed": "1783782112Z",
|
|
1320
|
+
"access_count": 0,
|
|
1321
|
+
"token_estimate": 20,
|
|
1322
|
+
"source": "manual",
|
|
1323
|
+
"session_id": null
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"id": 88,
|
|
1327
|
+
"memory_type": "semantic",
|
|
1328
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1329
|
+
"tags": [
|
|
1330
|
+
"project-idiom",
|
|
1331
|
+
"auto-learned"
|
|
1332
|
+
],
|
|
1333
|
+
"created_at": "1783782112Z",
|
|
1334
|
+
"last_accessed": "1783782112Z",
|
|
1335
|
+
"access_count": 0,
|
|
1336
|
+
"token_estimate": 54,
|
|
1337
|
+
"source": "manual",
|
|
1338
|
+
"session_id": null
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"id": 89,
|
|
1342
|
+
"memory_type": "procedural",
|
|
1343
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
1344
|
+
"tags": [
|
|
1345
|
+
"build-script",
|
|
1346
|
+
"build",
|
|
1347
|
+
"auto-learned"
|
|
1348
|
+
],
|
|
1349
|
+
"created_at": "1783782112Z",
|
|
1350
|
+
"last_accessed": "1783782112Z",
|
|
1351
|
+
"access_count": 0,
|
|
1352
|
+
"token_estimate": 19,
|
|
1353
|
+
"source": "manual",
|
|
1354
|
+
"session_id": null
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"id": 90,
|
|
1358
|
+
"memory_type": "procedural",
|
|
1359
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
1360
|
+
"tags": [
|
|
1361
|
+
"build-script",
|
|
1362
|
+
"test",
|
|
1363
|
+
"auto-learned"
|
|
1364
|
+
],
|
|
1365
|
+
"created_at": "1783782112Z",
|
|
1366
|
+
"last_accessed": "1783782112Z",
|
|
1367
|
+
"access_count": 0,
|
|
1368
|
+
"token_estimate": 18,
|
|
1369
|
+
"source": "manual",
|
|
1370
|
+
"session_id": null
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"id": 91,
|
|
1374
|
+
"memory_type": "semantic",
|
|
1375
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
1376
|
+
"tags": [
|
|
1377
|
+
"project-idiom",
|
|
1378
|
+
"auto-learned"
|
|
1379
|
+
],
|
|
1380
|
+
"created_at": "1783782132Z",
|
|
1381
|
+
"last_accessed": "1783782132Z",
|
|
1382
|
+
"access_count": 0,
|
|
1383
|
+
"token_estimate": 32,
|
|
1384
|
+
"source": "manual",
|
|
1385
|
+
"session_id": null
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"id": 92,
|
|
1389
|
+
"memory_type": "semantic",
|
|
1390
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
1391
|
+
"tags": [
|
|
1392
|
+
"project-idiom",
|
|
1393
|
+
"auto-learned"
|
|
1394
|
+
],
|
|
1395
|
+
"created_at": "1783782132Z",
|
|
1396
|
+
"last_accessed": "1783782132Z",
|
|
1397
|
+
"access_count": 0,
|
|
1398
|
+
"token_estimate": 34,
|
|
1399
|
+
"source": "manual",
|
|
1400
|
+
"session_id": null
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"id": 93,
|
|
1404
|
+
"memory_type": "semantic",
|
|
1405
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1406
|
+
"tags": [
|
|
1407
|
+
"project-idiom",
|
|
1408
|
+
"auto-learned"
|
|
1409
|
+
],
|
|
1410
|
+
"created_at": "1783782132Z",
|
|
1411
|
+
"last_accessed": "1783782132Z",
|
|
1412
|
+
"access_count": 0,
|
|
1413
|
+
"token_estimate": 20,
|
|
1414
|
+
"source": "manual",
|
|
1415
|
+
"session_id": null
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"id": 94,
|
|
1419
|
+
"memory_type": "semantic",
|
|
1420
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1421
|
+
"tags": [
|
|
1422
|
+
"project-idiom",
|
|
1423
|
+
"auto-learned"
|
|
1424
|
+
],
|
|
1425
|
+
"created_at": "1783782132Z",
|
|
1426
|
+
"last_accessed": "1783782132Z",
|
|
1427
|
+
"access_count": 0,
|
|
1428
|
+
"token_estimate": 54,
|
|
1429
|
+
"source": "manual",
|
|
1430
|
+
"session_id": null
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": 95,
|
|
1434
|
+
"memory_type": "semantic",
|
|
1435
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
1436
|
+
"tags": [
|
|
1437
|
+
"project-idiom",
|
|
1438
|
+
"auto-learned"
|
|
1439
|
+
],
|
|
1440
|
+
"created_at": "1783782132Z",
|
|
1441
|
+
"last_accessed": "1783782132Z",
|
|
1442
|
+
"access_count": 0,
|
|
1443
|
+
"token_estimate": 17,
|
|
1444
|
+
"source": "manual",
|
|
1445
|
+
"session_id": null
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"id": 96,
|
|
1449
|
+
"memory_type": "semantic",
|
|
1450
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
1451
|
+
"tags": [
|
|
1452
|
+
"project-idiom",
|
|
1453
|
+
"auto-learned"
|
|
1454
|
+
],
|
|
1455
|
+
"created_at": "1783782132Z",
|
|
1456
|
+
"last_accessed": "1783782132Z",
|
|
1457
|
+
"access_count": 0,
|
|
1458
|
+
"token_estimate": 19,
|
|
1459
|
+
"source": "manual",
|
|
1460
|
+
"session_id": null
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"id": 97,
|
|
1464
|
+
"memory_type": "semantic",
|
|
1465
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1466
|
+
"tags": [
|
|
1467
|
+
"project-idiom",
|
|
1468
|
+
"auto-learned"
|
|
1469
|
+
],
|
|
1470
|
+
"created_at": "1783782132Z",
|
|
1471
|
+
"last_accessed": "1783782132Z",
|
|
1472
|
+
"access_count": 0,
|
|
1473
|
+
"token_estimate": 20,
|
|
1474
|
+
"source": "manual",
|
|
1475
|
+
"session_id": null
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"id": 98,
|
|
1479
|
+
"memory_type": "semantic",
|
|
1480
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1481
|
+
"tags": [
|
|
1482
|
+
"project-idiom",
|
|
1483
|
+
"auto-learned"
|
|
1484
|
+
],
|
|
1485
|
+
"created_at": "1783782132Z",
|
|
1486
|
+
"last_accessed": "1783782132Z",
|
|
1487
|
+
"access_count": 0,
|
|
1488
|
+
"token_estimate": 54,
|
|
1489
|
+
"source": "manual",
|
|
1490
|
+
"session_id": null
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"id": 99,
|
|
1494
|
+
"memory_type": "procedural",
|
|
1495
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
1496
|
+
"tags": [
|
|
1497
|
+
"build-script",
|
|
1498
|
+
"build",
|
|
1499
|
+
"auto-learned"
|
|
1500
|
+
],
|
|
1501
|
+
"created_at": "1783782132Z",
|
|
1502
|
+
"last_accessed": "1783782132Z",
|
|
1503
|
+
"access_count": 0,
|
|
1504
|
+
"token_estimate": 19,
|
|
1505
|
+
"source": "manual",
|
|
1506
|
+
"session_id": null
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"id": 100,
|
|
1510
|
+
"memory_type": "procedural",
|
|
1511
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
1512
|
+
"tags": [
|
|
1513
|
+
"build-script",
|
|
1514
|
+
"test",
|
|
1515
|
+
"auto-learned"
|
|
1516
|
+
],
|
|
1517
|
+
"created_at": "1783782132Z",
|
|
1518
|
+
"last_accessed": "1783782132Z",
|
|
1519
|
+
"access_count": 0,
|
|
1520
|
+
"token_estimate": 18,
|
|
1521
|
+
"source": "manual",
|
|
1522
|
+
"session_id": null
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"id": 101,
|
|
1526
|
+
"memory_type": "semantic",
|
|
1527
|
+
"content": "Database is PostgreSQL",
|
|
1528
|
+
"tags": [
|
|
1529
|
+
"db",
|
|
1530
|
+
"postgres"
|
|
1531
|
+
],
|
|
1532
|
+
"created_at": "1783783700Z",
|
|
1533
|
+
"last_accessed": "1783783700Z",
|
|
1534
|
+
"access_count": 0,
|
|
1535
|
+
"token_estimate": 6,
|
|
1536
|
+
"source": "manual",
|
|
1537
|
+
"session_id": null
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"id": 102,
|
|
1541
|
+
"memory_type": "semantic",
|
|
1542
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
1543
|
+
"tags": [
|
|
1544
|
+
"project-idiom",
|
|
1545
|
+
"auto-learned"
|
|
1546
|
+
],
|
|
1547
|
+
"created_at": "1783785670Z",
|
|
1548
|
+
"last_accessed": "1783785670Z",
|
|
1549
|
+
"access_count": 0,
|
|
1550
|
+
"token_estimate": 32,
|
|
1551
|
+
"source": "manual",
|
|
1552
|
+
"session_id": null
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"id": 103,
|
|
1556
|
+
"memory_type": "semantic",
|
|
1557
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
1558
|
+
"tags": [
|
|
1559
|
+
"project-idiom",
|
|
1560
|
+
"auto-learned"
|
|
1561
|
+
],
|
|
1562
|
+
"created_at": "1783785670Z",
|
|
1563
|
+
"last_accessed": "1783785670Z",
|
|
1564
|
+
"access_count": 0,
|
|
1565
|
+
"token_estimate": 34,
|
|
1566
|
+
"source": "manual",
|
|
1567
|
+
"session_id": null
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"id": 104,
|
|
1571
|
+
"memory_type": "semantic",
|
|
1572
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1573
|
+
"tags": [
|
|
1574
|
+
"project-idiom",
|
|
1575
|
+
"auto-learned"
|
|
1576
|
+
],
|
|
1577
|
+
"created_at": "1783785670Z",
|
|
1578
|
+
"last_accessed": "1783785670Z",
|
|
1579
|
+
"access_count": 0,
|
|
1580
|
+
"token_estimate": 20,
|
|
1581
|
+
"source": "manual",
|
|
1582
|
+
"session_id": null
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"id": 105,
|
|
1586
|
+
"memory_type": "semantic",
|
|
1587
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1588
|
+
"tags": [
|
|
1589
|
+
"project-idiom",
|
|
1590
|
+
"auto-learned"
|
|
1591
|
+
],
|
|
1592
|
+
"created_at": "1783785670Z",
|
|
1593
|
+
"last_accessed": "1783785670Z",
|
|
1594
|
+
"access_count": 0,
|
|
1595
|
+
"token_estimate": 54,
|
|
1596
|
+
"source": "manual",
|
|
1597
|
+
"session_id": null
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"id": 106,
|
|
1601
|
+
"memory_type": "semantic",
|
|
1602
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
1603
|
+
"tags": [
|
|
1604
|
+
"project-idiom",
|
|
1605
|
+
"auto-learned"
|
|
1606
|
+
],
|
|
1607
|
+
"created_at": "1783785670Z",
|
|
1608
|
+
"last_accessed": "1783785670Z",
|
|
1609
|
+
"access_count": 0,
|
|
1610
|
+
"token_estimate": 17,
|
|
1611
|
+
"source": "manual",
|
|
1612
|
+
"session_id": null
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"id": 107,
|
|
1616
|
+
"memory_type": "semantic",
|
|
1617
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
1618
|
+
"tags": [
|
|
1619
|
+
"project-idiom",
|
|
1620
|
+
"auto-learned"
|
|
1621
|
+
],
|
|
1622
|
+
"created_at": "1783785670Z",
|
|
1623
|
+
"last_accessed": "1783785670Z",
|
|
1624
|
+
"access_count": 0,
|
|
1625
|
+
"token_estimate": 19,
|
|
1626
|
+
"source": "manual",
|
|
1627
|
+
"session_id": null
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"id": 108,
|
|
1631
|
+
"memory_type": "semantic",
|
|
1632
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1633
|
+
"tags": [
|
|
1634
|
+
"project-idiom",
|
|
1635
|
+
"auto-learned"
|
|
1636
|
+
],
|
|
1637
|
+
"created_at": "1783785670Z",
|
|
1638
|
+
"last_accessed": "1783785670Z",
|
|
1639
|
+
"access_count": 0,
|
|
1640
|
+
"token_estimate": 20,
|
|
1641
|
+
"source": "manual",
|
|
1642
|
+
"session_id": null
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"id": 109,
|
|
1646
|
+
"memory_type": "semantic",
|
|
1647
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1648
|
+
"tags": [
|
|
1649
|
+
"project-idiom",
|
|
1650
|
+
"auto-learned"
|
|
1651
|
+
],
|
|
1652
|
+
"created_at": "1783785670Z",
|
|
1653
|
+
"last_accessed": "1783785670Z",
|
|
1654
|
+
"access_count": 0,
|
|
1655
|
+
"token_estimate": 54,
|
|
1656
|
+
"source": "manual",
|
|
1657
|
+
"session_id": null
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"id": 110,
|
|
1661
|
+
"memory_type": "procedural",
|
|
1662
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
1663
|
+
"tags": [
|
|
1664
|
+
"build-script",
|
|
1665
|
+
"build",
|
|
1666
|
+
"auto-learned"
|
|
1667
|
+
],
|
|
1668
|
+
"created_at": "1783785670Z",
|
|
1669
|
+
"last_accessed": "1783785670Z",
|
|
1670
|
+
"access_count": 0,
|
|
1671
|
+
"token_estimate": 19,
|
|
1672
|
+
"source": "manual",
|
|
1673
|
+
"session_id": null
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"id": 111,
|
|
1677
|
+
"memory_type": "procedural",
|
|
1678
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
1679
|
+
"tags": [
|
|
1680
|
+
"build-script",
|
|
1681
|
+
"test",
|
|
1682
|
+
"auto-learned"
|
|
1683
|
+
],
|
|
1684
|
+
"created_at": "1783785670Z",
|
|
1685
|
+
"last_accessed": "1783785670Z",
|
|
1686
|
+
"access_count": 0,
|
|
1687
|
+
"token_estimate": 18,
|
|
1688
|
+
"source": "manual",
|
|
1689
|
+
"session_id": null
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"id": 112,
|
|
1693
|
+
"memory_type": "semantic",
|
|
1694
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
1695
|
+
"tags": [
|
|
1696
|
+
"project-idiom",
|
|
1697
|
+
"auto-learned"
|
|
1698
|
+
],
|
|
1699
|
+
"created_at": "1783790009Z",
|
|
1700
|
+
"last_accessed": "1783790009Z",
|
|
1701
|
+
"access_count": 0,
|
|
1702
|
+
"token_estimate": 32,
|
|
1703
|
+
"source": "manual",
|
|
1704
|
+
"session_id": null
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"id": 113,
|
|
1708
|
+
"memory_type": "semantic",
|
|
1709
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
1710
|
+
"tags": [
|
|
1711
|
+
"project-idiom",
|
|
1712
|
+
"auto-learned"
|
|
1713
|
+
],
|
|
1714
|
+
"created_at": "1783790009Z",
|
|
1715
|
+
"last_accessed": "1783790009Z",
|
|
1716
|
+
"access_count": 0,
|
|
1717
|
+
"token_estimate": 34,
|
|
1718
|
+
"source": "manual",
|
|
1719
|
+
"session_id": null
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"id": 114,
|
|
1723
|
+
"memory_type": "semantic",
|
|
1724
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1725
|
+
"tags": [
|
|
1726
|
+
"project-idiom",
|
|
1727
|
+
"auto-learned"
|
|
1728
|
+
],
|
|
1729
|
+
"created_at": "1783790009Z",
|
|
1730
|
+
"last_accessed": "1783790009Z",
|
|
1731
|
+
"access_count": 0,
|
|
1732
|
+
"token_estimate": 20,
|
|
1733
|
+
"source": "manual",
|
|
1734
|
+
"session_id": null
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"id": 115,
|
|
1738
|
+
"memory_type": "semantic",
|
|
1739
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1740
|
+
"tags": [
|
|
1741
|
+
"project-idiom",
|
|
1742
|
+
"auto-learned"
|
|
1743
|
+
],
|
|
1744
|
+
"created_at": "1783790009Z",
|
|
1745
|
+
"last_accessed": "1783790009Z",
|
|
1746
|
+
"access_count": 0,
|
|
1747
|
+
"token_estimate": 54,
|
|
1748
|
+
"source": "manual",
|
|
1749
|
+
"session_id": null
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"id": 116,
|
|
1753
|
+
"memory_type": "semantic",
|
|
1754
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
1755
|
+
"tags": [
|
|
1756
|
+
"project-idiom",
|
|
1757
|
+
"auto-learned"
|
|
1758
|
+
],
|
|
1759
|
+
"created_at": "1783790009Z",
|
|
1760
|
+
"last_accessed": "1783790009Z",
|
|
1761
|
+
"access_count": 0,
|
|
1762
|
+
"token_estimate": 17,
|
|
1763
|
+
"source": "manual",
|
|
1764
|
+
"session_id": null
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"id": 117,
|
|
1768
|
+
"memory_type": "semantic",
|
|
1769
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
1770
|
+
"tags": [
|
|
1771
|
+
"project-idiom",
|
|
1772
|
+
"auto-learned"
|
|
1773
|
+
],
|
|
1774
|
+
"created_at": "1783790009Z",
|
|
1775
|
+
"last_accessed": "1783790009Z",
|
|
1776
|
+
"access_count": 0,
|
|
1777
|
+
"token_estimate": 19,
|
|
1778
|
+
"source": "manual",
|
|
1779
|
+
"session_id": null
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"id": 118,
|
|
1783
|
+
"memory_type": "semantic",
|
|
1784
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1785
|
+
"tags": [
|
|
1786
|
+
"project-idiom",
|
|
1787
|
+
"auto-learned"
|
|
1788
|
+
],
|
|
1789
|
+
"created_at": "1783790009Z",
|
|
1790
|
+
"last_accessed": "1783790009Z",
|
|
1791
|
+
"access_count": 0,
|
|
1792
|
+
"token_estimate": 20,
|
|
1793
|
+
"source": "manual",
|
|
1794
|
+
"session_id": null
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"id": 119,
|
|
1798
|
+
"memory_type": "semantic",
|
|
1799
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1800
|
+
"tags": [
|
|
1801
|
+
"project-idiom",
|
|
1802
|
+
"auto-learned"
|
|
1803
|
+
],
|
|
1804
|
+
"created_at": "1783790009Z",
|
|
1805
|
+
"last_accessed": "1783790009Z",
|
|
1806
|
+
"access_count": 0,
|
|
1807
|
+
"token_estimate": 54,
|
|
1808
|
+
"source": "manual",
|
|
1809
|
+
"session_id": null
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"id": 120,
|
|
1813
|
+
"memory_type": "procedural",
|
|
1814
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
1815
|
+
"tags": [
|
|
1816
|
+
"build-script",
|
|
1817
|
+
"build",
|
|
1818
|
+
"auto-learned"
|
|
1819
|
+
],
|
|
1820
|
+
"created_at": "1783790009Z",
|
|
1821
|
+
"last_accessed": "1783790009Z",
|
|
1822
|
+
"access_count": 0,
|
|
1823
|
+
"token_estimate": 19,
|
|
1824
|
+
"source": "manual",
|
|
1825
|
+
"session_id": null
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"id": 121,
|
|
1829
|
+
"memory_type": "procedural",
|
|
1830
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
1831
|
+
"tags": [
|
|
1832
|
+
"build-script",
|
|
1833
|
+
"test",
|
|
1834
|
+
"auto-learned"
|
|
1835
|
+
],
|
|
1836
|
+
"created_at": "1783790009Z",
|
|
1837
|
+
"last_accessed": "1783790009Z",
|
|
1838
|
+
"access_count": 0,
|
|
1839
|
+
"token_estimate": 18,
|
|
1840
|
+
"source": "manual",
|
|
1841
|
+
"session_id": null
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"id": 122,
|
|
1845
|
+
"memory_type": "semantic",
|
|
1846
|
+
"content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
|
|
1847
|
+
"tags": [
|
|
1848
|
+
"project-idiom",
|
|
1849
|
+
"auto-learned"
|
|
1850
|
+
],
|
|
1851
|
+
"created_at": "1784187808Z",
|
|
1852
|
+
"last_accessed": "1784187808Z",
|
|
1853
|
+
"access_count": 0,
|
|
1854
|
+
"token_estimate": 32,
|
|
1855
|
+
"source": "manual",
|
|
1856
|
+
"session_id": null
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"id": 123,
|
|
1860
|
+
"memory_type": "semantic",
|
|
1861
|
+
"content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
|
|
1862
|
+
"tags": [
|
|
1863
|
+
"project-idiom",
|
|
1864
|
+
"auto-learned"
|
|
1865
|
+
],
|
|
1866
|
+
"created_at": "1784187808Z",
|
|
1867
|
+
"last_accessed": "1784187808Z",
|
|
1868
|
+
"access_count": 0,
|
|
1869
|
+
"token_estimate": 34,
|
|
1870
|
+
"source": "manual",
|
|
1871
|
+
"session_id": null
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"id": 124,
|
|
1875
|
+
"memory_type": "semantic",
|
|
1876
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1877
|
+
"tags": [
|
|
1878
|
+
"project-idiom",
|
|
1879
|
+
"auto-learned"
|
|
1880
|
+
],
|
|
1881
|
+
"created_at": "1784187808Z",
|
|
1882
|
+
"last_accessed": "1784187808Z",
|
|
1883
|
+
"access_count": 0,
|
|
1884
|
+
"token_estimate": 20,
|
|
1885
|
+
"source": "manual",
|
|
1886
|
+
"session_id": null
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"id": 125,
|
|
1890
|
+
"memory_type": "semantic",
|
|
1891
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1892
|
+
"tags": [
|
|
1893
|
+
"project-idiom",
|
|
1894
|
+
"auto-learned"
|
|
1895
|
+
],
|
|
1896
|
+
"created_at": "1784187808Z",
|
|
1897
|
+
"last_accessed": "1784187808Z",
|
|
1898
|
+
"access_count": 0,
|
|
1899
|
+
"token_estimate": 54,
|
|
1900
|
+
"source": "manual",
|
|
1901
|
+
"session_id": null
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"id": 126,
|
|
1905
|
+
"memory_type": "semantic",
|
|
1906
|
+
"content": "[ ] Have I reviewed the user's specific constraints and requests?",
|
|
1907
|
+
"tags": [
|
|
1908
|
+
"project-idiom",
|
|
1909
|
+
"auto-learned"
|
|
1910
|
+
],
|
|
1911
|
+
"created_at": "1784187808Z",
|
|
1912
|
+
"last_accessed": "1784187808Z",
|
|
1913
|
+
"access_count": 0,
|
|
1914
|
+
"token_estimate": 17,
|
|
1915
|
+
"source": "manual",
|
|
1916
|
+
"session_id": null
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"id": 127,
|
|
1920
|
+
"memory_type": "semantic",
|
|
1921
|
+
"content": "[ ] Have I checked the environment for relevant existing implementations?",
|
|
1922
|
+
"tags": [
|
|
1923
|
+
"project-idiom",
|
|
1924
|
+
"auto-learned"
|
|
1925
|
+
],
|
|
1926
|
+
"created_at": "1784187808Z",
|
|
1927
|
+
"last_accessed": "1784187808Z",
|
|
1928
|
+
"access_count": 0,
|
|
1929
|
+
"token_estimate": 19,
|
|
1930
|
+
"source": "manual",
|
|
1931
|
+
"session_id": null
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"id": 128,
|
|
1935
|
+
"memory_type": "semantic",
|
|
1936
|
+
"content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
|
|
1937
|
+
"tags": [
|
|
1938
|
+
"project-idiom",
|
|
1939
|
+
"auto-learned"
|
|
1940
|
+
],
|
|
1941
|
+
"created_at": "1784187808Z",
|
|
1942
|
+
"last_accessed": "1784187808Z",
|
|
1943
|
+
"access_count": 0,
|
|
1944
|
+
"token_estimate": 20,
|
|
1945
|
+
"source": "manual",
|
|
1946
|
+
"session_id": null
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"id": 129,
|
|
1950
|
+
"memory_type": "semantic",
|
|
1951
|
+
"content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
|
|
1952
|
+
"tags": [
|
|
1953
|
+
"project-idiom",
|
|
1954
|
+
"auto-learned"
|
|
1955
|
+
],
|
|
1956
|
+
"created_at": "1784187808Z",
|
|
1957
|
+
"last_accessed": "1784187808Z",
|
|
1958
|
+
"access_count": 0,
|
|
1959
|
+
"token_estimate": 54,
|
|
1960
|
+
"source": "manual",
|
|
1961
|
+
"session_id": null
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"id": 130,
|
|
1965
|
+
"memory_type": "procedural",
|
|
1966
|
+
"content": "Run `echo 'No build step required for this project'` to build the project",
|
|
1967
|
+
"tags": [
|
|
1968
|
+
"build-script",
|
|
1969
|
+
"build",
|
|
1970
|
+
"auto-learned"
|
|
1971
|
+
],
|
|
1972
|
+
"created_at": "1784187808Z",
|
|
1973
|
+
"last_accessed": "1784187808Z",
|
|
1974
|
+
"access_count": 0,
|
|
1975
|
+
"token_estimate": 19,
|
|
1976
|
+
"source": "manual",
|
|
1977
|
+
"session_id": null
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"id": 131,
|
|
1981
|
+
"memory_type": "procedural",
|
|
1982
|
+
"content": "Run `npm run validate-payload && jest --coverage` to test the project",
|
|
1983
|
+
"tags": [
|
|
1984
|
+
"build-script",
|
|
1985
|
+
"test",
|
|
1986
|
+
"auto-learned"
|
|
1987
|
+
],
|
|
1988
|
+
"created_at": "1784187808Z",
|
|
1989
|
+
"last_accessed": "1784187808Z",
|
|
1990
|
+
"access_count": 0,
|
|
1991
|
+
"token_estimate": 18,
|
|
1992
|
+
"source": "manual",
|
|
1993
|
+
"session_id": null
|
|
763
1994
|
}
|
|
764
1995
|
],
|
|
765
|
-
"next_id":
|
|
1996
|
+
"next_id": 132
|
|
766
1997
|
}
|