Files
nova/.gitignore
Sean Mooney 5d0bf4ba35 Add agentic coding guidance and docs
AI-assisted development is increasingly common in Nova reviews, but
without a small amount of project-specific routing automated tools can
choose incorrect defaults such as pytest, GitHub-style review workflows,
or unsafe git operations. At the same time, project conventions should
remain in contributor documentation and deterministic checks rather than
large tool-specific instruction files.

This change adds a compact AGENTS.md routing index for high-signal local
workflow guardrails and links to the canonical Nova documentation. It
also adds contributor documentation for maintaining that routing layer,
repository orientation, dependency placement, and commit message
conventions, including DCO, Gerrit Change-Id, and AI attribution
trailers.

The testing guide now summarizes Zuul gating and unsquashed commit
series expectations, while the threading reference documents the current
avoidance of new eventlet-specific primitives. Local AI tool preference
files and .tmp scratch output are ignored so local state does not appear
in upstream reviews.

Assisted-By: claude-code claude-sonnet-4-6
Assisted-By: pi gpt-5.5
Change-Id: I2ed2159a6d4154e7d6f743c78965e95f89625328
Signed-off-by: Sean Mooney <work@seanmooney.info>
2026-05-29 15:53:09 +01:00

69 lines
868 B
Plaintext

*.DS_Store
*.egg*
*.log
*.mo
*.pyc
*.swo
*.swp
*.sqlite
*~
.autogenerated
.coverage
.mypy_cache
.nova-venv
.project
.pydevproject
.ropeproject
.stestr/
.testrepository/
.tox
.idea
.venv
AUTHORS
Authors
build-stamp
tags
build/*
CA/
ChangeLog
coverage.xml
cover/*
covhtml/*
dist/*
doc/source/api/*
doc/build/*
api-guide/build/*
api-ref/build/*
etc/nova/nova.conf.sample
etc/nova/policy.yaml.sample
etc/nova/policy.yaml.merged
instances
keeper
keys
local_settings.py
MANIFEST
nosetests.xml
nova/tests/cover/*
nova/vcsversion.py
tools/conf/nova.conf*
doc/source/_static/nova.conf.sample
doc/source/_static/nova.policy.yaml.sample
doc/source/_static/support-matrix.css
# Files created by releasenotes build
releasenotes/build
# Files created by alembic
/nova.db
/nova_api.db
# agentic tools and files
.tmp/
.pi/
.cursor/
.cursorrules
.claude/
.vscode/
.codex/
CLAUDE.md