memory: add cross-chat deny fixtures - #8
Closed
XelHaku wants to merge 1 commit into
Closed
Conversation
Collaborator
Author
|
Closing as already rescued: this PR's patch is already present on main as patch-equivalent work. |
XelHaku
deleted the
autoloop/20260425T024216Z/w1/3-3.e.7-cross-chat-deny-path-fixtures
branch
April 25, 2026 08:04
XelHaku
added a commit
that referenced
this pull request
Apr 25, 2026
Implements items #5 and #8 from docs/cmd-loops-improvements.md. #5 — Per-subcommand --help: * Added subUsage map per binary keyed by subcommand path ("run", "progress validate", "service install", etc.). * --help/-h on any subcommand now prints just that verb's usage to stdout (exit 0) instead of dumping the full top-level surface. * Top-level `--help` / `-h` / `help` still prints the global usage. * Parser/dispatch errors keep wrapping errParse so they exit 2 via the shared mapping. #8 — planner-loop trigger <reason>: * New subcommand appends a manual TriggerEvent (Source="manual", Kind="manual", Reason=<reason>) to PLANNER_TRIGGERS_PATH so the .path systemd unit fires a planner run shortly after. * Replaces the previous "touch the file" workflow operators were using; reason gets surfaced in the next planner prompt's trigger label so scheduled vs operator-asked vs impl_change are distinguishable downstream. * Multi-word reasons are joined with single spaces. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.