feat: initial commit — plugin manifest and build brief
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
commit
05a7aa1d6f
7 changed files with 575 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Operator-private continuity state. This repo has a PUBLIC remote, so STATE.md
|
||||
# is LOCAL-ONLY here — it must never reach the mirror. (Private-remote repos
|
||||
# track theirs; do not carry that habit across.)
|
||||
STATE.md
|
||||
*.local.md
|
||||
|
||||
.env
|
||||
.env.*
|
||||
.DS_Store
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
Loading…
Add table
Add a link
Reference in a new issue