feat: auto hill-climbing - #189
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request restructures the context engineering framework by renaming skills, updating the configuration path for tools.yaml to .context-engineering/tools.yaml, exposing context upload/download MCP tools, and adding a CI output validation script. It also introduces new evaluation datasets and workspaces for testing. The review feedback highlights a critical foreign key constraint mismatch in the petstore test database setup, along with recommendations to address deprecated SQLAlchemy and Python datetime methods in the Flask application. Additionally, the feedback suggests specifying file encoding and avoiding variable shadowing in the CI script, as well as correcting minor typos in the documentation.
0fcc336 to
64ad2dd
Compare
64ad2dd to
1cf64e3
Compare
…sformation project
…, document Context Store naming convention
…e empty GEMINI.md context file
…ataset-gen (already renamed to .context-engineering/)
|
/gcbrun |
…rt fixtures to cloud-db-nl2sql
…sh starting prompt
|
/gcbrun |
…efault project for quota
|
/gcbrun |
…tes/filenames into starting prompts
|
/gcbrun |
2 similar comments
|
/gcbrun |
|
/gcbrun |
…en release.yml (pin actions, fix template-injection)
b8503d0 to
6545c4e
Compare
…kills # Conflicts: # README.md
|
/gcbrun |
…kills # Conflicts: # gemini-extension.json # plugin/gemini-extension.json
…ion and manifests
Summary
Introduces autonomous hill-climbing and decouples the context-engineering lifecycle into standalone phase skills. Each phase (init, bootstrap, evaluate, hill-climb) now runs on its own and accepts a context set from a local file or a remote Context Store resource — no need to run the whole pipeline in order.
Key changes
state.md. The agent uploads/mutates context sets directly through MCP tools (no manual browser step).init,bootstrap,evaluate,hillclimb,generation-guide, andworkflow(now a router/guide) so phases are independent with flexible local/remote inputs.autoctx/→.context-engineering/(holdstools.yamlandexperiments/).release.yml.