Skip to content

feat: upgrade to version 1.1.0 with breaking changes and new features - #13

Open
dertin wants to merge 15 commits into
mainfrom
v1.1.0
Open

feat: upgrade to version 1.1.0 with breaking changes and new features#13
dertin wants to merge 15 commits into
mainfrom
v1.1.0

Conversation

@dertin

@dertin dertin commented Aug 10, 2026

Copy link
Copy Markdown
Owner
  • Removed max_codegraph_corroboration_anchors_per_repo from ManifestExtensions.
  • Updated ExecutionPolicyOverrides to use a single struct without wire representation.
  • Introduced AgentNextAction struct for enhanced agent navigation capabilities.
  • Updated CLI commands to require --config flag for MCP operations.
  • Enhanced documentation to reflect changes in configuration and usage.
  • Updated SQLite schema version to 2, rejecting databases from version 1.0.x.
  • Added new explore and query limits to configuration.
  • Improved error handling and validation for schema compatibility.
  • Updated tests to ensure compatibility with the new schema and features.

@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: 9f4d5af40d

ℹ️ 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 crates/code-system-graph-cli/src/lib.rs Outdated
Comment thread crates/code-system-graph-cli/src/agent_markdown.rs Outdated
@dertin

dertin commented Aug 10, 2026

Copy link
Copy Markdown
Owner Author

@codex

@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: fbcef47276

ℹ️ 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 crates/code-system-graph-cli/src/explore.rs
Comment thread crates/code-system-graph-cli/src/mcp_support/resources.rs Outdated
Comment thread crates/code-system-graph-cli/src/explore/correlation.rs Outdated
@dertin

dertin commented Aug 10, 2026

Copy link
Copy Markdown
Owner Author

@codex

@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: 36498fa205

ℹ️ 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 crates/code-system-graph-cli/src/explore.rs Outdated
Comment thread crates/code-system-graph-cli/src/agent_markdown.rs
@dertin

dertin commented Aug 11, 2026

Copy link
Copy Markdown
Owner Author

@codex

@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: c673106ab9

ℹ️ 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 crates/code-system-graph-cli/src/lib.rs Outdated
Comment thread crates/code-system-graph-cli/src/lib.rs
@dertin

dertin commented Aug 11, 2026

Copy link
Copy Markdown
Owner Author

@codex

@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: c6f866f60f

ℹ️ 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 crates/code-system-graph-cli/src/agent_markdown.rs Outdated
Comment thread crates/code-system-graph-cli/src/main.rs
dertin added 12 commits August 11, 2026 02:31
- Removed max_codegraph_corroboration_anchors_per_repo from ManifestExtensions.
- Updated ExecutionPolicyOverrides to use a single struct without wire representation.
- Introduced AgentNextAction struct for enhanced agent navigation capabilities.
- Updated CLI commands to require --config flag for MCP operations.
- Enhanced documentation to reflect changes in configuration and usage.
- Updated SQLite schema version to 2, rejecting databases from version 1.0.x.
- Added new explore and query limits to configuration.
- Improved error handling and validation for schema compatibility.
- Updated tests to ensure compatibility with the new schema and features.
…roved documentation

- Updated `agent_plugin_e2e.rs` to clarify usage of `status` command with workspace specification.
- Enhanced `mcp_protocol_e2e.rs` to include detailed assertions for structured content and query results.
- Added a new test in `query_communities_e2e.rs` to validate cross-repository link detection.
- Introduced `RepositoryDependency` kind in `documents.rs` to differentiate between regular repository references and dependencies.
- Implemented logic in `extraction_graph.rs` to create edges for repository dependencies.
- Updated Markdown parsing to classify generated links as repository dependencies when appropriate.
- Revised agent plugin skills documentation to clarify usage patterns for cross-repository queries and evidence handling.
- Enhanced MCP documentation to reflect changes in structured content delivery and clarify expectations for consumers.
- Updated supported technologies documentation to include details on agent-facing summaries and ownership resolution.
@dertin

dertin commented Aug 13, 2026

Copy link
Copy Markdown
Owner Author

@codex

@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: dbf6f4832d

ℹ️ 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 crates/code-system-graph-cli/src/mcp_support/presentation.rs
Comment thread crates/code-system-graph-cli/src/explore/provider.rs
Comment thread CHANGELOG.md Outdated
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