Skip to content

Add Contributing Guide#32

Merged
dodok8 merged 8 commits into
mainfrom
issue-30-contributing-guide
Jul 9, 2026
Merged

Add Contributing Guide#32
dodok8 merged 8 commits into
mainfrom
issue-30-contributing-guide

Conversation

@dodok8

@dodok8 dodok8 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Make CONTRIBUTING.md

Closes #30

Scope

  • CONTRIBUTING.md
  • ./github
  • AI_POLICY.md

Spec and plan alignment

Tests

List the automated and manual checks performed.

  • cargo test --workspace
  • Other:

Review notes

AI assistance

Disclose AI tool usage according to AI_POLICY.md.

  • No AI tools were used.
  • AI tools were used and are disclosed here and in the relevant commit
    messages with Assisted-by trailers.

Tools and models:

  • Codex:gpt-5.5

dodok8 added 4 commits July 7, 2026 14:35
Move shared contribution guidance into CONTRIBUTING.md and keep AGENTS.md focused on AI-agent workflow. Document issue handling, validation, code conventions, and AI policy references.

Assisted-by: Codex:gpt-5.5
Run formatting, Clippy, and workspace tests for pushes and pull requests targeting main.

Assisted-by: Codex:gpt-5.5
Document concrete workflows for documentation-only changes, query syntax updates, resolver behavior, SQLite planning, and AI-assisted work.

Assisted-by: Codex:gpt-5.5
@dodok8

dodok8 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator Author

@codex review

@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: 8cd919e1fd

ℹ️ 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 CONTRIBUTING.md
Comment on lines +387 to +391
Commits that include Codex-assisted design, implementation, review, or
documentation must include this trailer:

```text
Assisted-by: Codex:gpt-5.5

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add the required AI trailer to the commit

This Codex-authored commit marks AI assistance in the commit message body but does not include the required Git trailer. Because AI_POLICY.md already required Assisted-by trailers and this new guide repeats that requirement, merging this commit as-is leaves the repository history non-compliant; please add the Assisted-by: Codex:gpt-5.5 trailer to the commit message.

Useful? React with 👍 / 👎.

Comment thread AGENTS.md Outdated
acceptance criteria.
3. Relevant `spec/` documents.
4. Relevant `plan/` documents.
5. The current conversation.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep current maintainer instructions above static docs

With the current conversation ranked below repository docs, future agents are instructed to ignore explicit maintainer scope changes whenever they conflict with AGENTS/CONTRIBUTING/specs. For non-issue or follow-up tasks such as review only, do not edit files, or skip this validation, this reverses the previous AGENTS rule that put the current user instruction first and can lead agents to perform work the maintainer just ruled out.

Useful? React with 👍 / 👎.

Comment thread AGENTS.md
Comment on lines +5 to +7
This file is for AI agents working in this repository. Human and AI
contributors should use [CONTRIBUTING.md](CONTRIBUTING.md) as the main
contribution guide and [AI_POLICY.md](AI_POLICY.md) as the policy for

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P3 Badge Preserve the agent review rubric

When AGENTS.md was reduced to a pointer document, the existing Review expectations section was not carried into CONTRIBUTING.md or the new AGENTS.md. For future @codex review tasks this removes the repo-specific instruction to prioritize spec mismatches, crate boundary leaks, semantic/cardinality bugs, and weak tests, so automated reviews will regress to generic guidance unless that rubric is restored or linked here.

Useful? React with 👍 / 👎.

Comment thread .github/workflows/rust.yml
dodok8 added 3 commits July 7, 2026 22:06
Prioritize explicit maintainer constraints without weakening repository contracts, and restore the repository-specific review rubric.

Assisted-by: Codex:gpt-5.5
@dodok8 dodok8 merged commit 5f50a1b into main Jul 9, 2026
1 of 2 checks passed
@dodok8 dodok8 deleted the issue-30-contributing-guide branch July 9, 2026 07:14
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

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.

docs: Make Contributing.md

1 participant