Commit fa06aa6
Marvin Zhang
feat: Add session summary for Phase 2/3 test infrastructure improvements
- Created SESSION_SUMMARY.md detailing objectives achieved, test results, and insights discovered.
- Documented environment setup, agent session and event service tests, refactoring guide, and documentation updates.
- Highlighted key insights on mock vs real database patterns and field name conventions.
feat: Implement support for array values in Copilot collector
- Added README.md and implementation.md for Copilot Collector Array Value Support.
- Updated CopilotResponseItem struct to handle both string and array types using json.RawMessage.
- Implemented parsing logic to extract values from both formats without data loss.
chore: Remove outdated ORGANIZATION.md
- Deleted ORGANIZATION.md as it was no longer relevant to the current specs structure.
docs: Revise README.md for specs directory
- Updated directory structure to reflect flat organization.
- Enhanced utility scripts section for better spec management.
- Clarified document structure and required frontmatter for specs.1 parent d765611 commit fa06aa6
File tree
68 files changed
+1097
-1207
lines changed- scripts/specs
- specs
- 001-ai-evaluation-system
- 002-ai-agent-observability
- 003-codebase-reorganization
- 004-agent-observability-core-features
- 005-completion-roadmap
- 006-go-collector-next-phase
- 007-database-architecture
- 008-mvp-launch-plan
- 009-project-hierarchy-redesign
- 010-collector-parsing-errors
- 011-project-folder-restructure
- 012-test-infrastructure-improvements
- 013-copilot-collector-array-value-support
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+1097
-1207
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 70 | + | |
85 | 71 | | |
86 | 72 | | |
87 | 73 | | |
88 | 74 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 75 | + | |
93 | 76 | | |
94 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
95 | 81 | | |
96 | | - | |
| 82 | + | |
97 | 83 | | |
98 | 84 | | |
99 | 85 | | |
100 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
101 | 90 | | |
102 | | - | |
| 91 | + | |
103 | 92 | | |
104 | 93 | | |
105 | | - | |
| 94 | + | |
106 | 95 | | |
107 | 96 | | |
108 | 97 | | |
109 | 98 | | |
110 | 99 | | |
111 | 100 | | |
112 | 101 | | |
113 | | - | |
| 102 | + | |
114 | 103 | | |
115 | 104 | | |
116 | 105 | | |
| |||
119 | 108 | | |
120 | 109 | | |
121 | 110 | | |
122 | | - | |
| 111 | + | |
123 | 112 | | |
124 | | - | |
| 113 | + | |
125 | 114 | | |
126 | 115 | | |
127 | | - | |
128 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
129 | 119 | | |
130 | 120 | | |
131 | 121 | | |
132 | 122 | | |
133 | | - | |
| 123 | + | |
134 | 124 | | |
135 | | - | |
136 | | - | |
| 125 | + | |
| 126 | + | |
137 | 127 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 128 | + | |
| 129 | + | |
149 | 130 | | |
150 | 131 | | |
151 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
26 | 22 | | |
27 | 23 | | |
28 | 24 | | |
| |||
0 commit comments