Location: Repository root
Templates for extension repository documentation for spec kit repos (specify init ...)
All SQL examples in documentation MUST have corresponding regression tests in sql/doc_examples.sql.
| MIT License | |
| Copyright (c) 2026 dataStone Inc. | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
Location:
.specify/memory/constitution.md
This constitution governs C++ code for client-side tools, utilities, and applications that interact with PostgreSQL.
C++ code MUST use C++14 standard. Code MUST emphasize clarity and modern idiomatic C++.
Squash is often preferred since features are typically cohesive units. However, if commits represent distinct logical steps (e.g., "add function," "add tests," "optimize"), rebase preserves that structure.
This developer primarily works in C/C++ and SQL for adding new features to PostgreSQL databases.
This developer primarily works in C/C++ and SQL for adding new features to PostgreSQL databases.
| {"name":"a","settings":"{\"settings\":\"{\\n \\\"terminal.integrated.profiles.linux\\\": {\\n \\\"bash\\\": {\\n \\\"path\\\": \\\"bash\\\",\\n \\\"icon\\\": \\\"terminal-bash\\\"\\n },\\n \\\"zsh\\\": {\\n \\\"path\\\": \\\"zsh\\\"\\n },\\n \\\"fish\\\": {\\n \\\"path\\\": \\\"fish\\\"\\n },\\n \\\"tmux\\\": {\\n \\\"path\\\": \\\"tmux\\\",\\n \\\"icon\\\": \\\"terminal-tmux\\\"\\n },\\n \\\"pwsh\\\": {\\n \\\"path\\\": \\\"pwsh\\\",\\n \\\"icon\\\": \\\"terminal-powershell\\\"\\n },\\n \\\"bash (2)\\\": {\\n \\\"path\\\": \\\"/usr/bin/bash\\\",\\n \\\"args\\\": [\\\"-l\\\"]\\n }\\n },\\n \\\"terminal.integrated.defaultProfile.linux\\\": \\\"bash (2)\\\",\\n \\\"editor.guides.indentation\\\": false,\\n \\\"hexeditor.columnWidth\\\": 16,\\n \\\"hexeditor.showDecodedText\\\": true,\\n \\\"hexeditor. |