docs: fix broken links, rename prepared-statements, move PRD, refresh badges - #24
Merged
Conversation
… 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>
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
cubrid-labs→cubrid-labacross repo (README, docs, requirements.txt, .py files, .github/ISSUE_TEMPLATE/config.yml)cubrid-python-cookbook→cubrid-cookbook-pythonwhere presentfundamentals/prepared-statements/→fundamentals/parameterized-queries/(avoid JDBCPreparedStatementconfusion; pycubrid uses driver-side binding, not server-side prepare)fundamentals/parameterized-queries/README.mdwarning box about non-server-side prepare, linking to pycubridPARAMETER_BINDING.mdPRD.md→docs/internal/PRD.md(internal artifact, not user-facing); updateAGENTS.mdanddocs/agent-playbook.mdreferences≥0.3.0to≥1.0(reflects 1.x API contract; latest release is v1.5.0)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 editseparately (admin-only metadata, not file changes).Closes #20
Closes #21
Closes #22
Closes #23