Skip to content

chore(agentctl): drop descriptor keys agentctl does not read - #2656

Merged
Sinity merged 1 commit into
masterfrom
chore/agentctl-descriptor
Sep 5, 2026
Merged

chore(agentctl): drop descriptor keys agentctl does not read#2656
Sinity merged 1 commit into
masterfrom
chore/agentctl-descriptor

Conversation

@Sinity

@Sinity Sinity commented Sep 5, 2026

Copy link
Copy Markdown
Owner

agentctl (sinnix refactor/agentctl-structure) rejects descriptor tables and fields it does not read, and writes a worker's prompt, schema and result under .agentctl/ instead of .lane/.

  • .agentctl/project.toml: remove preflight, preflight_timeout_seconds, provider, identity_check, checkpoint_untracked, verification_operations, [conflicts].
  • .gitignore: .agentctl/* with !.agentctl/project.toml.

Behaviour-neutral for current agentctl (the keys were ignored); required once the sinnix branch deploys, which otherwise reports the project out of service.

🤖 Generated with Claude Code

https://claude.ai/code/session_01YHwAE9cH8DjXFSorzfSxD8

agentctl rejects unknown descriptor tables and fields, so the retired
`preflight`, `provider`, `identity_check`, `checkpoint_untracked`,
`verification_operations` and `[conflicts]` entries go. The files
agentctl writes into a worker worktree now live under `.agentctl/`
(prompt, result schema, result); .gitignore excludes them and keeps
project.toml tracked.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YHwAE9cH8DjXFSorzfSxD8
@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Team

Run ID: 6356015a-3480-4b65-9450-c823d63672b8


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T14:44:08.302557Z 013bfce PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 013bfce528

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .agentctl/project.toml
Comment on lines 14 to 16
[workspace]
provider = "git-worktree"
root = "/realm/worktrees"
default_base = "origin/master"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update descriptor assertions after deleting workspace keys

After removing provider and verification_operations, xtask/tests/pre_push_agentctl_lease_test.rs::dev_services_cache_identity_excludes_allocated_ports still requires provider == "git-worktree" and calls expect("verification operations") on the deleted array. Any test run containing this integration test now fails deterministically, blocking the repository's local verification gate; update or remove those assertions with the descriptor change.

AGENTS.md reference: AGENTS.md:L212-L214

Useful? React with 👍 / 👎.

@Sinity
Sinity merged commit 8438699 into master Sep 5, 2026
2 checks passed
@Sinity
Sinity deleted the chore/agentctl-descriptor branch September 5, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant