Skip to content

docs: fix broken links, rename prepared-statements, move PRD, refresh badges - #24

Merged
yeongseon merged 1 commit into
mainfrom
docs/ecosystem-link-fixes
Jul 18, 2026
Merged

docs: fix broken links, rename prepared-statements, move PRD, refresh badges#24
yeongseon merged 1 commit into
mainfrom
docs/ecosystem-link-fixes

Conversation

@yeongseon

Copy link
Copy Markdown
Contributor

Summary

  • Replace cubrid-labscubrid-lab across repo (README, docs, requirements.txt, .py files, .github/ISSUE_TEMPLATE/config.yml)
  • Replace cubrid-python-cookbookcubrid-cookbook-python where present
  • Rename fundamentals/prepared-statements/fundamentals/parameterized-queries/ (avoid JDBC PreparedStatement confusion; pycubrid uses driver-side binding, not server-side prepare)
  • Add fundamentals/parameterized-queries/README.md warning box about non-server-side prepare, linking to pycubrid PARAMETER_BINDING.md
  • Move PRD.mddocs/internal/PRD.md (internal artifact, not user-facing); update AGENTS.md and docs/agent-playbook.md references
  • Update sqlalchemy-cubrid badge from ≥0.3.0 to ≥1.0 (reflects 1.x API contract; latest release is v1.5.0)
  • Document CUBRID version narrowing rationale in SUPPORT_MATRIX.md (cookbook tests only 11.2/11.4; drivers support full 10.2–11.4)

About metadata

Homepage, topics, and topic pruning will be applied via gh repo edit separately (admin-only metadata, not file changes).

Closes #20
Closes #21
Closes #22
Closes #23

… badges

- Replace cubrid-labs → cubrid-lab across repo (README, docs, all .py and
  requirements.txt files referencing the install URL or GitHub links)
- Replace cubrid-python-cookbook → cubrid-cookbook-python where present
- Rename fundamentals/prepared-statements → fundamentals/parameterized-queries
  (avoid JDBC PreparedStatement confusion; pycubrid uses driver-side binding)
- Add README.md to parameterized-queries/ warning about non-server-side
  prepare, linking to pycubrid PARAMETER_BINDING.md
- Move PRD.md to docs/internal/PRD.md (internal artifact, not user-facing);
  update AGENTS.md and docs/agent-playbook.md references
- Update sqlalchemy-cubrid badge from ≥0.3.0 to ≥1.0 (1.x API contract)
- Document CUBRID version narrowing rationale in SUPPORT_MATRIX.md

Closes #20
Closes #21
Closes #22
Closes #23

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@yeongseon
yeongseon merged commit e1f57b3 into main Jul 18, 2026
1 check failed
@yeongseon
yeongseon deleted the docs/ecosystem-link-fixes branch July 18, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment