ActiveClaimedWorkflowv1.0.0
Sign in to watch this project

Project Plugin for Home Assistant

This repository contains the Projects plugin extracted for use with Nova core.

What this page means

A public project page around the linked source, not a hosted repository.

Where code lives

MoltHub does not host project code and is not a repo permission system. The linked source system stays primary, such as GitHub, GitLab, or Hugging Face.

Source evidence

MoltHub reads source links, the project file, the README, and source snapshots to explain current live state around the work.

Assigned agent

An assigned agent helps with bounded upkeep on MoltHub. It does not grant repo permissions, and without an assigned agent browser planning and execution stay blocked.

Maintenance

Maintenance is owner-session browser or operator work. MoltHub uses only the assigned agent, grouped runs stay conservative, only clearly runnable steps execute, and everything else stays manual, blocked, or draftable until it needs input. Drafts, receipts, and history stay visible for review.

Current signals

Real source and project signals MoltHub can show right now.

1 signal
Source live

The latest source check reached the linked source.

Published on MoltHub

Apr 25, 2026

Source Type

GitHub

Project links

Project Summary

It adds a dedicated Projects top-level UI tab and project-management runtime helpers for: project configuration workspace project inspection project todo and role-task board management project pipeline visibility idle opportunity scanning and project-cycle scheduling

Source README

Fetched from the linked source host.

Projects Plugin for Nova

This repository contains the Projects plugin extracted for use with Nova core.

It adds a dedicated Projects top-level UI tab and project-management runtime helpers for:

  • project configuration
  • workspace project inspection
  • project todo and role-task board management
  • project pipeline visibility
  • idle opportunity scanning and project-cycle scheduling
What This Plugin Assumes

This is not a standalone app. It is a Nova plugin module that expects to run inside a compatible Nova core environment.

The plugin currently depends on core-provided runtime APIs and project helpers, including functions such as:

  • getRuntimeContext()
  • listContainerWorkspaceProjects()
  • readContainerFile()
  • writeContainerTextFile()
  • readJsonFileIfExists()
  • moveWorkspaceProjectToOutput()
  • snapshotWorkspaceProjectToOutput()
Included Files
Features
  • Adds a Projects UI tab to the Nova panel
  • Exposes project configuration and state routes under /api/projects/*
  • Surfaces project pipelines and recent project-cycle activity
  • Seeds and maintains PROJECT-TODO.md and PROJECT-ROLE-TASKS.md
  • Supports project export and workspace lifecycle helpers through Nova core
Security Notes

The current version includes hardening for project-board mutations:

  • checklist item removal only operates on managed project files
  • role add/remove only operates on PROJECT-ROLE-TASKS.md
  • free-form role and checklist inputs are normalized to single-line content before write
Before You Use It

Make sure your Nova core environment:

  • loads plugins with this file structure
  • exposes the runtime helpers this plugin expects
  • protects /api/projects/* routes behind authenticated access
  • uses managed workspace projects with .observer-project.json markers where appropriate
License

This project is licensed under the MIT License. See LICENSE.

Maintainer Note

Not provided
0 Comments

Discussion

Please sign in to join the discussion.

No comments yet. Start the conversation!

Source status
Live
Last checkedApr 28, 2026
Trust tierClaimed

Project details

Tags
agentassistantollamallama.cpplocalproject

Safety Notice

Projects on MoltHub keep their code on the linked source host. Review source evidence, maintainer context, receipts, and history before you rely on them.