Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
5 changes: 3 additions & 2 deletions .github/workflows/skill_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
skill_unit_tests:
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
skill_intent_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
# TODO: Enable with https://github.com/NeonGeckoCom/neon-minerva/pull/25
# skill_intent_tests:
# uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
skill_install_tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_skill_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
name: Update skill.json
on:
push:
branches-ignore:
- XLATE_**

jobs:
update_skill_json:
Expand Down
170 changes: 164 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,165 @@
!settingsmeta.yml
*.lock
.idea/
.msm
*.pyc
# Byte-compiled / optimized / DLL files
__pycache__/
!.github/*
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Temproary test files
test/skill_fs
75 changes: 65 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,80 @@
# Changelog

## [1.0.2](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.2) (2024-07-09)
## [1.0.3a9](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a9) (2025-03-19)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.2a1...1.0.2)
[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a8...1.0.3a9)

**Closed issues:**
**Merged pull requests:**

- Update actions to use `master` branch [\#86](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/86) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.0.3a8](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a8) (2025-03-19)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a7...1.0.3a8)

**Merged pull requests:**

- Remove stray line added to `test_intents.yaml` [\#85](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/85) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.0.3a7](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a7) (2025-03-18)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a6...1.0.3a7)

**Merged pull requests:**

- Fix `convert_metric` annotation to resolve linter warning [\#84](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/84) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.0.3a6](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a6) (2025-03-18)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a5...1.0.3a6)

**Implemented enhancements:**

- \[FEAT\] Refactor to extend `ovos_workshop.skills.common_query_skill.CommonQuerySkill` [\#75](https://github.com/NeonGeckoCom/skill-caffeinewiz/issues/75)

**Merged pull requests:**

- Resolve test failures [\#38](https://github.com/NeonGeckoCom/skill-caffeinewiz/issues/38)
- Refactor to extend ovos\_workshop.CommonQuerySkill [\#77](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/77) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.0.2a1](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.2a1) (2024-04-04)
## [1.0.3a5](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a5) (2025-03-11)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a4...1.0.3a5)

**Merged pull requests:**

- Update automation, gitignore, and license notices [\#83](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/83) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.0.3a4](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a4) (2024-09-18)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a3...1.0.3a4)

**Merged pull requests:**

- Resolve PyPI Release Failures [\#81](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/81) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.0.3a3](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a3) (2024-09-18)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a2...1.0.3a3)

**Merged pull requests:**

- Add `workflow_dispatch` build trigger to diagnose build errors [\#80](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/80) ([NeonDaniel](https://github.com/NeonDaniel))

## [1.0.3a2](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a2) (2024-09-18)

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.3a1...1.0.3a2)

**Merged pull requests:**

[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.1...1.0.2a1)
- Update PyPI shared action to troubleshoot GHA failure [\#79](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/79) ([NeonDaniel](https://github.com/NeonDaniel))

**Fixed bugs:**
## [1.0.3a1](https://github.com/NeonGeckoCom/skill-caffeinewiz/tree/1.0.3a1) (2024-09-18)

- \[BUG\] ValueError: not enough values to unpack \(expected 4, got 2\) [\#58](https://github.com/NeonGeckoCom/skill-caffeinewiz/issues/58)
- Spoken error after "no" to "more\_drinks" [\#44](https://github.com/NeonGeckoCom/skill-caffeinewiz/issues/44)
[Full Changelog](https://github.com/NeonGeckoCom/skill-caffeinewiz/compare/1.0.2...1.0.3a1)

**Merged pull requests:**

- Update deprecated references [\#74](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/74) ([NeonDaniel](https://github.com/NeonDaniel))
- Update dependencies to allow for latest OVOS packages [\#78](https://github.com/NeonGeckoCom/skill-caffeinewiz/pull/78) ([NeonDaniel](https://github.com/NeonDaniel))



Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NEON AI (TM) SOFTWARE, Software Development Kit & Application Development System
# All trademark and other rights reserved by their respective owners
# Copyright 2008-2021 Neongecko.com Inc.
# Copyright 2008-2025 Neongecko.com Inc.
# BSD-3 License

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
Expand Down
Loading