From f0163ed82c95bcb0634076df88549db7c03067de Mon Sep 17 00:00:00 2001 From: Sergey Bystrov <155910609+masterkmm0@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:46:29 +0000 Subject: [PATCH 1/2] rem # On branch master --- scripts/23_flask_session_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/23_flask_session_test.py b/scripts/23_flask_session_test.py index 9142760..d7dcb19 100755 --- a/scripts/23_flask_session_test.py +++ b/scripts/23_flask_session_test.py @@ -8,7 +8,7 @@ @app.route('/') def set(): session.clear() - session['works'] = True + session['works'] = {"disable"} ; return redirect(url_for('get')) From 30d949ab6a27dd7d6a72f6353a114a5b954d9b2f Mon Sep 17 00:00:00 2001 From: Sergey Bystrov <155910609+masterkmm0@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:50:30 +0000 Subject: [PATCH 2/2] Save current work --- .../agents/python-scripts-specialist.agent.md | 35 +++++++++++++++++++ .vscode/COMMIT_EDITMSG.py | 14 ++++++++ .vscode/blanc.ipynb | 21 +++++++++++ .vscode/label.py | 0 .vscode/settings.json | 6 ++++ .vscode/value.py | 0 TODO.md | 2 +- 7 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 .github/agents/python-scripts-specialist.agent.md create mode 100644 .vscode/COMMIT_EDITMSG.py create mode 100644 .vscode/blanc.ipynb create mode 100644 .vscode/label.py create mode 100644 .vscode/settings.json create mode 100644 .vscode/value.py diff --git a/.github/agents/python-scripts-specialist.agent.md b/.github/agents/python-scripts-specialist.agent.md new file mode 100644 index 0000000..2eb1c4a --- /dev/null +++ b/.github/agents/python-scripts-specialist.agent.md @@ -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 diff --git a/.vscode/COMMIT_EDITMSG.py b/.vscode/COMMIT_EDITMSG.py new file mode 100644 index 0000000..5115a72 --- /dev/null +++ b/.vscode/COMMIT_EDITMSG.py @@ -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"}"]; +# diff --git a/.vscode/blanc.ipynb b/.vscode/blanc.ipynb new file mode 100644 index 0000000..b8b7256 --- /dev/null +++ b/.vscode/blanc.ipynb @@ -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 +} diff --git a/.vscode/label.py b/.vscode/label.py new file mode 100644 index 0000000..e69de29 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..92f87c0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "master", + "master" + ] +} \ No newline at end of file diff --git a/.vscode/value.py b/.vscode/value.py new file mode 100644 index 0000000..e69de29 diff --git a/TODO.md b/TODO.md index 9d2dfea..10c83a0 100644 --- a/TODO.md +++ b/TODO.md @@ -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"}]; <>;