Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "fastsqla",
"source": {
"source": "local",
"path": "./plugins/fastsqla"
"path": "./plugin/fastsqla"
},
"policy": {
"installation": "AVAILABLE",
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"plugins": [
{
"name": "fastsqla",
"source": "./plugins/fastsqla",
"source": "./plugin/fastsqla",
"description": "Use FastSQLA's current setup, async session, and pagination APIs correctly.",
"version": "1.0.0",
"author": {
Expand Down
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Read the closest applicable `AGENTS.md` before changing files.
- Inspect `git status` and existing diffs before modifying the worktree.
- Record complex implementation plans as Bead notes before coding.
- Keep the shared agent plugin at `plugin/fastsqla`; preserve the provider manifests in
`.claude-plugin` and `.codex-plugin`.

## Engineering

Expand Down
2 changes: 1 addition & 1 deletion context7.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"public_key": "pk_HGTiXpaLrQ2YW61qLOKbF",
"projectTitle": "FastSQLA",
"description": "Async SQLAlchemy sessions and pagination for FastAPI, with optional SQLModel support.",
"folders": ["docs", "plugins/fastsqla/skills"],
"folders": ["docs", "plugin/fastsqla/skills"],
"excludeFiles": ["CHANGELOG.md"],
"rules": [
"Configure FastAPI with fastsqla.lifespan or new_lifespan(); do not construct engines or sessions manually.",
Expand Down
Loading