Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 16, 2025

The original scope @architectural-discipline is unnecessarily verbose. Shortened to @plures-adp to align with the repository organization and improve usability.

Changes

Package Names

  • All packages renamed: @architectural-discipline/*@plures-adp/*
  • Monorepo, core, cli, eslint-plugin, installer, and all templates updated

Source Code

  • Updated imports in TypeScript files across all packages
  • Updated JSDoc package identifiers
  • Updated ESLint plugin rule names and configurations
  • Updated installer package references and generated scaffolding

Configuration & Documentation

  • Updated deno.json imports and tasks
  • Updated all documentation: README, INSTALLATION, PUBLISHING, examples
  • Updated package.json dependencies and workspace references

CI/CD & Node.js Support

  • Updated CI workflows (ci.yml, publish.yml) with new package scope references
  • Changed Node.js version matrix from [18.x, 20.x] to [20.x, latest] to test only LTS and latest versions
  • Updated minimum Node.js version requirement from >=18.0.0 to >=20.0.0

Example

Before:

import architecturalDiscipline from '@architectural-discipline/eslint-plugin';

export default [{
  rules: {
    '@architectural-discipline/max-lines': 'error'
  }
}];

After:

import architecturalDiscipline from '@plures-adp/eslint-plugin';

export default [{
  rules: {
    '@plures-adp/max-lines': 'error'
  }
}];
Original prompt

This section details on the original issue you should resolve

<issue_title>@architectural-discipline scope is too long, change to @plures-adp</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits November 16, 2025 02:33
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Copilot AI changed the title [WIP] Change scope from @architectural-discipline to @plures-adp Change package scope from @architectural-discipline to @plures-adp Nov 16, 2025
Copilot AI requested a review from kayodebristol November 16, 2025 02:40
@kayodebristol
Copy link
Contributor

@copilot We have tests for multiple node versions, only support @latest and LTS.

Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 17, 2025

@copilot We have tests for multiple node versions, only support @latest and LTS.

Updated CI workflow to test only Node.js LTS (20.x) and latest versions. Also updated the minimum Node.js version requirement to 20.0.0 in package.json and fixed all CI workflow references to use the new @plures-adp scope. Changes committed in 2c5705a.

@kayodebristol kayodebristol marked this pull request as ready for review November 17, 2025 20:44
@kayodebristol kayodebristol merged commit 1dc6a1f into main Nov 17, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@architectural-discipline scope is too long, change to @plures-adp

2 participants