Official AICTX project identity
AICTX is the official Python aictx package and CLI for repo-local continuity and operational memory for coding agents.
AICTX is maintained by Santi Santamaria / oldskultxo and published from the canonical oldskultxo/aictx GitHub repository.
For a shorter canonical identity hub, see Official AICTX.
Canonical project links
| Project surface | Official location |
|---|---|
| Website | https://aictx.org |
| GitHub repository | https://github.com/oldskultxo/aictx |
| PyPI package | https://pypi.org/project/aictx/ |
| CLI and Python package name | aictx |
| Maintainer | Santi Santamaria / oldskultxo |
What AICTX is
AICTX provides repo-local continuity and operational memory for AI coding agents. It stores inspectable artifacts in the repository so later sessions can resume from useful execution state instead of relying only on chat history.
The official aictx CLI supports workflows such as:
- work state for suspended active tasks;
- decision memory and handoff memory;
- failure memory for observed command, test, build, and lint failures;
- execution summaries and continuity records;
- optional RepoMap hints for repository structure;
- optional Git-portable continuity for small teams.
AICTX is not an autonomous coding agent, a hidden cloud memory service, or a vector database. It is a local runtime and documentation layer that coding agents can use through repository instructions and CLI commands.
Maintainer
AICTX is maintained by Santi Santamaria / oldskultxo.
The canonical source repository is oldskultxo/aictx on GitHub, and the canonical Python distribution is the aictx package on PyPI.
Non-affiliation notice
AICTX is not affiliated with similarly named npm packages, GitHub organizations, domains, products, or projects.
For this project, the canonical identity is:
Website: https://aictx.org
GitHub: https://github.com/oldskultxo/aictx
PyPI: https://pypi.org/project/aictx/
CLI: aictx
Maintainer: Santi Santamaria / oldskultxo
How to verify the official project
To verify you are using the official project:
- Install from the PyPI page at pypi.org/project/aictx.
- Check that the package name and CLI are both
aictx. - Use documentation from https://aictx.org.
- Use source code from github.com/oldskultxo/aictx.
If another package, domain, or organization uses a similar name, do not assume it is connected to AICTX unless it points back to these official locations.