feat: switch automerge + feedback to dossier_get (agent.json via fallback) #473
Labels
No labels
Agent
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Total time spent: 10 minutes 38 seconds
Due date
igor
10 minutes 38 seconds
No due date set.
Dependencies
No dependencies set
Reference
joshtronic/igor#473
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migration step for the AGENTS.md dossier spec (
docs/agents-md-spec.md): switch the two harness consumers ofagent.jsontodossier_getfromlib/dossier.sh(merged in #465).dossier_getalready falls back toagent.jsonwhen a repo hasn't adopted the spec, so this is behavior-neutral for the whole fleet today, and it's what makes the per-repoagent.jsondeletions safe later.Deliverables
lib/automerge.sh: everywhere the smoke URL is read fromagent.json.smoke.url, readdossier_get <checkout> urlinstead. Same value contract (a URL string or empty).lib/feedback.sh: read the feedback CSV viadossier_get <checkout> feedback-csvinstead ofagent.json.feedback.csv.agent.jsonreaders agrep -rn 'agent.json\|AGENT_CONFIG_FILE' lib/ bin/turns up: switch them the same way, or list them in the PR body as intentionally left (with why).bin/test-*.sh(automerge, feedback) with both paths -- a repo with an adopted dossier (reads the fence) and a repo with onlyagent.json(falls back).bin/test-dossier.shalready coversdossier_get's internals; these tests cover the CALL SITES.Notes
agent.jsonin a later cleanup pass.