Skip to content

chore: rewrite AGENTS.md + gitignore scratch (council Phase A, rebased)#151

Merged
Gradata merged 1 commit into
mainfrom
rebase/council-phase-a
May 1, 2026
Merged

chore: rewrite AGENTS.md + gitignore scratch (council Phase A, rebased)#151
Gradata merged 1 commit into
mainfrom
rebase/council-phase-a

Conversation

@Gradata

@Gradata Gradata commented May 1, 2026

Copy link
Copy Markdown
Owner

Clean rebase of #146. Drops 41 stale m1 commits (merged via #144) and keeps only the Phase A content.

Changes

  • Gradata/AGENTS.md +194 lines (rewrite to match SDK reality)
  • Gradata/.gitignore +7 lines (scratch dirs)

Test results

4061 pass / 4 skip / 3 fail (all 3 pre-existing on origin/main, unrelated to docs-only Phase A)

…ignore scratch dirs

P0-1: AGENTS.md previously described 'Sprites Work multi-agent
TypeScript/Claude Flow framework' which is unrelated to this Python SDK.
Council unanimously flagged as credibility-killer for first-time evaluators.
Replaced with accurate guidance for AGENTS.md-aware coding agents.

P0-3 (partial): added .tmp/, .archive/, sessions/handoff-*.md, /0,
/BrainDetail to .gitignore so scratch artifacts stop getting committed.
Existing tracked scratch files left in place — destructive removal
deferred for user review.

@greptile-apps greptile-apps 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.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@Gradata Gradata merged commit fbf8dbb into main May 1, 2026
6 of 9 checks passed
@Gradata Gradata deleted the rebase/council-phase-a branch May 1, 2026 15:50
@coderabbitai

coderabbitai Bot commented May 1, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 18d70295-7c93-46bb-badf-03de521e6584

📥 Commits

Reviewing files that changed from the base of the PR and between 8f57c14 and ffc05f0.

📒 Files selected for processing (2)
  • Gradata/.gitignore
  • Gradata/AGENTS.md

📝 Walkthrough
  • Rewrites AGENTS.md with comprehensive standardized instructions for AI coding agents operating in the Gradata repository
  • Documents project scope, strict layering constraints, and core architecture including the Brain data model
  • Specifies common developer commands (tests, lint/format, type check, security scan, build, module entrypoints)
  • Defines conventions for optional dependencies, safe exception handling, atomic file writes, and non-thread-safe Brain coordination
  • Sets testing expectations with deterministic guarantees and integration-test gating requirements
  • Establishes commit/PR formatting and coordination workflow requirements for multi-file changes
  • Updates .gitignore to ignore scratch and temporary artifacts (.tmp/, .archive/, sessions/handoff-*.md, /0, /BrainDetail)
  • Documentation-only changes; no breaking changes, security fixes, or public API modifications

Walkthrough

This PR adds repository configuration and documentation. It introduces a .gitignore file to exclude temporary artifacts, scratch directories, and session files, along with a new AGENTS.md document providing standardized instructions and architectural guidelines for AI coding agents working in the Gradata repository.

Changes

Cohort / File(s) Summary
Repository Configuration
Gradata/.gitignore
Adds entries to exclude temporary directories (.tmp, .archive), session files, and root-level paths from version control.
AI Agent Documentation
Gradata/AGENTS.md
New documentation file establishing standardized instructions for AI agents, including project scope, layering constraints, developer commands, architecture overview, conventions for dependencies and exception handling, testing expectations, and multi-file change coordination workflow.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

docs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch rebase/council-phase-a

Review rate limit: 4/5 reviews remaining, refill in 12 minutes.

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

@coderabbitai coderabbitai Bot added the docs label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant