- agents: issue-worker.md and pr-reviewer.md updated for standard branch naming (issue/<number>-<slug> instead of ai/<repo>#<number>) - paper-dynasty: updated SKILL.md, generate_summary, smoke_test, validate_database scripts; added ecosystem_status.sh and plan/ - plugins: updated marketplace submodules and blocklist - sessions: rotate session files, add session-analysis/ - settings: updated settings.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
299 B
TOML
13 lines
299 B
TOML
[project]
|
|
name = "pd-plan"
|
|
version = "1.0.0"
|
|
description = "Paper Dynasty initiative tracker — local SQLite CLI for cross-project priorities"
|
|
requires-python = ">=3.10"
|
|
|
|
[project.scripts]
|
|
pd-plan = "cli:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=68.0"]
|
|
build-backend = "setuptools.build_meta"
|