Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
dc01b35
Add Phase 1 read-only plan
jstirnaman Jul 1, 2026
b7e240e
Implement Phase 1 read-only tools
jstirnaman Jul 1, 2026
7184550
Align query metadata with system history
jstirnaman Jul 1, 2026
3b3fe45
Log telemetry at the MCP tool boundary
jstirnaman Jul 1, 2026
6c3b77d
Cap excessive read-only query limits
jstirnaman Jul 1, 2026
3c7fcc4
Add agent E2E plan and telemetry file logging
jstirnaman Jul 2, 2026
f90b400
Allow MCP tools in agent E2E commands
jstirnaman Jul 2, 2026
c3ea686
Link README to agent E2E runbook
jstirnaman Jul 2, 2026
19255e3
Make agent E2E cases harness agnostic
jstirnaman Jul 2, 2026
9958004
Guide SQL wildcard recovery
jstirnaman Jul 3, 2026
df10792
Add safety and efficiency agent E2E cases
jstirnaman Jul 3, 2026
f165afd
Record agent E2E performance results
jstirnaman Jul 3, 2026
7af23e3
Record broad schema E2E results
jstirnaman Jul 3, 2026
ab54b93
Store agent E2E results as YAML
jstirnaman Jul 3, 2026
9f7057a
Document MCP-only E2E prompt discipline
jstirnaman Jul 3, 2026
2a89214
Add MCP-only constraints to E2E prompts
jstirnaman Jul 3, 2026
8c3b46e
Add guarded Codex E2E profile templates
jstirnaman Jul 3, 2026
2ca3e47
Remove redundant MCP approval overrides
jstirnaman Jul 3, 2026
eeb4c32
Remove redundant reasoning effort overrides
jstirnaman Jul 3, 2026
cfa9def
Record 2026-07-23 agent e2e testbench runs
jstirnaman Jul 28, 2026
eeab58d
Grade 2026-07-23 e2e runs against the manifest
jstirnaman Jul 28, 2026
bab7d43
Merge remote-tracking branch 'origin/main' into codex/phase1-readonly…
jstirnaman Jul 28, 2026
b1adbc5
Remove codex-profiles duplicated by harness-profiles rename
jstirnaman Jul 28, 2026
9a6f96a
Refile Phase 1 read-only plan as ADR 0001
jstirnaman Jul 28, 2026
e7bd715
Exclude e2e-results from prettier
jstirnaman Jul 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
build/
node_modules/
package-lock.json
# Verbatim e2e artifacts: agent final messages are recorded as produced and
# must not be reformatted; the results YAML is validated by schema instead.
e2e-results/
Loading