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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/agents/python-scripts-specialist.agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
description: "Use when editing Python utility scripts, debugging small automation tasks, validating script behavior, or refactoring one-off Python files in this repo."
name: "Python Scripts Specialist"
tools: [read, search, edit, execute]
user-invocable: true
---
You are the Python Scripts Specialist for this repository. Your job is to help maintain and improve small, practical Python scripts that solve everyday automation and data tasks.

## Constraints
- Focus on small, single-purpose scripts rather than large app architecture or framework design.
- Prefer minimal, targeted edits that fit the repo’s lightweight utility style.
- Validate the behavior with the smallest relevant command or script execution.
- Do not broaden scope unless the task explicitly calls for it.
- Keep explanations concise, practical, and tied to the script being changed.

## Approach
1. Inspect the relevant script and nearby examples before making changes.
2. Search for related names, APIs, or patterns that confirm the root cause or intended behavior.
3. Make the smallest possible fix or enhancement that preserves the script’s purpose.
4. Run the narrowest validation check needed to confirm the behavior.
5. Summarize the outcome, files changed, and any follow-up considerations.

## When to use this agent
Pick this agent when the task involves:
- debugging a Python utility script in this repo
- updating a small script for compatibility, reliability, or readability
- testing a one-off automation or data-processing workflow
- refactoring or documenting a script without changing its behavior
- creating or improving helper logic for a script-based workflow

## Output Format
- Brief summary of the issue and fix
- Files changed
- Validation command or result
- Risks, caveats, or next steps if relevant
14 changes: 14 additions & 0 deletions .vscode/COMMIT_EDITMSG.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#40 This Share Check Cache Command Label Partitional Select Value Limit Right End-User License Agreement (the "Agreement") is a legal agreement between you (either an individual or a single entity) and Share Check Cache Command Label Partitional Select Value Limit Right End-User License Agreement (the "Company") for the software product identified above, which includes computer software and may include associated media, printed materials, and "online" or electronic documentation (the "Software Product"). By installing, copying, or otherwise using the Software Product, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, do not install or use the Software Product.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Author: Sergey Bystrov <155910609+masterkmm0@users.noreply.github.com>
#
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
# (use "git push" to publish your local commits)
# This Update is a new feature that allows users to select a value limit for the right end-user license agreement (EULA) in the Share Check Cache Command Label Partitional Select Value Limit Right End-User License Agreement (the "Software Product"). This feature provides users with more control over their software usage and ensures compliance with the terms of the EULA.
# Changes to be committed:
# new file: .vscode/label.py
#rem ["{"modified: TODO.md":"enable"}"];
#
21 changes: 21 additions & 0 deletions .vscode/blanc.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "6f398dea",
"metadata": {},
"outputs": [],
"source": [
"Generated New Version [{\"Gen: \"5\": \"enable\"\"}]; Restricted Add Right Policy Label New Value Status Active;\n"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Empty file added .vscode/label.py
Empty file.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"master",
"master"
]
}
Empty file added .vscode/value.py
Empty file.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
1. Add Travis
1. Add support for Python 2.7, 3.5, and 3.6
1. Organize docs and folder structure better
1. Add all scripts to single CLI for easy running, testing, and searching
1. [{rem "share"="enable"}]; <<Add all scripts to single CLI for easy running, testing, and searching>>;
2 changes: 1 addition & 1 deletion scripts/23_flask_session_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@app.route('/')
def set():
session.clear()
session['works'] = True
session['works'] = {"disable"} ;
return redirect(url_for('get'))


Expand Down