-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment scheme: layered settings + the Brewfile host contract #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0aaa9ac
Add Dev::Deps::Baseline: a lockless host manifest brew converges toward
JPDuchesne 1f4f6d3
Converge the host baseline under dev up and nag (warn-only) elsewhere
JPDuchesne 4d4aebe
Move the agent CLI out of the baseline: it is ai-flow's own dependency
JPDuchesne 0bb21a6
Source the baseline manifest from the org repo named in Settings
JPDuchesne c05959d
Deployment scheme: split into dev-core + per-org dev formulas
JPDuchesne 96ff3d6
Replace the host baseline layer with the Brewfile contract
JPDuchesne 50b08d4
Add dev config: tool-guided settings management
JPDuchesne b835291
Drop the self-update throttle: dev owns no rate limiter
JPDuchesne f1d27e5
Cover the converge failure branches, real executor, and config builtin
JPDuchesne e5585ce
Tighten FORMULA_PATTERN to canonical brew tokens
JPDuchesne ad2a358
Split ExecutionContext into host and project halves
JPDuchesne 9ade632
UpCommand owns its no-project behavior
JPDuchesne 763b413
Make the Runner project-optional; bin/dev handles nothing
JPDuchesne 7a63da3
Update the command-dispatch skill for the project-optional Runner
JPDuchesne 90b373a
Gather host convergence into Dev::HostService
JPDuchesne 91b4e72
Route the plan and install-deps hook points through HostService
JPDuchesne 2507606
Merge origin/main (deps #142: find/at split, PackageId keying) into h…
JPDuchesne beb7626
Settings: one layer-resolution path — getters read through lookup
JPDuchesne f55c8e5
up: host half links shipped skills; projectless bootstrap syncs learn…
JPDuchesne 97ef1f9
SkillInstaller#install_shipped: one home for the shipped-set semantic
JPDuchesne 4f9f658
Plan::Accessor: type the host_service seam as Dev::HostService
JPDuchesne 46bcad1
README: deployment formula authoring rules (caveats pointer, no post_…
JPDuchesne b6af130
Nits: GlobalDispatch reuses Dev.find_dev_yaml_file; fix stale skill s…
JPDuchesne 1867c54
GlobalDispatch ascends un-memoized: Dev.search_dev_yaml_file
JPDuchesne 9b7074b
ai-flow /build: sweep the review comments
d3mlabs-ai-flow[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So not in this PR, but we should definitely refactor this file, let's create an issue for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created d3mlabs/dev#155 to track the
bin/release.rbrefactor (extract release steps into typed, tested objects; noted possible convergence with #70's builtindev release) — no code change in this PR, per the thread.Addressed in
9b7074b.