feat(agent-spec): support dot-prefixed catalog folders - #94
Closed
schickling-assistant wants to merge 2 commits into
Closed
feat(agent-spec): support dot-prefixed catalog folders#94schickling-assistant wants to merge 2 commits into
schickling-assistant wants to merge 2 commits into
Conversation
schickling
marked this pull request as ready for review
July 30, 2026 14:01
schickling-assistant
marked this pull request as draft
July 30, 2026 14:02
schickling
marked this pull request as ready for review
July 30, 2026 14:04
agent-session-id: ed878dac-3735-4276-b3e0-ea1b1cd65291 agent-tool: Codex CLI agent-tool-version: 0.145.0 agent-model: unknown agent-runtime-profile: /nix/store/mnx8agbdq3wiyb6vz63lhgscgazkrn98-coding-agent-runtime-profile/share/coding-agents/profile.json agent-skills-manifest: /nix/store/5r69m9k2llmri3na81518zx0a7y0d3cn-agent-skills-corpus/share/agent-skills/manifest.json tooling-profile: dotfiles@0fb7e03
agent-session-id: ed878dac-3735-4276-b3e0-ea1b1cd65291 agent-tool: Codex CLI agent-tool-version: 0.145.0 agent-model: unknown agent-runtime-profile: /nix/store/mnx8agbdq3wiyb6vz63lhgscgazkrn98-coding-agent-runtime-profile/share/coding-agents/profile.json agent-skills-manifest: /nix/store/5r69m9k2llmri3na81518zx0a7y0d3cn-agent-skills-corpus/share/agent-skills/manifest.json tooling-profile: dotfiles@0fb7e03
schickling-assistant
force-pushed
the
schickling-assistant/2026-07-30-dot-prefixed-catalog-folders
branch
from
July 30, 2026 14:12
581de49 to
f836693
Compare
Contributor
|
Closing as superseded by #93, which merged the accepted #88/#90 contract. An exact patch walk found no required behavior here that is absent from current If either of those additions needs a product contract, it should return as a focused issue against current |
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.
Why
Catalog discovery used the Unix hidden-name convention as a semantic exclusion. A valid declaration below
.managed/or.retired/was silently omitted while strict validation still exited successfully with zero agents.What
.git,.st2, rootpty, andresources/archive/inboxtrees..retiredhas no implicit behavior;retired #trueremains required.This enables an organizational path such as
agents/.retired/<host>/<identity>/agent.kdl. Fully path-independent identity and post-unpublish history remain separate in #88 and #89.Validation
cargo test -p agent-spec --test discovery(26 passed)cargo test --test validate(32 passed)cargo test --lib watch::tests(3 passed)cargo test --test invariants(1 passed)cargo check --workspace --all-targets.retiredroster + strict-validation reproductionnix flake check --print-build-logs(all 6 x86_64-linux checks passed)git diff --check origin/main...HEADCloses #90.
Posted on behalf of @schickling
agent_nameagent_session_idagent_toolagent_tool_versionagent_runtimeagent_modelruntime_profileskills_manifestworktreemachinetooling_profile