docs: populate project documentation with codebase-specific content#15
Merged
docs: populate project documentation with codebase-specific content#15
Conversation
- CLAUDE.md: Add project description, commands, structure, constraints - docs/index.md: Add quick start commands and agent guidelines - docs/PATTERNS.md: Document Python/TypeScript conventions - docs/SUCCESS_CRITERIA.md: Add actual CI check commands - docs/PROJECT_LAYOUT.md: Document full directory structure - docs/CONTRIBUTING.md: Add setup and commit conventions - .claude/skills/: Update check and review skills for this project - issues/: Add README and template for file-based tracking - jig.toml: Add Claude Code configuration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Restore the comprehensive permission settings that were accidentally reduced. Added additional permissions for: - All make targets including db, setup, teardown, worktree - Docker inspection commands (ps, logs, images) - Additional git commands (fetch, remote, rev-parse) - Shell utilities (sort, uniq, tr, cut, xargs, etc.) - jig and bin scripts - tmux session inspection Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- PYTHON_LIBRARY_PATTERNS.md: Add SQLAlchemy Patterns section - StringEnum ORM vs Core gotcha (critical: use .value in Core ops) - uuid7 time-sortable IDs pattern - utcnow() for consistent timestamps - TASKS.md: New comprehensive TaskIQ background jobs guide - @Cron decorator with distributed locking - Task dependencies (TaskiqDepends) - Run tracking and observability - Worker/scheduler setup - Best practices and troubleshooting - README.md: Add TASKS.md to document index - docs/PATTERNS.md: Cross-reference to detailed Python docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add db-* commands to Makefiles that were documented but missing: - db-up, db-down, db-status, db-endpoint, db-connect - db-migrate, db-prepare Also fix docs/CONTRIBUTING.md to use correct command syntax. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New skill covering: - Model creation and modification workflow - Migration generation (auto and manual) - Common scenarios (add column, rename, data migration) - Troubleshooting and best practices Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Audit the codebase and populate all skeleton documentation files with project-specific content.
Test plan
make check,make dev, etc.)🤖 Generated with Claude Code