summaryrefslogtreecommitdiff
path: root/.claude-plugin/plugin.json
diff options
authorSimon Quigley <tsimonq2@debian.org>2026-06-26 15:36:16 -0500
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2026-06-27 04:38:44 +0000
commit464cd1abd409468939e65d756cd66fb229db0597 (patch)
tree4a04e699f4ecd427d25742d1efc65429bf2a724c /.claude-plugin/plugin.json
parentee607acdb2855c00c0904b2805221eabcf063f3b (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. [ Debian Janitor ] * Set upstream metadata fields: Bug-Submit. * Update standards version to 4.4.1, no changes needed. * Update watch file format version to 4. * Bump debhelper from old 12 to 13. * Update standards version to 4.5.1, no changes needed. * Update standards version to 4.6.1, no changes needed. [ Cédric Boutillier ] * Update team name * Add .gitattributes to keep unwanted files out of the source package [ Lucas Nussbaum ] * debian/gbp.conf: Add for DEP-14 * debian/gbp.conf: remove trailing empty lines * debian/.gitattributes: remove * debian/salsa-ci.yml: use team-specific include [ Simon Quigley ] * Upgrade the watch file to version 5. * New upstream release. * Refresh the upstream metadata. * Refresh the rules file. * Drop {XS,XB}-Ruby-Versions from control. * Update Standards-Version to 4.7.4. * Bump debhelper-compat to 14, dropping ${misc:Depends}, ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies. * Mark the package as Architecture: any. * Add Forwarded: not-needed to the patch.
Diffstat (limited to '.claude-plugin/plugin.json')
-rw-r--r--.claude-plugin/plugin.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
new file mode 100644
index 0000000..9dc49d3
--- /dev/null
+++ b/.claude-plugin/plugin.json
@@ -0,0 +1,12 @@
+{
+ "name": "classifier",
+ "description": "Text classification CLI using Bayesian, LSI, KNN, Logistic Regression, and TF-IDF algorithms",
+ "version": "1.0.0",
+ "author": {
+ "name": "Lucas Carlson",
+ "url": "https://github.com/cardmagic"
+ },
+ "repository": "https://github.com/cardmagic/classifier",
+ "license": "LGPL-2.1",
+ "keywords": ["machine-learning", "text-classification", "nlp", "bayesian", "lsi", "cli"]
+}