docs(1.1): backport AGENTS.md#4939
Merged
bobbai00 merged 2 commits intoapache:release/v1.1.0-incubatingfrom May 5, 2026
Merged
docs(1.1): backport AGENTS.md#4939bobbai00 merged 2 commits intoapache:release/v1.1.0-incubatingfrom
bobbai00 merged 2 commits intoapache:release/v1.1.0-incubatingfrom
Conversation
### What changes were proposed in this PR? Add repository-level coding-agent guidance for Texera contributors. This PR adds: - `AGENTS.md` with project layout, local validation commands, style/licensing expectations, and PR/issue writing guidance. - `CLAUDE.md` as a small pointer so Claude-based tooling uses the shared `AGENTS.md` instructions. The guidance reflects the existing repository templates plus conventions observed in recent closed PRs and issues. ### Any related issues, documentation, discussions? Closes apache#4548. ### How was this PR tested? Docs-only change. Verified by reading back both Markdown files locally. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5)
Rewrite `AGENTS.md` so it works as a slim, index-style guide for coding agents instead of duplicating contributor docs. - Architecture map: services + Amber breakdown. - Topic redirects: contribution / lint / format / testing / license header now point to `CONTRIBUTING.md`, `SECURITY.md`, `.github/PULL_REQUEST_TEMPLATE`, the issue templates, `.licenserc.yaml`, and per-module READMEs. - Agent-specific rules consolidated: scope/safety, worktree-based dev, short Conventional-Commits branch and commit naming, issue-first workflow, brevity for issues and PRs (incl. required frontend before/after screenshots), test-driven development, and CI label gating (label → stacks via `LABEL_STACKS` in `required-checks.yml`). Closes apache#4823 Documentation-only change. Reviewed the rendered Markdown locally; verified all in-repo links resolve. Generated-by: Claude Opus 4.7 --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
@bobbai00 is this reviewed? please make sure all PRs have at least one reviewer. |
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.
What changes were proposed in this PR?
Backport #4549 (initial AGENTS.md + CLAUDE.md) and #4825 (AGENTS.md rewrite) to
release/v1.1.0-incubating. Two cherry-picks: #4549 applies clean; #4825 has trivial content conflicts that resolve by taking the post-rewrite state (i.e.upstream/main:AGENTS.mdverbatim — what the squashed result of both PRs would produce on main).Any related issues, documentation, discussions?
Backport of #4549 and #4825. Unblocks the auto-backport simulation for #4938 (Java 17 bump) and any future PR that touches
AGENTS.md.How was this PR tested?
Doc-only change. Verified
diff <(git show HEAD:AGENTS.md) <(git show upstream/main:AGENTS.md)is empty.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)