Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) · Versioning:
## [Unreleased]

### Changed
- **Template catalog cleanup ([#76](https://github.com/objectstack-ai/templates/pull/76)).**
Unified display names — dropped the "AI" prefix (`AI Helpdesk` → `Helpdesk`,
`AI Project Management` → `Project Management`) across manifest, config, app
navigation, and translations so the catalog card and installed-app name agree;
reconciled the hr app name (`HR` → `Human Resources`). Converged marketplace
metadata to a single source (`objectstack.manifest.json` — removed the dead,
unread `objectstack.marketplace` block from every `package.json`, which still
carried the stale `category:"starter"`). Made AI copy honest: helpdesk triage
and project forecasting are scaffolds, not delivered models, with the AI
implementation tracked in `docs/ROADMAP.md`. Version bumps: helpdesk `0.1.3`,
project `0.1.2`, hr `0.1.2`.
- **Upgraded all templates to `@objectstack/* ^10.2.0` (from `^10.0.0`).** Bumped
every package's deps and the workspace `minimumReleaseAgeExclude` pins. 10.2 is a
non-breaking minor — a full sweep of every `@objectstack/*@10.2.0` release found
Expand Down
2 changes: 1 addition & 1 deletion packages/helpdesk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectlab/helpdesk",
"version": "0.1.2",
"version": "0.1.3",
"description": "ObjectStack starter template: AI-first customer support helpdesk with native AI triage, suggested replies, and KB recall.",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/hr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectlab/hr",
"version": "0.1.1",
"version": "0.1.2",
"description": "ObjectStack starter template: employee directory, org chart, time-off, and document tracking",
"license": "Apache-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectlab/project",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"description": "AI-powered project management template for ObjectStack",
Expand Down
Loading